Skip to main content
Represents a dashboard theme configuration.

Constructors

NSDashTheme()

Initializes a new instance of the NSDashTheme class.

Methods

GetClient()

Gets the name of the client(s) the theme is available to.
Returns: CRMScript.Global.String

GetConfig()

Gets the JSON clob-formatted configuration.
Returns: CRMScript.Global.String

GetDashboardThemeId()

Gets the dashboard theme ID.
Returns: CRMScript.Global.Integer

GetName()

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

GetRank()

Gets the rank order.
Returns: CRMScript.Global.Integer

GetStyle()

Gets the style value (e.g., ‘light’ or ‘dark’).
Returns: CRMScript.Global.String

SetClient(String)

Sets the name of the client(s) the theme is available to.
Returns: CRMScript.Global.Void

SetConfig(String)

Sets the JSON clob-formatted configuration.
Returns: CRMScript.Global.Void

SetDashboardThemeId(Integer)

Sets the dashboard theme ID.
Returns: CRMScript.Global.Void

SetName(String)

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

SetRank(Integer)

Sets the rank order.
Returns: CRMScript.Global.Void

SetStyle(String)

Sets the style value (e.g., ‘light’ or ‘dark’).
Returns: CRMScript.Global.Void