Codeunit "Mfg. Purch.-Post"
ID 99000890
Namespace: Microsoft.Purchases.Posting
Events
OnBeforePostItemJnlLineCopyProdOrder
[IntegrationEvent(True,False)]
local procedure OnBeforePostItemJnlLineCopyProdOrder(PurchLine: Record "Purchase Line", var ItemJnlLine: Record "Item Journal Line", QtyToBeReceived: Decimal, QtyToBeInvoiced: Decimal, CommitIsSupressed: Boolean, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| PurchLine | Table Microsoft.Purchases.Document."Purchase Line" | |
| ItemJnlLine | Table Microsoft.Inventory.Journal."Item Journal Line" | |
| QtyToBeReceived | Decimal | |
| QtyToBeInvoiced | Decimal | |
| CommitIsSupressed | Boolean | |
| IsHandled | Boolean |
OnAfterPostItemJnlLineCopyProdOrder
[IntegrationEvent(False,False)]
local procedure OnAfterPostItemJnlLineCopyProdOrder(var ItemJnlLine: Record "Item Journal Line", PurchLine: Record "Purchase Line", PurchRcptHeader: Record "Purch. Rcpt. Header", QtyToBeReceived: Decimal, CommitIsSupressed: Boolean, QtyToBeInvoiced: Decimal)
Parameters
| Name | Type | Description |
|---|---|---|
| ItemJnlLine | Table Microsoft.Inventory.Journal."Item Journal Line" | |
| PurchLine | Table Microsoft.Purchases.Document."Purchase Line" | |
| PurchRcptHeader | Table Microsoft.Purchases.History."Purch. Rcpt. Header" | |
| QtyToBeReceived | Decimal | |
| CommitIsSupressed | Boolean | |
| QtyToBeInvoiced | Decimal |