Skip to main content
The resource entity contains resource information.

Constructors

NSResourceEntity()

Initializes a new instance of the NSResourceEntity class.

Methods

GetDeleted()

Returns: CRMScript.Global.Bool - If true, the resource is deleted. Example:

GetIsLocation()

Returns: CRMScript.Global.Bool - If true the resource is a location. Example:

GetLocationAddress()

Returns: CRMScript.Global.String - Address of location, if this is a resource that is a location. Example:

GetName()

Returns: CRMScript.Global.String - Initials, also login name, possibly database user name. Example:

GetRank()

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

GetResourceId()

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

GetTooltip()

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

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetIsLocation(Bool)

Returns: CRMScript.Global.Void Example:

SetLocationAddress(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetResourceId(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example: