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 SETHTML command is also used.
  • = (equal sign) is required.
  • value is required. The value is stored in the target.

Examples

ATC: SETHTML $NOTI = This is my special note
ATC: UPDATE NOTIFICATION = $NOTI

The above example means “store the formatted string (including the yellow italics) into the variable $NOTI then display

This is my special note

as the system notification.”  Keep in mind that the new notification is displayed to all users.


Last updated: September 20, 2017 at 12:32 pm;  green text = new

Related Post

ATC: ELSEATC: ELSE

ATC: ELSE This command can be used for an IF/ELSE situation, with ATC: IF. It indicates the ATC commands to be used when the ATC: IF command evaluates to false.

ATC: EXITATC: EXIT

ATC: EXIT condition  | ( WHEN table.field  (operator value-expression | IsChanging)) This command ends the workflow script if conditions are met. This is a useful way to have the remainder of

ATC: DIRECTATC: DIRECT

ATC: DIRECT remote-command This command sends an instruction to the ATC workflow engine for background processing. remote-command is required. See KBA-01573 for possible commands.  $SITENAME must be used to identify the current