Skip to main content
Represents a preview of a dashboard.

Constructors

NSPreviewDash()

Initializes a new instance of the NSPreviewDash class.

Methods

GetDashboardId()

Gets the primary key ID of the dashboard.
Returns: CRMScript.Global.Integer - Primary key ID of the dashboard.

SetDashboardId(Integer)

Sets the primary key ID for the dashboard.
Returns: CRMScript.Global.Void

GetDescription()

Gets the detailed description of the dashboard.
Returns: CRMScript.Global.String - Description of the dashboard.

SetDescription(String)

Sets a detailed description for the dashboard.
Returns: CRMScript.Global.Void

GetName()

Gets the name of the dashboard.
Returns: CRMScript.Global.String - Name of the dashboard.

SetName(String)

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

GetOwnedByFullName()

Gets the full name of the dashboard owner.
Returns: CRMScript.Global.String - Full name of the dashboard owner.

SetOwnedByFullName(String)

Sets the full name of the dashboard owner.
Returns: CRMScript.Global.Void

GetRegistered()

Gets the registration date of the dashboard.
Returns: CRMScript.Global.DateTime - Date the dashboard was registered.

SetRegistered(DateTime)

Sets the registration date for the dashboard.
Returns: CRMScript.Global.Void

GetTiles()

Gets the dashboard tiles.
Returns: RMScript.NetServer.NSPreviewDashTile[] - Array of tiles in the dashboard.

SetTiles(NSPreviewDashTile[])

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