Notifications
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 559 Most Valuable Professional
André Arnaud de Cal... 464 Super User 2025 Season 2
Sohaib Cheema 250 User Group Leader