[Event Request] Page 99000882 "Change Status on Prod. Order" - OnAfterSet #27949
Open
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