For simplicity and security reasons, you can limit the number of tabs that are available in a Job Property page. Prototype jobs are used for a specific purpose and therefore are limited in their scope. The tabs are turned on and off by setting a 1 for on and a 0 for off to the following parameters:
Property Page Tab |
|
general_page_enabled |
General |
access_page_enabled |
|
settings_page_enabled |
Settings |
stats_page_enabled |
Stats |
notify_page_enabled |
Notifications |
rescheduling_page_enabled |
ReScheduling |
submit_page_enabled |
Submit |
parameters_page_enabled |
Parameters |
connections_page_enabled |
Connections |
resources_page_enabled |
Resources |
commands_page_enabled |
Commands |
notes_page_enabled |
Notes |
options_page_enabled |
Options |
The following example shows the syntax used to turn on the General, Notify and Options tabs in the Property page.
! WinGui: turn on/off certain of the property pages
general_page_enabled = 1
access_page_enabled = 0
settings_page_enabled = 0
stats_page_enabled = 0
notify_page_enabled = 1
rescheduling_page_enabled = 0
submit_page_enabled = 0
parameters_page_enabled = 0
connections_page_enabled = 0
resources_page_enabled = 0
commands_page_enabled = 0
notes_page_enabled = 0
options_page_enabled = 1