I have created a basic model to read and write excel files. I have created procedure to do that in my model. But when I am creating the download widget in the webui, I cannot access the procedure to download the excel file. And for the matter, I cannot access any of the identifiers as well in any other widget.
Best answer by Chris Kuip
Hi Vicky,
The arguments of the procedure need to be named FileLocation, statusCode, and statusDescription, whereby
fileLocation is a string parameter with property Output,
statusCode is a numeric parameter with property output,
statusDescription is a string parameter with property output.
The argument names for the procedures used with both the upload and the download widget have indeed to be strictly FileLocation, statusCode, and statusDescription.