Skip to main content
Carrier object for NSDashCollection.

Constructors

NSDashCollection()

Initializes a new instance of the NSDashCollection class.

Methods

GetFavourites()

Returns the associates favourite dashboards.
Returns: CRMScript.NetServer.NSDash[]

GetPinned()

Returns dashboards pinned to the associate.
Returns: CRMScript.NetServer.NSDash[]

GetOther()

Returns other dashboards.
Returns: CRMScript.NetServer.NSDash[]

SetFavourites(NSDash[])

Set associates favourite dashboards.
Returns: CRMScript.Global.Void

SetPinned(NSDash[])

Sets dashboards pinned to the associate.
Returns: CRMScript.Global.Void

SetOther(NSDash[])

Sets other dashboards.
Returns: CRMScript.Global.Void