| SurveyFeatureRecalculateSurveyAssignees Method |
Recalculates the assignees of all non-completed objects in a survey and reassigns the survey activities (if needed).
Is intended to be executed in a nightly timer event.
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 RecalculateSurveyAssignees(
CodeMethodInvokeContext context,
string configuration
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
Action object must be a survey object (target) or a process instance for a survey.
- configuration
- Type: SystemString
Currently unused.
See Also