ATC: ALERT [user] TITLE title; free-form-text

This command sends an alert with free-form text to a specified user.

  • [user] is required. It specifies the person to receive the alert. Square brackets are required. The alert recipient can be identified by login user ID, email address, user key, or the full name as entered in your system.
  • TITLE title; is optional but requires the semicolon. If no title is specified for the Alert, the default title of Workflow Alert will be used.
  • free-form-text is optional, but the Alert will be blank without text, so should be specified.

Example

ATC: ALERT [Chris Demo] TITLE Document Closed; For your information, this document has been closed.

The above example means “create an Alert with the title Document Closed and containing the message ‘For your information, this document has been closed.’ and send the Alert to Chris Demo.”


Last updated: September 19, 2017 at 9:42 am; green text = new

Related Post

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'

ATC: UPDATEATC: UPDATE

ATC: UPDATE target = value This command updates a target area with a new value. target is required. Currently, the only valid target is NOTIFICATION. HTML formatting is supported for Notifications if the