Custom Properties for Screens
In a policy model in Oracle Policy Modeling (OPM), you define custom properties for screens by entering values for keys. Do not change keys. For more information about setting up a policy model in Oracle Policy Modeling, see Oracle Policy Modeling User Guide.
You use the values for keys when you configure the HTML files for Web pages. Sample HTML files
are available for the Siebel Application Interface in the following directory:
applicationcontainer_external/siebelwebroot/htmltemplates/samples/ps
.
In the custom properties for a screen, you enter a unique value for the following keys:
SBL_TEMPLATE_NAME. Specifies the template name for the screen.
You use the value for this key when you designate the name of the HTML file for a Web page.
-
SBL_TITLE_ID. Specifies the ID of the title for the screen.
You use the value for this key when you designate the attribute ID value of the title for a screen in the HTML file for a Web page. An example follows:
<label id="SBL_TITLE" style="display: none;"></label>
where
SBL_TITLE
is the value for this key. -
SBL_BTN_NEXT. Specifies the ID of the Next button.
You use the value for this key when you designate the attribute ID value of the Next button for a screen in the HTML file for a Web page. An example follows:
<button id="SBL_BTN_NEXT" style="display: none;"></button>
where
SBL_BTN_NEXT
is the value for this key. -
SBL_BTN_BACK. Specifies the ID of the Back button.
You use the value for this key when you designate the attribute ID value of the Back button for a screen in the HTML file for a Web page. An example follows:
<button id="SBL_BTN_BACK" style="display: none;"></button>
where
SBL_BTN_BACK
is the value for this key. -
SBL_IS_LAST_SCREEN. Specifies whether the screen is the last screen in a series of screens.
For the last screen in a series of screens, enter a value of YES for this key. For other screens in the series, enter a value of NO for this key.