ATC: ADD REVISION

This command adds a revision to the document in memory. The new revision requires saving. Most workflow scripts are followed by an automatic save, or you can add an ATC: SAVE command.

Example

ATC: IF TITLE = NEW
     ATC: ADD REVISION
     ATC: SET DocDate = NOW
     SET TITLE = [Fdddd_DocHeader_DocDate] Morning Report
ATC: ENDIF

The above example means “if the document title has been changed to NEW, create a new revision of the document, set the document due date to the current date, and set the title to the document to Day of the Week, Document Header and Document Date followed by Morning Report.”


Last updated: March 12, 2017 at 14:45 pm; 

Related Post

ATC: STATUSATC: STATUS

ATC: STATUS statuscode This command sets the status code on the current document to the value specified.  This command is the same as ATC: SET STATUS = statuscode is required.

ATC: SAVEATC: SAVE

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