Skip to main content
Long Text custom database field.

Constructors

NSFieldInfoLongText()

Initializes a new instance of the NSFieldInfoLongText class.

Methods

GetChoices()

Returns: CRMScript.Global.String[] - List of items to choose from. Null = not a dropdown list.

GetDefaultValue()

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

GetIsHtml()

Returns: CRMScript.Global.Bool - Do not escape HTML in field when displaying contents. Example:

GetNumRows()

Returns: CRMScript.Global.Integer - Number of lines of text to show. Text area height. Example:

GetUseTextArea()

Returns: CRMScript.Global.Bool - Use a multi-line text area? Example:

SetChoices(String[])

Returns: CRMScript.Global.Void

SetDefaultValue(String)

Returns: CRMScript.Global.Void Example:

SetIsHtml(Bool)

Returns: CRMScript.Global.Void Example:

SetNumRows(Integer)

Returns: CRMScript.Global.Void Example:

SetUseTextArea(Bool)

Returns: CRMScript.Global.Void Example: