Skip to main content
The heading entity contains generic list item information.

Constructors

NSHeadingEntity()

Initializes a new instance of the NSHeadingEntity class.

Methods

GetDeleted()

Returns: CRMScript.Global.Bool - True if the heading is marked as deleted. Example:

GetHeadingId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetName()

Returns: CRMScript.Global.String - The visible heading. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank order. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip or other description. Example:

GetUdListDefinitionId()

Returns: CRMScript.Global.Integer - The ID of the list which this heading belongs to. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetHeadingId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetUdListDefinitionId(Integer)

Returns: CRMScript.Global.Void Example: