Codeunit 18004198 EOS085 Production - Post Mgt.
Codeunit 18004198 EOS085 Production - Post Mgt.
Methods
DeleteLines
procedure DeleteLines(var SourceItemJournalLine: Record "Item Journal Line")
Parameters / Return Value
- SourceItemJournalLine
Record "Item Journal Line"
SchedulePosting
procedure SchedulePosting(SourceItemJournalLine: Record "Item Journal Line")
Parameters / Return Value
- SourceItemJournalLine
Record "Item Journal Line"
PostView
procedure PostView(var SourceItemJournalLine: Record "Item Journal Line")
Parameters / Return Value
- SourceItemJournalLine
Record "Item Journal Line"
PostBatch
procedure PostBatch(var SourceItemJournalLine: Record "Item Journal Line")
Parameters / Return Value
- SourceItemJournalLine
Record "Item Journal Line"
PostSelectedProdOrder
procedure PostSelectedProdOrder(var SourceItemJournalLine: Record "Item Journal Line")
Parameters / Return Value
- SourceItemJournalLine
Record "Item Journal Line"
Events
OnAfterPostItemJournalLine
local procedure OnAfterPostItemJournalLine(ItemJournalLine: Record "Item Journal Line"; ErrorsOccurred: Boolean)
Raised after the posting of an item journal line.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
ErrorsOccurred
Boolean
Indicates if errors occurred during posting
OnBeforeDeleteLines
local procedure OnBeforeDeleteLines(var ItemJournalLine: Record "Item Journal Line")
Raised before the confirmation dialog is shown when deleting lines.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
OnBeforePostView
local procedure OnBeforePostView(var ItemJournalLine: Record "Item Journal Line")
Raised before the confirmation dialog is shown when posting the current view.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
OnBeforePostBatch
local procedure OnBeforePostBatch(var ItemJournalLine: Record "Item Journal Line")
Raised before the confirmation dialog is shown when posting the current batch.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
OnBeforePostSelectedProdOrder
local procedure OnBeforePostSelectedProdOrder(var ItemJournalLine: Record "Item Journal Line")
Raised before the confirmation dialog is shown when posting the selected production order.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
OnAfterPostView
local procedure OnAfterPostView(ItemJournalLine: Record "Item Journal Line")
Raised after the current view has been posted.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
OnAfterPostBatch
local procedure OnAfterPostBatch(ItemJournalLine: Record "Item Journal Line")
Raised after the current batch has been posted.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
OnAfterPostSelectedProdOrder
local procedure OnAfterPostSelectedProdOrder(ItemJournalLine: Record "Item Journal Line")
Raised after the selected production order has been posted.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
OnBeforeFindSetOnDeleteItemJournalLines
local procedure OnBeforeFindSetOnDeleteItemJournalLines(var ItemJournalLine: Record "Item Journal Line"; var SuppressCommit: Boolean)
Raised before the deletion of item journal lines.
Parameters / Return Value
ItemJournalLine
Record "Item Journal Line"
Item Journal Line
SuppressCommit
Boolean
If true, doesn’t commit after each deletion
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.