Skip to main content
Relation to other table database field.

Constructors

NSFieldInfoRelation()

Initializes a new instance of the NSFieldInfoRelation class.

Methods

GetDefaultValue()

Returns: CRMScript.Global.Integer - Default record ID. Example:

GetMdoListName()

Returns: CRMScript.Global.String - MDO list name used to populate this list. (Read-only, derived from TargetTable). Example:

GetTargetLabel()

Returns: CRMScript.Global.String - Display name on target entity. Example:

GetTargetTable()

Returns: CRMScript.Global.String - Name of target table ‘contact’, ‘y_equipment’ Example:

GetUseDropDown()

Returns: CRMScript.Global.Bool - Show as dropdown list on target? Example:

SetDefaultValue(Integer)

Returns: CRMScript.Global.Void Example:

SetMdoListName(String)

Returns: CRMScript.Global.Void Example:

SetTargetLabel(String)

Returns: CRMScript.Global.Void Example:

SetTargetTable(String)

Returns: CRMScript.Global.Void Example:

SetUseDropDown(Bool)

Returns: CRMScript.Global.Void Example: