ATC: CLOSE

This command sets the closed date on the current document to today. This effectively closes the document, regardless of status.

Example

ATC: CLOSE

The above example means “close the current document.”


Last updated: September 19, 2017 at 9:39 am; 

Related Post

ATC: ROUTEATC: ROUTE

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: EXIT LOOPATC: EXIT LOOP

ATC: EXIT LOOP This command exits the current ATC: FOREACH loop. It is usually used within an ATC: IF block. Example ATC: FOREACH DocAttachedFile BY CheckOutStatus WITH CheckOutStatus <> 'H'