Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
This business rule controls the appearance and behavior of OIPA's various comment search screens.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<CommentsSearchScreen> | Start and end tag of the business rule. | ||
<Global> |
Required element: Defines the search field and results grid that are common across different comment types. |
||
<FixedFields> |
Optional element: Allows for configuration of "above the line" fields—standard screen field configuration is applicable. See the Fixed Fields page. |
||
<Fields> |
Required element: Allows for configuration of "below the line" fields—defines the search criteria fields. See the Fields Element page.
|
||
<Name> |
Required element: Holds the built-in $$$CommentSource$$$ variable, which allows configuration of a field to display the level and instance at which a comment was added (e.g. Base Coverage segment, Issue activity, Policy 12345). |
$$$CommentSource$$$ | |
<Group> |
Optional element: The value of this element is the name of the group (table) that should be used to obtain the value. This element is only used when the source data could come from multiple tables (i.e. search screens).
|
||
<Results> |
Required element: Defines the formatting of the search results. |
||
<Table> |
Required element: Allows configuration of the search results grid—standard table/column values are supported. See the Table Element page. |
||
<PolicyComments> |
Required element: Defines the search field and results grid specific for policy comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section.
This section can also have the Fixed Fields/Fields section. If a search is being done on one specific comment type then the comment specific configuration will be appended to the Global. However if you have multiple comment types selected for search only the Global will be used. |
||
<DisplayCommentType> |
Required element: Identifies the comment types that can be viewed via the search screen. The search criteria section will display checkbox for the configured comment types. This element is repeated for each comment type section. |
||
<Policy> |
Required element: Defines whether policy comments should appear on the comment search screen. This element is repeated in each comment type section. |
Yes: The Policy checkbox will be un-checked. Policy comments will not load until the box is checked, criteria are selected and the Refresh button is clicked. No: The Policy checkbox will display, but cannot be selected. Policy comments will not be returned/displayed by the search screen. Checked: The Policy checkbox will display and be checked. Policy comments (based on default search criteria) will appear when the screen is loaded. |
|
<Segment> |
Required element: Defines whether segment comments should appear on the comment search screen. This element is repeated in each comment type section. |
Yes: The Segment checkbox will be un-checked. Segment comments will not load until the box is checked, criteria are selected and the Refresh button is clicked. No: The Segment checkbox will display, but cannot be selected. Segment comments will not be returned/displayed by the search screen. Checked: The Segment checkbox will display and be checked. Segment comments (based on default search criteria) will appear when the screen is loaded. |
|
<Activity> |
Required element: Defines whether activity comments should appear on the comment search screen. This element is repeated in each comment type section. |
Yes: The Activity checkbox will be un-checked. Activity comments will not load until the box is checked, criteria are selected and the Refresh button is clicked. No: The Activity checkbox will display, but cannot be selected. Activity comments will not be returned/displayed by the search screen. Checked: The Activity checkbox will display and be checked. Activity comments (based on default search criteria) will appear when the screen is loaded. |
|
<Client> |
Required element: Defines whether client comments should appear on the comment search screen. This element is repeated in each comment type section. |
Yes: The Client checkbox will be un-checked. Client comments will not load until the box is checked, criteria are selected and the Refresh button is clicked. No: The Client checkbox will display, but cannot be selected. Client comments will not be returned/displayed by the search screen. Checked: The Client checkbox will display and be checked. Client comments (based on default search criteria) will appear when the screen is loaded. |
|
<ActivityComments> |
Required element: Defines the search field and results grid specific for activity comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section. |
||
<SegmentComments> |
Required element: Defines the search field and results grid specific for segment comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section. |
||
<ClientComments> |
Required element: Defines the search field and results grid specific for client comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section. |
||
<SuspenseComments> |
Required element: Defines the search field and results grid specific for suspense comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section. |
<CommentsSearchScreen>
<Global>
<FixedFields>
<Field>
<Name>Hidden</Name>
<Display>Hidden</Display>
<DataType>Checkbox</DataType>
</Field>
</FixedFields>
<Fields>
<Field>
<Group>Comments|CommentsFields</Group>
</Field>
<Field>
<Field>
<Name>FunctionalDepartment</Name>
<Display>Functional Department</Display>
<DataType>Combo</DataType>
<Query TYPE="SQL">SELECT '', '', 1 FROM DUAL UNION SELECT AsCode.CodeValue, AsCode.LongDescription, 2 FROM AsCode WHERE AsCode.CodeName='AsCodeCommentsFunctionalDepartment' ORDER BY 3, 1</Query>
</Field>
</Field>
</Fields>
<Results>
<Table>
<Column ALIGN="CENTER" FORMAT="Text">
<Display>Source</Display>
<Group>Comments|CommentsField</Group>
<Name>$$$CommentSource$$$</Name>
<DataType>Text</DataType>
</Column>
</Table>
</Results>
</Global>
<PolicyComments>
<DisplayCommentType>
<Policy>Checked</Policy>
<Segment>Yes</Policy>
<Activity>Yes</Activity
<Client>Yes</Client>
</DisplayCommentType>
<FixedFields>
.....
</FixedFields>
</PolicyComments>
<SegmentComments>
.....
</SegmentComments>
<ActivityComments>
.....
</ActivityComments>
<ClientComments>
.....
</ClientComments>
</CommentsSearchScreen>
<CommentsSearchScreen>
<Global>
<FixedFields>
.....
</FixedFields>
<Fields>
<Field>
<Group>Comments|CommentsFields</Group>
</Field>
</Fields>
<Results>
<Table>
<Column>
<Group>Comments|CommentsField</Group>
<Name>$$$CommentSource$$$|</Name>
</Column>
</Table>
</Results>
</Global>
<PolicyComments>
<DisplayCommentTypes>
<Policy>Yes|No|Checked</Policy>
<Segment>Yes|No|Checked</Policy>
<Activity>Yes|No|Checked</Activity
<Client>Yes|No|Checked</Client>
</DisplayCommentTypes>
<FixedFields>
.....
</FixedFields>
</PolicyComments>
<SegmentComments>
.....
</SegmentComments>
<ActivityComments>
.....
</ActivityComments>
<ClientComments>
.....
</ClientComments>
</CommentsSearchScreen>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.