Page 1 of 1

Procedure executed at User request to set rights on document

PostPosted:Wed May 08, 2013 2:35 pm
by armber
Hello Everyone,
I would like to implement a procedure that can be executed at need by any User to set the rights on a given document according to standard criteria.
Is Workflow the best option to obtain this functionality (even if no multiple management steps are required)? Are there examples of configuration and scripts that provide this type of result?
Many thanks,
Armando

Re: Procedure executed at User request to set rights on docu

PostPosted:Thu May 09, 2013 4:08 pm
by jllort
Depending the criteria could be automatically in background. Other solution will be extend macro utilities ( but that need source changes )
and finally as you suggest other way could be ( under workflow logic ) really will be easy to do into workflow.

But depending the logic I should suggest one thing or other, for example if logic is based on folder or subfolder, document name or username then automation is your solution. If it's always on end user decision then is workflow or extending macros feature ( need source changes )