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

Constructors

NSListItemEntity()

Initializes a new instance of the NSListItemEntity class.

Methods

GetDeleted()

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

GetId()

Returns: CRMScript.Global.Integer - The identity of the list item. Example:

GetName()

Returns: CRMScript.Global.String - The name of the list item. Example:

GetRank()

Returns: CRMScript.Global.Integer - The rank of the list item. Example:

GetTooltip()

Returns: CRMScript.Global.String - The tooltip of the list item. Example:

GetUdListDefinitionId()

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

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetId(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: