By calling the API of the cloud form engine "Docurain" (https://docurain.jp/), you can bind the data in OutSystems and output the form.
This DocurainConnector is a Component that can easily create Docurain API call processing.
User registration of Docurain (https://docurain.jp/) is required in advance.
For more information about the cloud report engine "Docurain", please visit https://docurain.jp.
(In addition, to use this DocurainConnector, it is necessary to create an Excel template in advance according to the template creation rules of Docurain and upload the template to the Docurain console screen)
1. Add Docurain Connector (all) in Add Dependencies.
2. Open the service center, And set the secret key of the registered Docurain user in the SecretKey of the site property of the installed DocurainConnector.
3. Add DocurainRenderCall of ServiceAction of DocurainConnector to event flow such as OnClick of WebApplication.
4. Set the input parameters such as the template name and output format to be used, and use the binary data of Output Paramater of DocurainRenderCall for downloading.
デモ用WebアプリでDocurainReportボタンクリック時にエラー(NOT_FOUND)となるバグを修正しました。
Fixed a bug that an error (NOT_FOUND) occurs when [DocurainReport] button is clicked in the demo web application.