Click or drag to resize

CalculatedAssignmentVerdictSurveyPostActionHandlerCreateOrUpdateVerdictIfNecessary Method

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void CreateOrUpdateVerdictIfNecessary(
	ActionArguments arguments,
	Guid assignmentKey,
	int identityId,
	bool isAccount,
	VerdictType verdict,
	string comment,
	string odwBusiKey
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
assignmentKey
Type: SystemGuid
identityId
Type: SystemInt32
isAccount
Type: SystemBoolean
verdict
Type: Omada.OE.Solution.OIM.AppLogic.RoPEVerdictType
comment
Type: SystemString
odwBusiKey
Type: SystemString
See Also