Codeunit "Cash Flow Chart Mgt."

ID 869
Namespace: Microsoft.CashFlow.Forecast

Methods

OnOpenPage

procedure OnOpenPage(var CashFlowChartSetup: Record "Cash Flow Chart Setup")

Parameters

Name Type Description
CashFlowChartSetup Table Microsoft.CashFlow.Forecast."Cash Flow Chart Setup"

Events

OnCollectSourceTypesBeforeSkipSourceType

[IntegrationEvent(False,False)]
local procedure OnCollectSourceTypesBeforeSkipSourceType(CashFlowChartSetup: Record "Cash Flow Chart Setup", CashFlowForecast: Record "Cash Flow Forecast", SourceType: Enum "Cash Flow Source Type", var SkipSourceType: Boolean)

Parameters

Name Type Description
CashFlowChartSetup Table Microsoft.CashFlow.Forecast."Cash Flow Chart Setup"
CashFlowForecast Table Microsoft.CashFlow.Forecast."Cash Flow Forecast"
SourceType Enum Microsoft.CashFlow.Setup."Cash Flow Source Type"
SkipSourceType Boolean

See also