Startup: Difference between revisions
From Sysgem Support
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
* Field Definitions - Use the "Add" icon to add new fields to the "Start-up" window. For the details of an input field see the [[Field Definitions]] page. | * Field Definitions - Use the "Add" icon to add new fields to the "Start-up" window. For the details of an input field see the [[Field Definitions]] page. | ||
* Initialization Script - This script is written in Perl. It is run immediately before the Start-up window is displayed and is used to preset values into the fields of the Start-up window. See the use of this script in the examples contained in the SAcM Account Manager Module. | * Initialization Script - This script is written in Perl. It is run immediately before the Start-up window is displayed and is used to preset values into the fields of the Start-up window. See the use of this script in the examples contained in the SAcM Account Manager Module. See also the variables available to the initialization script in the [[Startup: Initialise]] page. | ||
Revision as of 17:06, 1 February 2011
'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.
Startup Page
Understanding the "Startup" page in the SEM development Interface
This section describes the features available to the SEM Developer for editing the 'Startup' page in a display contained in a SEM library.
The start-up page is displayed as soon as a display window is invoked from the SEM "Selection" pane. It gives the programmer the opportunity to prompt for start-up parameters, e.g. for filtering the data that is about to be displayed, and it gives the user the opportunity to specify which SEM Agents should be used to gather the displayed data.
The following screen is used to define the characteristics of a Display Start-up Window.
- Help Test - Enter either plain text or HTML help text in this field. On the startup window there is a help button (shown with a "?" icon). When this button is pressed, the content of this field is displayed to the user to provide information / advice for the start-up prompts.
- Field Definitions - Use the "Add" icon to add new fields to the "Start-up" window. For the details of an input field see the Field Definitions page.
- Initialization Script - This script is written in Perl. It is run immediately before the Start-up window is displayed and is used to preset values into the fields of the Start-up window. See the use of this script in the examples contained in the SAcM Account Manager Module. See also the variables available to the initialization script in the Startup: Initialise page.
