Reputation: 145
I'm new with writing DQL queries, and trying to find documentation for Samson 1.0 is a huge pain.
So, can someone help me figure out how to delegate a Documentum task via Samson using DQL?
Also, if anyone could point me to where I can find documentation for DQL and Samson I would be extremely grateful.
Here is a link to Documentum documentation: https://austria.emc.com/collateral/TechnicalDocument/docu56505.pdf
Upvotes: 0
Views: 347
Reputation: 145
Thanks to Miki for the links!
In order to delegate a task using DQL in Samson. Make sure you call the commands using the A+ (API prompt) instead of the D+ (DQL prompt). Once there, you can delegate a task using the Documentum API call:
delegate,c,<workitem_id>,<user_name>
Upvotes: 2