Click or drag to resize

SurveyFeatureSurveyActivityEscalationSetReminderSent Method

Sets Escalation property to Reminder Sent for activities which currently have Assignees The code method is used in the OOTB Event definition "Survey Escalation: Send reminder" to ensure that "Reminder sent" value is ONLY set for survey activities with an active assignee(s).

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void SurveyActivityEscalationSetReminderSent(
	CodeMethodInvokeContext context,
	string configuration
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
configuration
Type: SystemString
Exceptions
ExceptionCondition
Exception
See Also