Skip to main content
Defines a dashboard tile with various settings.

Constructors

NSDashTileDefinition()

Initializes a new instance of the NSDashTileDefinition class.

Methods

GetCurrencyCode()

Returns the currency code for the dashboard tile.
Returns: CRMScript.Global.String

GetCurrencyMode()

Retrieves the currency mode of the dashboard tile.
Returns: CRMScript.Global.Integer - The currency mode of the dashboard tile.
Generated from NetServer

GetDashboardTileDefinitionId()

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

GetDefaultHeight()

Retrieves the default height of the dashboard tile.
Returns: CRMScript.Global.Integer - The default height of the dashboard tile.
Generated from NetServer

GetDefaultWidth()

Retrieves the default width of the dashboard tile.
Returns: CRMScript.Global.Integer - The default width of the dashboard tile.
Generated from NetServer

GetDescription()

Retrieves the description of the dashboard tile.
Returns: CRMScript.Global.String - The description of the dashboard tile.
Generated from NetServer

GetEntityName()

Retrieves the entity name measured by the dashboard tile.
Returns: CRMScript.Global.String - The entity name measured by the dashboard tile.
Generated from NetServer

GetEntityType()

Retrieves the entity type of the dashboard tile.
Returns: CRMScript.Global.Integer - The entity type of the dashboard tile.
Generated from NetServer

GetLayoutConfig()

Retrieves the JSON formatted layout configuration of the dashboard tile.
Returns: CRMScript.Global.String - The JSON formatted layout configuration of the dashboard tile.
Generated from NetServer

GetMeasure()

Retrieves the measure type of the dashboard tile.
Returns: CRMScript.Global.Integer - The measure type of the dashboard tile.
Generated from NetServer

GetMeasureByField()

Retrieves the field used to group data in the dashboard tile.
Returns: CRMScript.Global.String - The field used to group data by the dashboard tile.
Generated from NetServer

GetMeasureField()

Retrieves the field to be measured by the dashboard tile.
Returns: CRMScript.Global.String - The field to be measured by the dashboard tile.
Generated from NetServer

GetName()

Retrieves the name of the dashboard tile.
Returns: CRMScript.Global.String - The name of the dashboard tile.
Generated from NetServer

GetProviderName()

Retrieves the provider name used with this entity type.
Returns: CRMScript.Global.String - The name of the provider used with this entity type.
Generated from NetServer

GetSecondarySelectionId()

Retrieves the secondary selection ID for period comparisons.
Returns: CRMScript.Global.Integer - The secondary selection ID for period comparisons.
Generated from NetServer

GetSelectionId()

Gets the selection criteria ID of the tile definition.
Returns: CRMScript.Global.Integer - Selection ID defining the criteria for the tile.

GetSortBy()

Retrieves the sort field for the dashboard tile.
Returns: CRMScript.Global.String - The field by which the dashboard tile is sorted.
Generated from NetServer

GetTileType()

Retrieves the type of the dashboard tile.
Returns: CRMScript.Global.Integer - The type of the dashboard tile.
Generated from NetServer

GetUsage()

Retrieves where the dashboard tile can be used.
Returns: CRMScript.Global.Integer - Where the dashboard tile can be used.
Generated from NetServer

SetCurrencyCode(String)

Sets the currency code for the dashboard tile.
Returns: CRMScript.Global.Void

SetCurrencyMode(Integer)

Sets the currency mode of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetDashboardTileDefinitionId(Integer)

Sets the primary key ID of the dashboard tile definition.
Returns: CRMScript.Global.Void
Generated from NetServer

SetDefaultHeight(Integer)

Sets the default height of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetDefaultWidth(Integer)

Sets the default width of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetDescription(String)

Sets the description of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetEntityName(String)

Sets the entity name measured by the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetEntityType(Integer)

Sets the entity type of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetLayoutConfig(String)

Sets the JSON formatted layout configuration of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetMeasure(Integer)

Sets the measure type of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetMeasureByField(String)

Sets the field to group data in the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetMeasureField(String)

Sets the field to be measured by the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetName(String)

Sets the name of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetProviderName(String)

Sets the provider name for the specified entity type.
Returns: CRMScript.Global.Void
Generated from NetServer

SetSecondarySelectionId(Integer)

Sets the secondary selection ID for period comparisons.
Returns: CRMScript.Global.Void
Generated from NetServer

SetSelectionId(Integer)

Sets the selection ID for the tile definition criteria.
Returns: CRMScript.Global.Void
Generated from NetServer

SetSortBy(String)

Sets the sort field for the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetTileType(Integer)

Sets the type of the dashboard tile.
Returns: CRMScript.Global.Void
Generated from NetServer

SetUsage(Integer)

Sets where the dashboard tile can be used.
Returns: CRMScript.Global.Void
Generated from NetServer