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 | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<GroupCustomerOverviewScreen> | The opening and closing tag of the business rule. |
|
|
<GroupCustomerDetails> | Optional element: Begins the Group Customer Details definition. | ||
<Fields> | See Fields Elements. | ||
<Field> | Dynamic fields from the Group Customer, as well as new fields, can be configured. | ||
<GroupCustomerAgreements> | SHOW |
Optional element: Begins the Group Customer Agreements definition. Required attribute: If set to "Yes", the Agreements grid will display. |
String: Yes / No |
<GroupCustomerPlans> | SHOW |
Optional element: Begins the Group Customer Plans definition. Required attribute: If set to "Yes", the Plan grid will display. |
String: Yes / No |
<GroupCustomerClassGroups> | SHOW |
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 |
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]"> </GroupCustomerDetails>
</GroupCustomerOverviewScreen>