Skip to content

[Event Request] Report 99000788 "Prod. Order - Shortage List" - OnAfterCalculateNeededQty #30083

@tuan-nguyen-fenwick

Description

@tuan-nguyen-fenwick

Why do you need this change?

We would like to add custom calculation and modify the NeededQty in the "Prod. Order - Shortage List" report.

Describe the request

Hi Microsoft BC Dev Team,

Could you add this integration event OnAfterCalculateNeededQty to report 99000788 "Prod. Order - Shortage List"?

    [IntegrationEvent(false, false)]
    local procedure OnAfterCalculateNeededQty(ProdOrderComponent: Record "Prod. Order Component"; var TempProdOrderLine: Record "Prod. Order Line" temporary; var TempProdOrderComp: Record "Prod. Order Component" temporary; var CompItem: Record Item; var NeededQty: Decimal)
    begin
    end;

The event should be placed right after NeededQty is calculated in the report.

Image Image

Regards
Tuan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions