UpdateCommissionDetailStatus
The UpdateCommissionDetailStatus BR can be used to update the commission records status by configuring the Update tag with Yes/No values, which evaluates. A Commission record status can be updated,
- by the exact client or policy that created the claim.
- by a transaction at Policy level to which the segment is linked.
- by a Plan level activity of the plan to which the Policy belongs or the Company level activity of the company to which the Plan belongs can update a commission record.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<UpdateCommissionDetailStatus> | Required: The root element for UpdateCommissionStatus BR |
|
|
COMMISSIONDETAILGUID | Required when COMMISSIONDETAILGUIDCOLLECTION attribute is not used. COMMISSIONGUID identifies specific commission record that is updated.This is mutually exclusive with COMMISSIONDETAILGUIDCOLLECTION attribute. | ||
COMMISSIONDETAILGUIDCOLLECTION | Required when COMMISSIONDETAILGUID attribute is not used. Key is CommissionDetailGUID that identifies specific Commission record and value is the statuscode. This is mutually exclusive with COMMISSIONGUID attribute. | ||
<Update> | Required: Used to decide if the update has to be processed or not. |
Yes or No Either a static value or derived from mathvariable or activityfield. |
|
<To-StatusCode> |
The statuscodes to be updated. Required when COMMISSIONDETAILGUIDCOLLECTION is not used. |
Values from AsCodeCommissionStatus |
XML Schema
<UpdateCommissionDetailStatus COMMISSIONDETAILGUID="[Math Variable]">
<Update >YesMV</Update>
<To-StatusCode>PAID</To-StatusCode>
</UpdateCommissionDetailStatus >
<UpdateCommissionDetailStatus COMMISSIONDETAILGUIDCOLLECTION="[Math Variable]">
<Update >YesMV</Update>
<To-StatusCode>PEND</To-StatusCode>
</UpdateCommissionDetailStatus>