RoleApprovalLogRoleApproval Method |
Note: This API is now obsolete.
Codemethod usage | The code method is intended to be used in the role approval processes. It should be executed on the "Approve" transition with the "halt on error" flag set to true. It assumes that the active user is the approver. It assumes that the RoleApproval references the approved Role Assignments and the the requestor field is populated with the user who created the request. |
---|---|
Designed to be used in a process only (Yes/No) | Yes |
Action Object (data object type) | RoleApproval |
Namespace: Omada.OE.Solution.OIM.Assembly
[ObsoleteAttribute] public void LogRoleApproval( CodeMethodInvokeContext context, bool approved )