Your browser does not support JavaScript!
You are here: Configuration Overview > Business Rules > Attached Rules > UpdateRoleStatus

UpdateRoleStatus

Description

The UpdateRoleStatus business rule allows a transaction to update the status of multiple roles. The update is not necessarily to the same status. Each status on a role is updates to its own value. The system supports three status code values from AsCodeRoleStatus:

The OIPA implementation may develop more role status codes as needed. The rule is attached to a transaction and must be listed in TransactionBusinessRulePacket.

UpdateRoleStatus Element/Attribute Table
Element/Tag Definition Attribute Element/Attribute Value and Description

<UpdateRoleStatus>

The opening and closing elements for the rule.

   

<FromCollection>

Identifies the source of the update data.

 

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

XML Example

<UpdateRoleStatus>
<FromCollection>CollectionMV</FromCollection>
</UpdateRoleStatus>

XML Schema

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

 

Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices