You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local procedure PostItem(var JobJnlLine: Record "Job Journal Line") JobLedgEntryNo: Integer
begin
// BEGIN
OnPostItemOnBeforeGetJob(JobJnlLine, NextEntryNo);
// END
OnPostItemOnBeforeGetJobConsumptionValueEntry(JobJnlLine);
end;
[IntegrationEvent(false, false)]
local procedure OnPostItemOnBeforeGetJob(var JobJournalLine: Record "Job Journal Line"; var NextEntryNo: Integer)
begin
end;
Additional context
I want to be able to create project lines outside of the standard process but without touching it and for that I need a subscriber with these characteristics
Internal work item: AB#561380
The text was updated successfully, but these errors were encountered:
Describe the request
Please new event
local procedure PostItem(var JobJnlLine: Record "Job Journal Line") JobLedgEntryNo: Integer
begin
// BEGIN
OnPostItemOnBeforeGetJob(JobJnlLine, NextEntryNo);
// END
OnPostItemOnBeforeGetJobConsumptionValueEntry(JobJnlLine);
end;
[IntegrationEvent(false, false)]
local procedure OnPostItemOnBeforeGetJob(var JobJournalLine: Record "Job Journal Line"; var NextEntryNo: Integer)
begin
end;
Additional context
I want to be able to create project lines outside of the standard process but without touching it and for that I need a subscriber with these characteristics
Internal work item: AB#561380
The text was updated successfully, but these errors were encountered: