APPLY OFF

From Sysgem Support
Revision as of 16:53, 21 January 2011 by Mike.schofield (talk | contribs) (Created page with "Some tips for developers working within the Sysgem Enterprise Manager (SEM) environment. == APPLY_OFF == ''The "Apply" button on the input form is made unavailable. The only op...")
(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.

APPLY_OFF

The "Apply" button on the input form is made unavailable. The only option remaining is to cancel the transaction.

On the occasion when an error has been detected early in a transaction, it is desireable to display the error and not to allow the transaction to proceed. Making the "Apply" button unavailable on the input form achieves this very well.

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

   print "\@{{APPLY_OFF\n";