Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
The PlanOrder business rule defines the sort order for all screens that have system-defined Plan or Plan Group drop-down lists.The rule can contain configuration for Plans, Plan Groups or both. The contents of the Plan Group drop-down list are derived from the PlanName column of AsPlan, sorted alphabetically. The contents of the Plan drop-down list are derived from AsPlan columns or dynamic plan fields. If a fieldname is used for the Plan order that is not applicable to all plans, then those plans where the field is not applicable will appear alphabetically at the end of the drop down list. Each list is sorted in ascending or descending order as specified by the ORDER attribute, or in ascending order if ORDER is not specified.
The screens affected by this rule include:
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
---|---|---|---|
<PlanOrder> |
Opening tag for this rule. |
|
|
<PlanGroup> |
Optional element: Marks the beginning of plan group configuration. |
|
|
<OrderBy>
|
Required element: This element defines the sort order for Plan Groups on screens where Plan Group is a system-defined drop-down list for user selection. |
|
The contents of the drop-down list are derived from the PlanName column of AsPlan. |
|
ORDER |
Optional attribute: ASCENDING or DESCENDING Specifies the sort order. If absent, the default is ascending order. |
|
<Plan> |
Optional element: Marks the beginning of plan configuration. |
|
|
<OrderBy>
|
Required element: This element defines the sort order for Plans on screens where Plan is a system-defined drop-down list for user selection. |
|
The contents of the drop-down list are derived from AsPlan columns or dynamic plan fields. |
|
ORDER |
Optional attribute: ASCENDING or DESCENDING Specifies the sort order. If absent, the default is ascending order. |
<PlanOrder>
<PlanGroup>
<OrderBy ORDER=”DESCENDING”>PlanName</OrderBy>
</PlanGroup>
<Plan>
<OrderBy ORDER=”DESCENDING”>EffectiveDate</OrderBy>
</Plan>
</PlanOrder>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.