AUTO APPLY

From Sysgem Support
Revision as of 16:27, 21 January 2011 by Mike.schofield (talk | contribs) (Created page with "Some tips for developers working within the Sysgem Enterprise Manager (SEM) environment. == AUTO_APPLY == How to cause a transaction to be automatically started as soon as a me...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Some tips for developers working within the Sysgem Enterprise Manager (SEM) environment.

AUTO_APPLY

How to cause a transaction to be automatically started as soon as a menu option has been selected.

Normally, selecting a menu option will first display a form and prompt the user for input before transmitting the transaction to the target agents. However on some ocasions, when there is no input data to be collected, it is desirable not pause but to proceed immediately into the transaction.

To achieve this enter the following Perl statement in the "(M) Fields" script:

   print "\@{{AUTO_APPLY\n";