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: ADD WBCODEATC: 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 current target document. No save is required. This command is

ATC: SETHTMLATC: SETHTML

ATC: SETHTML tablename.fieldname = new-value This command is similar to the ATC: SET command but maintains any HTML formatting of the text value expressed in the command. The text editor

ATC: FOREACHATC: FOREACH

ATC: FOREACH table  BY sortfield WITH filter; This command begins a block of commands that will repeat once for each row in the specified table (that matches the filter). The