| CalculatedAssignmentVerdictControllerCreateOrUpdateVerdict Method (CalculatedAssignment, VerdictType, Int32, String, DateTime, Int32, String) |
Creates or updates the effective approval/removal status (in tblCalculatedAssignmentVerdict) of a single CRA that has been processed in a survey.
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 virtual void CreateOrUpdateVerdict(
CalculatedAssignment ca,
VerdictType verdict,
int judgeId,
string comment,
DateTime expiresOn,
int surveyId,
string actorRole
)
Parameters
- ca
- Type: CalculatedAssignment
- verdict
- Type: Omada.OE.Solution.OIM.AppLogic.RoPEVerdictType
Approve or remove?
- judgeId
- Type: SystemInt32
OIS ES user id.
- comment
- Type: SystemString
- expiresOn
- Type: SystemDateTime
- surveyId
- Type: SystemInt32
OIS ES survey data object id.
- actorRole
- Type: SystemString
See Also