CommissionDetailScreen
The CommissionDetailScreen can be used to define the dynamic fields used for commission.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<CommissionDetailScreen> | Required: The root element for CommissionScreen BR |
|
|
<Fields> | Optional | ||
<Field> | Required and Repeatable: Standard fields like any other screen. | ||
<Name> | Required: Name of the dynamic field. | ||
<DataType> | Required: All the field data types are supported. |
XML Schema
<CommissionDetailScreen>
<Fields>
<Field>
<Name>PremiumTrackingGUID</Name>
<Display>PremiumTrackingGUID</Display>
<DataType>Text</DataType>
</Field>
</Fields>
</CommissionDetailScreen>