Why do you need this change?
Can you add xRec to event OnAfterCreateDim in table 5405 "Production Order"?
end;
OnAfterCreateDim(Rec, DefaultDimSource, xRec);
end;
[IntegrationEvent(false, false)]
local procedure OnAfterCreateDim(var ProductionOrder: Record "Production Order"; DefaultDimSource: List of [Dictionary of [Integer, Code[20]]]; xProductionOrder: Record "Production Order")
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#623810
Why do you need this change?
Can you add xRec to event OnAfterCreateDim in table 5405 "Production Order"?
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#623810