Skip to main content
Carrier object for NavigatorCompany.

Constructors

NSNavigatorCompany()

Initializes a new instance of the NSNavigatorCompany class.

Methods

GetId()

Gets the primary key (ID) for the NSNavigatorCompany
Returns: CRMScript.Global.Integer - NavigatorCompany ID. Example:

GetTooltip()

Gets the tooltip description for the NSNavigatorCompany list item.
Returns: CRMScript.Global.String - NSNavigatorCompany tooltip description. Example:

GetValue()

Gets the name of the NSNavigatorCompany.
Returns: CRMScript.Global.String - NavigatorCompany name. Example:

SetId(Integer)

Sets the primary key (ID) for the NSNavigatorCompany
Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Sets the tooltip description for the NSNavigatorCompany list item.
Returns: CRMScript.Global.Void Example:

SetValue(String)

Sets the name of the NSNavigatorCompany item.
Returns: CRMScript.Global.Void Example: