| DataSourceStartObject Enumeration |
Enum for start object type.
Used in field mappings for data sources and assignee expressions.
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum DataSourceStartObject
Members
| Member name | Value | Description |
---|
| Parent | 0 |
Map field in datasource from parent question
or use parent object as start object for assignee expression.
|
| Child | 1 |
Map field in datasource from child question
or use child object as start object for assignee expression.
|
See Also