13
Currenlty the handling of Default Dimensions of Sustainability Journals aren't extensible.
Therefore I suggest to add similiar procedure
procedure CreateDimFromDefaultDim(FromFieldNo: Integer)
var
DefaultDimSource: List of [Dictionary of [Integer, Code[20]]];
begin
InitDefaultDimensionSources(DefaultDimSource, FromFieldNo);
CreateDim(DefaultDimSource);
end;
local procedure InitDefaultDimensionSources(var DefaultDimSource: List of [Dictionary of [Integer, Code[20]]]; FromFieldNo: Integer)
procedure CreateDim(DefaultDimSource: List of [Dictionary of [Integer, Code[20]]])
STATUS DETAILS
Completed
Business Central Team (administrator) on 7/2/2024 12:33:15 PM
Thank you for your feedback. We released this feature as part GitHub collaboration from version 24.3.
PM, Microsoft