Click or drag to resize

SurveyApprovalPostActionHandlerResolveWhetherToAutoCompleteStep Method

Resolve whether to autocomplete step in a survey

Namespace:  Omada.OIS.AccessRequestSurveyApproval
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected virtual ApplyChanges ResolveWhetherToAutoCompleteStep(
	int requesterId,
	SurveyApprovalPostActionHandlerApprovalDecision decision,
	ActionArguments arguments,
	out List<int> autoCompleteOnBehalfOfUserIds
)

Parameters

requesterId
Type: SystemInt32
decision
Type: Omada.OIS.AccessRequestSurveyApprovalSurveyApprovalPostActionHandlerApprovalDecision
Approval decision that the last assignee made (if any).
arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
autoCompleteOnBehalfOfUserIds
Type: System.Collections.GenericListInt32
The users (if any) on who's behalf auto completion is performed.

Return Value

Type: ApplyChanges
See Also