This question has been flagged
1 Reply
2772 Views

Here is the situation guys

- I need to make a certain field or button action appear only to a specifuc user group. how do i make this happen?

Avatar
Discard
Best Answer

Hello Sam,
There is an attribute in xml named "groups" in which you can give security group that will be accessible to those users that belongs to those groups.

Syntax:


<button name="xyz" string="xyz" type="workflow/object/action" groups="your_one_group,your_second_group"/>
<field name="xyz" groups="your_one_group,your_second_group"/>

Avatar
Discard
Author

Thanks a lot this helps