Click or drag to resize

SurveyPostActionHandlerBaseApplyProposedOwner Method

Will apply proposed owner, if SURV_PROPOSEDOWNER is changed, and the new proposed owner accepted the ownership (SURV_ACCEPTOWNERSHIP is Yes).

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#
protected void ApplyProposedOwner(
	ActionArguments arguments,
	DataObject dataObject,
	string ownerProperty
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
dataObject
Type: Omada.OE.ModelDataObject
ownerProperty
Type: SystemString
See Also