I am trying to save a blob field as a file and am having trouble with the showFileSaveDialog.
I wanted to show a dialog with a default path and filename based on my record name, but i cant get further than opening the dialog box with a test file.
var vFile = application.showFileSaveDialog('/Test/test123.pdf')
It has no problem bringing up the dialog and going to the ‘/Test’ folder in this case, but it leaves the filename blank and i dont seem to find a way of it populating the suggested filename.