Notifications
Announcements
No record found.
//in d365fno
[Control("Button")]
class Download
{
public void clicked()
super();
new Browser().navigate(LoaneeDocumentsTable.PassportFileURL);
}
FileUploadTemporaryStorageResult result = File::GetFileFromUser() as FileUploadTemporaryStorageResult;
if (result && result.getUploadStatus())
LoaneeDocumentsTable.PassportFileURL = result.getDownloadUrl();
//store url into table field
info( LoaneeDocumentsTable.PassportFileURL);
} i am getting this error on web browser in local VM. I want to download the file in system.
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 664 Most Valuable Professional
André Arnaud de Cal... 522 Super User 2025 Season 2
Sohaib Cheema 303 User Group Leader