Skip to content

Instantly share code, notes, and snippets.

@pawelgradecki
Created October 29, 2017 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelgradecki/80a4d6dea3ca92d82b4feaee17acf45f to your computer and use it in GitHub Desktop.
Save pawelgradecki/80a4d6dea3ca92d82b4feaee17acf45f to your computer and use it in GitHub Desktop.
function openFile() {
var file = {
fileContent: "bXkgc2VjcmV0IGNvbnRlbnQ=", //Contents of the file.
fileName: "example.txt", //Name of the file.
fileSize: 24, //Size of the file in KB.
mimeType: "text/plain" //MIME type of the file.
}
Xrm.Navigation.openFile(file, 2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment