Codeunit "Cash Flow Wksh. -Register Line"

ID 846
Namespace: Microsoft.CashFlow.Worksheet

Properties

Name Value
Permissions TableData "Cash Flow Forecast Entry" = rimd
TableNo Table Microsoft.CashFlow.Worksheet."Cash Flow Worksheet Line"

Methods

RunWithCheck

procedure RunWithCheck(var CFWkshLine2: Record "Cash Flow Worksheet Line")

Parameters

Name Type Description
CFWkshLine2 Table Microsoft.CashFlow.Worksheet."Cash Flow Worksheet Line"

Events

OnAfterCreateForecastEntry

[IntegrationEvent(False,False)]
local procedure OnAfterCreateForecastEntry(var CashFlowForecastEntry: Record "Cash Flow Forecast Entry", CashFlowWorksheetLine: Record "Cash Flow Worksheet Line")

Parameters

Name Type Description
CashFlowForecastEntry Table Microsoft.CashFlow.Forecast."Cash Flow Forecast Entry"
CashFlowWorksheetLine Table Microsoft.CashFlow.Worksheet."Cash Flow Worksheet Line"

OnCodeOnAfterCalcCheckIfCFAccountBlocked

[IntegrationEvent(False,False)]
local procedure OnCodeOnAfterCalcCheckIfCFAccountBlocked(var CashFlowWorksheetLine: Record "Cash Flow Worksheet Line", var CheckIfCFAccountBlocked: Boolean)

Parameters

Name Type Description
CashFlowWorksheetLine Table Microsoft.CashFlow.Worksheet."Cash Flow Worksheet Line"
CheckIfCFAccountBlocked Boolean

See also