PlanAgreementSearchScreen
The PlanAgreementSearchScreen can be configured to display the parent group customers based on the relationship type selected in the HierarchyRelationship field on the Group Customer Screen. This rule supports Plan Agreement Search in OIPA.
- The <Fixed Fields>will allow the CustomerName and ProductName fixed fields to be renamed.
- <Fields> will allow additional Fixed Fields to be added to criteria.
- By default the grid will display Plan Name, Plan Status, Plan Effective Date, Plan Expiration Date , but the fields in the grid can be changed using the configuration in <Results> to display AsPlan and AsPlanAgreement fields.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<PlanAgreementSearchScreen> |
The required opening and closing tags. |
|
|
<Search> | Required and Repeatable Element: Indicates and defines search criteria and the fields to be included as part of the Plan Agreement Search screen. | ||
<FixedFields> | See Fixed Fields page | ||
<Fields> | See Fields Elements. | ||
</Search> |
Required and Repeatable element: |
||
<Results> | Required: Defines the results. This element provides the return of the search and the data in the Results override the fixed fields. | ||
<Table> | Required:
Controls formatting of results display. See Table Element. |
||
<Column> | The container element for column configuration. | ||
<Display> | Defines the header for the search result table column. | ||
<Name> | Specifies the database column in which the field values are stored. | ||
<DataType> | Defines the datatype of the field. | String |
XML Schema
<PlanAgreementSearchScreen>
<Search>
<FixedFields>
<Field>
<Name></Name>
<Display></Display>
</Field>
</FixedFields>
<Fields>
<Field>
<Name></Name>
<Display></Display>
<DataType></DataType>
<Group></Group>
</Field>
</Fields>
</Search>
<Results>
<Table>
<Column ALIGN="" FORMAT="">
<Display></Display>
<Name></Name>
<DataType></DataType>
<Group></Group>
</Column>
</Table>
</Results>
</PlanAgreementSearchScreen>
XML Example
<PlanAgreementSearchScreen>
<Search>
<FixedFields>
<Field>
<Name>CompanyName</Name>
<Display>Related Customers</Display>
</Field>
<Field>
<Name>ProductName</Name>
<Display>Available Products</Display>
</Field>
</FixedFields>
<Fields></Fields>
</Search>
<Results></Results>
</PlanAgreementSearchScreen>