Thursday, May 7, 2020

D365 CRM Javascript open File

Syntax

Xrm.Navigation.openFile(file,openFileOptions)

Parameters

TABLE 1
Parameter NameTypeRequiredDescription
fileObjectYesAn object describing the file to open. The object has the following attributes:
fileContent: String. Contents of the file.
fileName: String. Name of the file.
fileSize: Number. Size of the file in KB.
mimeType: String. MIME type of the file.
openFileOptionsObjectNoAn object describing whether to open or save the file. The object has the following attribute:
openMode: Specify 1 to open; 2 to save.
If you do not specify this parameter, by default 1 (open) is passed.
This parameter is only supported on Unified Interface.

No comments:

Post a Comment

How to Deploy your API as a web app or API app

  Before you can call your custom API from a logic app workflow, deploy your API as a web app or API app to Azure App Service. To make your ...