Comments
looks like this is fixed with 26.8611981Enhancement that allows PDF files to be downloaded with their original filenames.609838Downloading a PDF from the preview window changes the existing document name.https://support.microsoft.com/en-us/topic/update-26-8-for-microsoft-dynamics-365-business-central-2025-release-wave-1-application-build-26-8-42779-platform-build-26-0-42720-370ba46d-69f6-4c3b-94a8-266e05be412b
Trouble here is that it'll make the table bloated for others who don't need this. You can achieve something similar if you extend the Sales Header table and add a field like below, then reference it in your workflow. field(50100; "Dim - Area"; Code[20]) { Caption = 'Dim - Area'; FieldClass = FlowField; CalcFormula = lookup("Dimension Set Entry"."Dimension Value Code" where("Dimension Set ID" = field("Dimension Set ID"), "Dimension Code" = const('AREA'))); }
