Expand my Community achievements bar.

exportAsText trusted function

Avatar

Level 1

Does anyone have a working sample of the above? Mine (below) does not allow a save.

trustedExport = app.trustedFunction(function (nName)

{

app.beginPriv();

var errReport = event.target;

errReport.exportAsText(nName);

app.endPriv();

})

Thanks in advance.

Skip

0 Replies