TaskAppend

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > TaskManager >

TaskAppend

Description

This command allows to append a list of documents to the defined task (created with TaskCreate).

Syntax

call DBWShell("TaskAppend uidList")

Parameter

uidList

a list of comma separated document uids

Remarks

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.

Example

DBWShell("TaskAppend 8019,8020")