-
Notifications
You must be signed in to change notification settings - Fork 690
Open
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaevent-requestRequest for adding an eventRequest for adding an event
Description
Why do you need this change?
We need to select and replace some posting number series based on another setup if it exists. So we need a similar event as they are on sales or purchase headers (OnAfterInitPostingNoSeries).
Please add the new event OnAfterSetDefaultNoSeries to table "Service Header".
Describe the request
local procedure SetDefaultNoSeries()
begin
...
case "Document Type" of
...
end;
+ OnAfterSetDefaultNoSeries(Rec, xRec);
end;+ [IntegrationEvent(false, false)]
+ local procedure OnAfterSetDefaultNoSeries(var ServiceHeader: Record "Service Header"; xServiceHeader: Record "Service Header")
+ begin
+ end;Internal work item: AB#622678
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaevent-requestRequest for adding an eventRequest for adding an event