Start-up Initialization

From Sysgem Support
Jump to navigationJump to search

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


Initializing Fields in a SEM Display Startup Window:


Startup Initialization Script

To change the value of the fields in the startup window of a SEM Display, execute the following Perl command:

   print "XX : <new value>\n";

... or to remove an entry saved from the previous use of the form:

   print "XX : \n";


... where "XX" is the field code for the required field.