Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EventRequest] Codeunit 1012 "Job Jnl.-Post Line" #27856

Open
cmarcoADV opened this issue Dec 27, 2024 · 2 comments
Open

[EventRequest] Codeunit 1012 "Job Jnl.-Post Line" #27856

cmarcoADV opened this issue Dec 27, 2024 · 2 comments
Labels
event-request Request for adding an event SCM GitHub request for SCM area

Comments

@cmarcoADV
Copy link

cmarcoADV commented Dec 27, 2024

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

@JakovljevicDusan JakovljevicDusan added event-request Request for adding an event SCM GitHub request for SCM area labels Dec 30, 2024
@JakovljevicDusan
Copy link

Hi @cmarcoADV ,

Please add more details about raising this new event.

@cmarcoADV
Copy link
Author

Hi @JakovljevicDusan,

Can you please tell me, vhat more details do you need?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event-request Request for adding an event SCM GitHub request for SCM area
Projects
None yet
Development

No branches or pull requests

2 participants