Skip to main content
Carrier object for NSDash.

Constructors

NSDash()

Initializes a new instance of the NSDash class.

Methods

GetAssociateId()

Associate who owns this dashboard.
Returns: CRMScript.Global.Integer

GetColumns()

How many columns there are in the dashboard.
Returns: CRMScript.Global.Integer

GetDashboardId()

Primary key of dashboard.
Returns: CRMScript.Global.Integer

GetDescription()

Detailed description of the dashboard.
Returns: CRMScript.Global.String

GetName()

Gets name the dashboard.
Returns: CRMScript.Global.String

GetPinForAll()

Returns 1 if pinned for all.
Returns: CRMScript.Global.Integer

GetPinForAssociates()

Returns array of references to the pinned associates.
Returns: CRMScript.Global.Integer[]

GetPinForGroups()

Returns array of references to the pinned groups.
Returns: CRMScript.Global.Integer[]

GetTheme()

Returns the theme for this dashboard.
Returns: CRMScript.Netserver.NSDashTheme

GetUniqueId()

Returns GUID identifying a default dashboard from SuperOffice.
Returns: CRMScript.Global.String

GetVisibleForAll()

Returns 1 if visible for all.
Returns: CRMScript.Global.Integer

GetVisibleForAssociates()

Returns array of references to the visible for associates.
Returns: CRMScript.Global.Integer[]

GetVisibleForGroups()

Returns array of references to the visible for groups.
Returns: CRMScript.Global.Integer[]

SetAssociateId(Integer)

Associate who owns this dashboard.
Returns: CRMScript.Global.Void

SetColumns(Integer)

How many columns there are in the dashboard.
Returns: CRMScript.Global.Void

SetDashboardId(Integer)

Primary key of dashboard.
Returns: CRMScript.Global.Void

SetDescription(String)

Detailed description of the dashboard.
Returns: CRMScript.Global.Void

SetName(String)

Sets name the dashboard.
Returns: CRMScript.Global.Void

SetPinForAll(Integer)

Set to 1 if pinned for all.
Returns: CRMScript.Global.Void

SetPinForAssociates(Integer[])

Set an array of references to pinned associates.
Returns: CRMScript.Global.Void

SetPinForGroups(Integer[])

Set an array of references to pinned groups.
Returns: CRMScript.Global.Void

SetTheme(NSDashTheme)

Sets the theme for this dashboard.
Returns: CRMScript.Global.Void

SetUniqueId(String)

Sets GUID identifying a default dashboard from SuperOffice.
Returns: CRMScript.Global.Void

SetVisibleForAll(Integer)

Set to 1 if visible for all.
Returns: CRMScript.Global.Void

SetVisibleForAssociates(Integer[])

Set an array of references to visible for associates.
Returns: CRMScript.Global.Void

SetVisibleForGroups(Integer[])

Set an array of references to visible for groups.
Returns: CRMScript.Global.Void