Skip to content

Instantly share code, notes, and snippets.

@pawelgradecki
Created October 29, 2017 21:53
Embed
What would you like to do?
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