RoleApprovalValidateApproverNotBeneficiary 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. The method retrieves the identities assigned to the referred role assignment data objects. It then validates that the active user's identity is not one of those. |
---|---|
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 bool ValidateApproverNotBeneficiary( CodeMethodInvokeContext context )