Why do you need this change?
Can you add event OnAfterCreateNewDimFromDefaultDim to event CreateNewDimFromDefaultDim in table 83 "Item Journal Line?
OnAfterCreateNewDimFromDefaultDim(Rec, xRec);
[IntegrationEvent(false, false)]
local procedure OnAfterCreateNewDimFromDefaultDim(var ItemJournalLine: Record "Item Journal Line"; xItemJournalLine: Record "Item Journal Line")
begin
end;
Describe the request
I need to to check wheter dimension set id has changed, and to check and update other values based on change.