(Server Side) How to set the workitem Custom attribute to readonly ?
![]()
i want to set the workitem custom attribute to readonly .
I identified IAttribute.READ_ONLY_ATTRIBUTE property . but how to set the behavior on the custom attribute. |
One answer
![]()
Hi Anil,
Be sure that you modify the permissions for every role type. If a user is permitted the action with *any* of the role types, he will be permitted to do to the action.
Comments Hi Lauren Thanks for your reply. Iam looking for the Programmatically setting the attribute behaviour to read only . Iam not seeing any "set" method under IAttribute. Can you please provide some suggestion how to set the "Readonly" behaviour on the Workitem attribute (through server side coding) Hi Anil,
|