ATC: ADD WBCODE costcode description | FROM projectid LIKE mask This command adds one or more cost codes to the project identified by the current target document. No save is required. This command is
ATC: ADD WBCODE costcode description | FROM projectid LIKE mask This command adds one or more cost codes to the project identified by the current target document. No save is required. This command is
ATC: ROUTE routelist; option This command alters the route of the current document. routelist is required. It specifies the routing to be applied to the document. The routelist can contain
ATC: RELEASE option This command immediately releases (sends on to the next routee) another document that is currently routed to “Spitfire.” option is optional. There are several options but you
ATC: ITEMDUE item option This command sets the Item Due date for a document Item. item is required. It specifies the Item that will have the due date. You can
ATC: EXIT THIS This command ends the workflow script. Example ATC: EXIT THIS The above example means “end the script now.” ;
ATC: EXIT condition | ( WHEN table.field (operator value-expression | IsChanging)) This command ends the workflow script if conditions are met. This is a useful way to have the remainder of
ATC: ERRORIF condition | (WHEN table.field (operator value-expression | IsChanging )) This command ends the workflow script if conditions are met (i.e., an error is detected) and sends an Alert.
ATC: DUE option(s) INTO $variable This command sets the document due date (or optionally, sets it to a specific day of the month) or creates a variable with the date
ATC: COPY KEY dataPK | [doctype] project document supplemental; WITH option This command creates a new document, usually by copying a source document. The DocCopyConfig rules are applied. After this
ATC: SAVE WITH options This command saves the current document. Errors during the save are catch-able (see ATC: CATCH). You can specify WITH followed by these options (space separated): Release – Releases