


Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Total Likes
Hi Girish,
I would like to know what needs to be done (coding or even otherwise) required to make the attachments readonly and also not allow workspace users to be able to delete or add new attachments.
Sudheendra
Views
Replies
Total Likes
Hi,
In the workflow you have to loop through the attachmentList from the Assign Task operation and set the permission in the document attribute before the next assign task operation.
setDocAttribute(/process_data/attachmentVar[1],"wspermission", "1")
| A bit mask number that represents the access permissions for the document. Access permissions determine how the document can be used when it is attached to a task. The value of the number is the sum of the number that represents each access permission provided for the document. Read access: 1 Write access: 2 Delete access: 4 Valid values are 1, 3, 5, and 7. For example, the value of |
|
For reference check the link: http://livedocs.adobe.com/livecycle/8.2/wb_help/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Workbe...
Regards,
Waqas
Views
Replies
Sign in to like this content
Total Likes
Thanks a lot ...its working..
Views
Replies
Total Likes
Hi,
Please mark the discussion as "Answered".
Regards,
Waqas
Views
Replies
Sign in to like this content
Total Likes