Skip to main content

Constructors

NSFieldInfoListText()

Initializes a new instance of the NSFieldInfoListText class.

Methods

GetChoices()

Returns: CRMScript.Global.String[] - List of items to choose from. Example:

GetDefaultValue()

Returns: CRMScript.Global.String - Default string value. Example:

GetTextLength()

Returns: CRMScript.Global.Integer - Length (in characters) of a text field, 0 for other types. Example:

SetChoices(String[])

Returns: CRMScript.Global.Void Example:

SetDefaultValue(String)

Returns: CRMScript.Global.Void Example:

SetTextLength(Integer)

Returns: CRMScript.Global.Void Example: