December 2019
Beginner to intermediate
770 pages
16h 14m
English
The codeunit is called SaaSFileMgt and contains two procedures:
In the codeunit, we have two global variables, both of which contain the URLs of the Azure functions to call:
var BaseUrlUploadFunction: Label 'https://saasfilemgt.azurewebsites.net/api/UploadFile?code=YOURFUNCTIONKEY'; BaseUrlDownloadFunction: Label 'https://saasfilemgt.azurewebsites.net/api/DownloadFile?code=YOURFUNCTIONKEY';
Here, YOURFUNCTIONKEY is the key we use to access the Azure function (retrieved from the Azure portal by selecting the function and clicking on Manage).
The UploadFile procedure ...
Read now
Unlock full access