Skip to content

[Event Request] Page 99000882 "Change Status on Prod. Order" - OnAfterSet #27949

Open
@AlaAuz

Description

Describe the request

Hello,
Would it be possible to add these parameters as reference in this event like this:

var ProdOrderStatus: Record "Production Order";
var FirmPlannedStatusEditable: Boolean;
var ReleasedStatusEditable: Boolean;
var FinishedStatusEditable: Boolean

[IntegrationEvent(true, false)]
local procedure OnAfterSet(ProdOrder: Record "Production Order"; var PostingDate: Date; var ReqUpdUnitCost: Boolean; var ProdOrderStatus: Record "Production Order"; var FirmPlannedStatusEditable: Boolean; var ReleasedStatusEditable: Boolean; var FinishedStatusEditable: Boolean)
begin
end;

Additional context

Need this to add custom code for different prod order status.
Internal work item: AB#562592

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