Codeunit "Opportunity Chart Mgt."

ID 782
Namespace: Microsoft.CRM.Analysis

Methods

SetDefaultOppStatus

procedure SetDefaultOppStatus(var Opportunity: Record Opportunity)

Parameters

Name Type Description
Opportunity Table Microsoft.CRM.Opportunity.Opportunity

SetDefaultPeriod

procedure SetDefaultPeriod(var Period: Record Date)

Parameters

Name Type Description
Period Table System.Utilities.Date

SetNextPeriod

procedure SetNextPeriod(var Period: Record Date)

Parameters

Name Type Description
Period Table System.Utilities.Date

SetPrevPeriod

procedure SetPrevPeriod(var Period: Record Date)

Parameters

Name Type Description
Period Table System.Utilities.Date

SetPeriodRange

procedure SetPeriodRange(var Period: Record Date)

Parameters

Name Type Description
Period Table System.Utilities.Date

Events

OnAfterGetOppCount

[IntegrationEvent(False,False)]
local procedure OnAfterGetOppCount(var Opportunity: Record Opportunity, var NumberOfOpp: Integer)

Parameters

Name Type Description
Opportunity Table Microsoft.CRM.Opportunity.Opportunity
NumberOfOpp Integer

OnDrillDownOnBeforeRunPage

[IntegrationEvent(False,False)]
local procedure OnDrillDownOnBeforeRunPage(var Opportunity: Record Opportunity)

Parameters

Name Type Description
Opportunity Table Microsoft.CRM.Opportunity.Opportunity

See also