| 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
Syntaxpublic void SurveyActivityEscalationSetReminderSent(
CodeMethodInvokeContext context,
string configuration
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- configuration
- Type: SystemString
ExceptionsException | Condition |
---|
Exception | |
See Also