AUTO APPLY: Difference between revisions

From Sysgem Support
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Some tips for developers working within the Sysgem Enterprise Manager (SEM) environment.
'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.''
''How to cause a transaction to be automatically started as soon as a menu option has been selected.''


Normally, selecting a menu option will display a form and prompt the user for input before transmitting the transaction to the target agents. On some ocasions, however, when there is no input data to be collected, it is desirable to proceed immediately into the transaction as soon as the menu option has been selected.
 
'''AUTOAPPLY'''
 
Normally, selecting a menu option will display a form and prompt the user for input before transmitting the transaction to the target agents. On some occasions, however, when there is no input data to be collected, it is desirable to proceed immediately into the transaction as soon as the menu option has been selected.


Enter the following Perl statement in the "(M) Fields" script:
Enter the following Perl statement in the "(M) Fields" script:


     print "\@{{AUTO_APPLY\n";
     print "\@{{AUTOAPPLY\n";

Latest revision as of 12:04, 19 May 2011

'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.


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


AUTOAPPLY

Normally, selecting a menu option will display a form and prompt the user for input before transmitting the transaction to the target agents. On some occasions, however, when there is no input data to be collected, it is desirable to proceed immediately into the transaction as soon as the menu option has been selected.

Enter the following Perl statement in the "(M) Fields" script:

   print "\@{{AUTOAPPLY\n";