Codeunit "Relationship Performance Mgt."

ID 783
Namespace: Microsoft.CRM.Opportunity

Methods

DrillDown

procedure DrillDown(var BusinessChartBuffer: Record "Business Chart Buffer", var TempOpportunity: Record Opportunity temporary)

Parameters

Name Type Description
BusinessChartBuffer Table System.Visualization."Business Chart Buffer"
TempOpportunity Table Microsoft.CRM.Opportunity.Opportunity

SendCreateOpportunityNotification

procedure SendCreateOpportunityNotification(SegmentLine: Record "Segment Line")

Parameters

Name Type Description
SegmentLine Table Microsoft.CRM.Segment."Segment Line"

Events

OnBeforeAddBusinessChartBufferColumn

[IntegrationEvent(False,False)]
local procedure OnBeforeAddBusinessChartBufferColumn(var BusinessChartBuffer: Record "Business Chart Buffer", var TempOpportunity: Record Opportunity temporary, var IsHandled: Boolean)

Parameters

Name Type Description
BusinessChartBuffer Table System.Visualization."Business Chart Buffer"
TempOpportunity Table Microsoft.CRM.Opportunity.Opportunity
IsHandled Boolean

OnCalcTopFiveOpportunitiesOnAfterOpportunitySetFilters

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

Parameters

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

OnCalcTopFiveOpportunitiesOnBeforeTempOpportunityInsert

[IntegrationEvent(False,False)]
local procedure OnCalcTopFiveOpportunitiesOnBeforeTempOpportunityInsert(var TempOpportunity: Record Opportunity temporary, Opportunity: Record Opportunity)

Parameters

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

OnUpdateDataOnAfterTempOpportunitySetFilters

[IntegrationEvent(False,False)]
local procedure OnUpdateDataOnAfterTempOpportunitySetFilters(var TempOpportunity: Record Opportunity temporary)

Parameters

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

See also