How to delegate a document to a user via Samson using DQL

316 Views Asked by At

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

1

There are 1 best solutions below

0
On

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>