|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > TaskManager > TaskAppend |
This command allows to append a list of documents to the defined task (created with TaskCreate).
call DBWShell("TaskAppend uidList")
uidList |
a list of comma separated document uids |
Please note the order of submission of the document uids must be compliant with the goal of the task. The command GetSortedUIDListForProcessing can be useful to derterminate the uids order.
DBWShell("TaskAppend 8019,8020")