Announcements
No record found.
Hi All,
In standard form top right we have option like EXPORT TO EXCEL
If we click data is export to excel like this : "Dimension_637618463893991879"
Requirement is, need to print "Dimension_systemDate" example "Dimension-14072021
please see the below image
Hi Tony,
You can modify the filename in the method of closeDialog() of DocuFileSaveDialog class.
void closeDialog(DocuFileSaveAction _action) { options.parmSaveAction(_action); //reset your filename options.parmFilename(xxxxx); if(_action == DocuFileSaveAction::Cancel) { this.closeCancel(); } else { if(_action == DocuFileSaveAction::Download) { options.parmStorageLocation(null); } else { DocuStorageLocationTemp tempLocation = DocuStorageLocationTemp_DS.cursor() as DocuStorageLocationTemp; if(tempLocation) { DocuStorageLocation location = tempLocation.toLocation(); element.getMruLocations().save(location); options.parmStorageLocation(location); if(!options.parmFilename()) { options.parmFilename(fileNameEntry.valueStr()); } } } this.closeOk(); } }
regards
Hi Judy,
Thanks for the reply, there is no method closeDialog() in DocuFileSaveDialog class in D365Fo
Could you please advice on this .
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 698
André Arnaud de Cal... 567 Super User 2026 Season 1