Page "Tasks Matrix"

ID 9255
Namespace: Microsoft.CRM.Analysis

Properties

Name Value
Caption Tasks Matrix
DataCaptionExpression Format(SelectStr(OutputOption + 1, Text001))
Editable False
LinksAllowed False
PageType List
SourceTable Table Microsoft.CRM.Analysis."RM Matrix Management"

Methods

Load

procedure Load(MatrixColumns1: array[32] of Text[1024], var MatrixRecords1: array[32] of Record Date, TableOptionLocal: Option, ColumnDateFilter: array[32] of Text[50], OutputOptionLocal: Option, FilterSalesPersonLocal: Code[250], FilterTeamLocal: Code[250], FilterCampaignLocal: Code[250], FilterContactLocal: Code[250], StatusFilterLocal: Option, IncludeClosedLocal: Boolean, PriorityFilterLocal: Option)

Parameters

Name Type Description
MatrixColumns1 array[32] of Text[1024]
MatrixRecords1 array[32] of Record Date
TableOptionLocal Option
ColumnDateFilter array[32] of Text[50]
OutputOptionLocal Option
FilterSalesPersonLocal Code[250]
FilterTeamLocal Code[250]
FilterCampaignLocal Code[250]
FilterContactLocal Code[250]
StatusFilterLocal Option
IncludeClosedLocal Boolean
PriorityFilterLocal Option

Events

OnAfterSetFilters

[IntegrationEvent(True,False)]
local procedure OnAfterSetFilters(var RMMatrixManagement: Record "RM Matrix Management", var Task: Record "To-do", TableOption: Option)

Parameters

Name Type Description
RMMatrixManagement Table Microsoft.CRM.Analysis."RM Matrix Management"
Task Table Microsoft.CRM.Task."To-do"
TableOption Option

OnMatrixOnDrillDownOnBeforeRunTaskList

[IntegrationEvent(False,False)]
local procedure OnMatrixOnDrillDownOnBeforeRunTaskList(var RMMatrixManagement: Record "RM Matrix Management", var Task: Record "To-do", var SkipRun: Boolean)

Parameters

Name Type Description
RMMatrixManagement Table Microsoft.CRM.Analysis."RM Matrix Management"
Task Table Microsoft.CRM.Task."To-do"
SkipRun Boolean

See also