Click or drag to resize

CalculatedAssignmentVerdictControllerCreateOrUpdateVerdict Method (Guid, Int32, Boolean, VerdictType, Int32, String, DateTime, Int32, String, String)

Creates or updates the effective approval/removal status (in tblCalculatedAssignmentVerdict) of a single CRA.

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
Syntax
C#
public void CreateOrUpdateVerdict(
	Guid assignmentKey,
	int identityId,
	bool isAccount,
	VerdictType verdict,
	int judgeId,
	string comment,
	DateTime expiresOn,
	int surveyId,
	string odwBusiKey,
	string actorRole
)

Parameters

assignmentKey
Type: SystemGuid
Corresponds to tblCalculatedAssignment.AssignmentKey (in the RoPE db)
identityId
Type: SystemInt32
Identity who the calculated resource assignment is for.
isAccount
Type: SystemBoolean
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.
odwBusiKey
Type: SystemString
actorRole
Type: SystemString
See Also