Click or drag to resize

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
Syntax
C#
public enum DataSourceStartObject
Members
  Member nameValueDescription
Parent0 Map field in datasource from parent question or use parent object as start object for assignee expression.
Child1 Map field in datasource from child question or use child object as start object for assignee expression.
See Also