Siebel eService Administration Guide for Siebel Open UI > Configuring Siebel eService > Integrating Oracle Policy Automation With Siebel Public Sector eService >

Custom Properties for Screens


In a rulebase 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 rulebase in Oracle Policy Modeling, see Oracle Policy Modeling User's Guide on Oracle Technology Network.

You use the values for keys when you configure the HTML files for Web pages. Sample HTML files are available for the Web server in the following directory: public/lang/htmltemplates/samples/ps. In this directory,lang is the three-letter code for the applicable language, such as ENU for U.S. English.

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.

Siebel eService Administration Guide for Siebel Open UI Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.