Skip to content

[Event Request] table 5406 "Prod. Order Line" OnAfterCreateDim #29759

@auzhhv

Description

@auzhhv

Why do you need this change?

Can you add xRec to event OnAfterCreateDim in table 5406 "Prod. Order Line"?

            "Shortcut Dimension 1 Code", "Shortcut Dimension 2 Code", ProdOrder."Dimension Set ID", DATABASE::Item);

        OnAfterCreateDim(Rec, DefaultDimSource, xRec);
    end;
    [IntegrationEvent(false, false)]
    local procedure OnAfterCreateDim(var ProdOrderLine: Record "Prod. Order Line"; DefaultDimSource: List of [Dictionary of [Integer, Code[20]]]; xProdOrderLine: Record "Prod. Order Line")
    begin
    end;

Describe the request

I need it to be able to check whether dimension set id has been changed along with a few other field to do some updates.
Internal work item: AB#623797

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaevent-requestRequest for adding an eventships-in-future-updateFix ships in a future update

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions