Skip to content

[W1][Table][5900][Service Header] new OnAfterSetDefaultNoSeries event #29712

@RadoArvay

Description

@RadoArvay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaevent-requestRequest for adding an event

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions