GroupCustomerOverviewScreen
This business rule allows to configure a screen that shows a summary of the Group Customer data to enable a user to have a quick view of that data.
| Element/Tag | Attributes | Parent Element | Description | Element/Attribute Value |
|---|---|---|---|---|
|
<GroupCustomerOverviewScreen> |
The opening and closing tag of the business rule. |
|||
|
<GroupCustomerDetails> |
<GroupCustomerOverviewScreen> |
Optional element: Begins the Group Customer Details definition. |
||
|
<Fields> |
<GroupCustomerDetails> |
See Fields Elements. |
||
|
<Field> |
<Fields> |
Dynamic fields from the Group Customer, as well as new fields, can be configured. |
||
|
<GroupCustomerAgreements> |
SHOW |
<GroupCustomerOverviewScreen> |
Optional element: Begins the Group Customer Agreements definition. Required attribute: If set to "Yes", the Agreements grid will display. String: Yes / No |
|
|
<GroupCustomerPlans> |
SHOW |
<GroupCustomerOverviewScreen> |
Optional element: Begins the Group Customer Plans definition. Required attribute: If set to "Yes", the Plan grid will display. String: Yes / No |
|
|
<GroupCustomerClassGroups> |
SHOW |
<GroupCustomerOverviewScreen> |
Optional element: Begins the Group Customer Class Group definition. Required attribute: If set to "Yes", the ClasGroup grid will display. String: Yes / No |
|
|
<GroupCustomerClasses> |
DEFAULTFORMAT SHOW |
<GroupCustomerOverviewScreen> |
Optional element: Begins the Group Customer Classes definition. If set to "Grid", the Segment grid will display. If set to "Tree" the Agreement tree will be displayed. Required attribute: If set to "Yes", the Class grid/tree will display. Grid/Tree Default to Tree String: Yes / No |
XML Schema
<GroupCustomerOverviewScreen>
<GroupCustomerDetails>
<Fields>
<Field/>
</Fields>
</GroupCustomerDetails>
<GroupCustomerAgreements SHOW="[Yes|No]"></GroupCustomerAgreements>
<GroupCustomPlans SHOW="[Yes|No]"></GroupCustomerPlans>
<GroupCustomClassGroups SHOW="[Yes|No]"></GroupCustomerClassGroups>
<GroupCustomerClasses DEFAULTFORMAT="[Grid|Tree]" SHOW="[Yes|No]"></GroupCustomerClasses>
</GroupCustomerOverviewScreen>