| CalculatedAssignmentVerdictControllerExpireCalculateAssignmentVerdict Method (Guid, DateTime, Boolean) |
Expires a single verdict for a calculated assignment.
Namespace:
Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool ExpireCalculateAssignmentVerdict(
Guid assignmentKey,
DateTime expiresOn,
bool onlyApproveVerdict
)
Parameters
- assignmentKey
- Type: SystemGuid
Assignment to expire - expiresOn
- Type: SystemDateTime
Date of expiry - onlyApproveVerdict
- Type: SystemBoolean
If true we will only expire if the verdict has VerdictType==Approve.
Return Value
Type:
BooleanReturns true if a verdict was found to expire.
See Also