Codeunit "Check Purchase Document Line"

ID 9066
Namespace: Microsoft.Purchases.Document

Properties

Name Value
TableNo Table Microsoft.Purchases.Document."Purchase Line"

Methods

SetPurchaseHeader

procedure SetPurchaseHeader(NewPurchaseHeader: Record "Purchase Header")

Parameters

Name Type Description
NewPurchaseHeader Table Microsoft.Purchases.Document."Purchase Header"

Events

OnBeforeCheckPurchaseLines

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckPurchaseLines(Item: Record Item, CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
CurrentFieldNo Integer
CheckFieldNo Integer
CheckFieldCaption Text
IsHandled Boolean

OnCheckPurchLineOnAfterPurchLineSetFilters

[IntegrationEvent(False,False)]
local procedure OnCheckPurchLineOnAfterPurchLineSetFilters(Item: Record Item, var PurchaseLine: Record "Purchase Line", CurrFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
PurchaseLine Table Microsoft.Purchases.Document."Purchase Line"
CurrFieldNo Integer
CheckFieldNo Integer
CheckFieldCaption Text

See also