ATC: ADD WBCODE
ATC: ADD WBCODE costcode description | FROM projectid LIKE mask This command adds one or more cost codes to the project identified by the…
Read more
Exclusively for Spitfire Clients
ATC: ADD WBCODE costcode description | FROM projectid LIKE mask This command adds one or more cost codes to the project identified by the…
Read more
ATC: ROUTE routelist; option This command alters the route of the current document. routelist is required. It specifies the routing…
Read more
ATC: RELEASE option This command immediately releases (sends on to the next routee) another document that is currently routed to…
Read more
ATC: ITEMDUE item option This command sets the Item Due date for a document Item. item is required. It specifies…
Read more
ATC: EXIT THIS This command ends the workflow script. Example ATC: EXIT THIS The above example means “end the script…
Read more
ATC: EXIT condition | ( WHEN table.field (operator value-expression | IsChanging)) This command ends the workflow script if conditions are met….
Read more
ATC: ERRORIF condition | (WHEN table.field (operator value-expression | IsChanging )) This command ends the workflow script if conditions are…
Read more
ATC: DUE option(s) INTO $variable This command sets the document due date (or optionally, sets it to a specific day…
Read more
ATC: COPY KEY dataPK | [doctype] project document supplemental; WITH option This command creates a new document, usually by copying…
Read more
ATC: SAVE WITH options This command saves the current document. Errors during the save are catch-able (see ATC: CATCH). You can specify…
Read more