Codeunit "Sales Alloc. Acc. Mgt."

ID 2678
Namespace: Microsoft.Finance.AllocationAccount.Sales

Methods

CreateLinesFromAllocationAccountLine

procedure CreateLinesFromAllocationAccountLine(var AllocationAccountSalesLine: Record "Sales Line")

Parameters

Name Type Description
AllocationAccountSalesLine Table Microsoft.Sales.Document."Sales Line"

VerifySelectedAllocationAccountNo

procedure VerifySelectedAllocationAccountNo(var SalesLine: Record "Sales Line")

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"

Events

OnBeforeCreateSalesLine

[IntegrationEvent(False,False)]
local procedure OnBeforeCreateSalesLine(var SalesLine: Record "Sales Line", var AllocationLine: Record "Allocation Line" temporary, var AllocationSalesLine: Record "Sales Line")

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
AllocationLine Table Microsoft.Finance.AllocationAccount."Allocation Line"
AllocationSalesLine Table Microsoft.Sales.Document."Sales Line"

OnBeforeVerifySalesLine

[IntegrationEvent(False,False)]
local procedure OnBeforeVerifySalesLine(var SalesLine: Record "Sales Line")

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"

See also