Previous Topic: &AOMAUTH

Next Topic: &AOMAUTOT


&AOMAUTO

A system variable that returns the value of the automation flag.

MPF lists can flag messages as eligible for automation. This system variable contains the value YES or NO, reflecting this automation option.

Example: &AOMAUTO

&AOMREAD SET
 .
 .
 .
&IF &AOMAUTO = YES &THEN ... automate...

Notes:

This variable is useful when converting from other automation products that use the MPF list facilities.

This system variable is null for VM messages and DOM-notifies.

More information:

&AOMAUTOT