SurveyLaunchResult Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class SurveyLaunchResult
The SurveyLaunchResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | SurveyLaunchResult |
Name | Description | |
---|---|---|
![]() | ActiveUserWorkItemId |
Id of the active user's workitem (if there is one).
|
![]() | ActivityIds |
Ids of the active activities in the survey process
|
![]() | ErrorMessage |
Contains errormessages if the launching wheren't succesfull
|
![]() | ProcessId |
Id of the launched process
|
![]() | Success |
Indicates whether the Survey was launched or not.
If false, then the ErrorMessage property contains info about issues.
If the survey was launched with the "Generate data in background" option, then this property will be true.
|
![]() | SurveyId |
Id of the launched survey.
The survey id equals the id of the target object of the process.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |