UpdateImpairmentStatus

This business rule processes any status changes on the impairment. The update is not necessarily to the same status. Each status of an impairment updates to its own value. The status code values shall come from AsCodeImpairmentStatus. Processing the transaction to which this business rule is attached, will change the status of the impairment to the one specified in this rule.

Note: UpdateImpairmentStatus can be configured partially or entirely through CopyBooks.

UpdateImpairmentStatus: Elements and Attributes
Element/Tag Attributes Parent Element Description Element/Attribute Values
<UpdateImpairmentStatus>    

The opening and closing tags of the business rule.

 
<FromCollection>   <UpdateImpairmentStatus>

Identifies the source of the update data.

Required element value:

Code A MathVariable of type Collection. The keys are IMPAIRMENTGUIDs and the values are the new status codes for each impairment that will be updated.

XML Schema

<UpdateImpairmentStatus>
<FromCollection>[math variable]</FromCollection>
</UpdateImpairmentStatus>

XML Example

<UpdateImpairmentStatus>
<FromCollection>CollectionMV</FromCollection>
</UpdateImpairmentStatus>