Codeunit 70491758 EOS066.02 Subcontr. Helper
Codeunit 70491758 EOS066.02 Subcontr. Helper
Methods
IsWipItem
procedure IsWipItem(PurchLine: Record "Purchase Line"): Boolean
Checks if a given source document line is a subcontracting WIP line.
Parameters / Return Value
PurchLine
Record "Purchase Line"
The purchase line.
Returns
Boolean
true
if it is a wip line.
IsWipItem
procedure IsWipItem(PurchRcptLine: Record "Purch. Rcpt. Line"): Boolean
Checks if a given source document line is a subcontracting WIP line.
Parameters / Return Value
PurchRcptLine
Record "Purch. Rcpt. Line"
The purchase line.
Returns
Boolean
true
if it is a wip line.
CollectSubContrItemLedgEntries
procedure CollectSubContrItemLedgEntries(PurchRcptLine: Record "Purch. Rcpt. Line"; var TempItemLedgEntry: Record "Item Ledger Entry")
Parameters / Return Value
PurchRcptLine
Record "Purch. Rcpt. Line"
TempItemLedgEntry
Record "Item Ledger Entry"
Events
OnBeforeIsWipItem
local procedure OnBeforeIsWipItem(DocVariant: Variant; var IsWipItem: Boolean; var Handled: Boolean)
Raised whenever a given source document is checked for being a WIP line.
Parameters / Return Value
DocVariant
Variant
The source document line.
IsWipItem
Boolean
Gets or sets if this line is a WIP item.
Handled
Boolean
Gets or sets if this event has been completely handled.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.