Skip to main content
The list entity contains information about a specific list.

Constructors

NSListEntity()

Initializes a new instance of the NSListEntity 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. Example:

GetInUseByUserDefinedFields()

Returns: CRMScript.Global.Bool - True if this in use by one or more udfields. Example:

GetIsCustomList()

Returns: CRMScript.Global.Bool - Indicates if this is a custom list or a standard list. Example:

GetIsMDOList()

Returns: CRMScript.Global.Bool - Indicates if this is an MDO list. Example:

GetListType()

Returns: CRMScript.Global.String - The type of this list, often indicated by the database name, but not necessarily. Example:

GetName()

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

GetRank()

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

GetTooltip()

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

GetUseGroupsAndHeadings()

Returns: CRMScript.Global.Bool - Indicates if this list should use groups and headings. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetId(Integer)

Returns: CRMScript.Global.Void Example:

SetInUseByUserDefinedFields(Bool)

Returns: CRMScript.Global.Void Example:

SetIsCustomList(Bool)

Returns: CRMScript.Global.Void Example:

SetIsMDOList(Bool)

Returns: CRMScript.Global.Void Example:

SetListType(String)

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:

SetUseGroupsAndHeadings(Bool)

Returns: CRMScript.Global.Void Example: