You can add a control of type Report output link to a form. As a result, a button is added to the form. If clicked, a file is opened and shown on the mobile device.
To be able to open the file, a class method is required that gets the file from a location that is both accessible from the mobile device and from the AOS.Name | Responsible | Description |
---|---|---|
Create form control - Report output link |
Designer |
You can add a control of type Report output link to a form. As a result, a button is added to the form. If clicked, a file is opened and shown on the mobile device.
To be able to open the file, a class method is required that gets the file from a location that is both accessible from the mobile device and from the AOS.
Ask a developer to develop this class method. In the onLoad method of the form, the report output control must be activated. The path to the file must be defined with the reportFilePath method, which is available from the user control class. |
Develop class method for a Report output link form control |
Developer |
For a form control of type Report output link, a class method is required. A Report output link form control adds a button to the form. If clicked, a file is opened and shown on the mobile device. To be able to open the file, a class method is required that gets the file from a location that is both accessible from the mobile device and from the AOS. To develop this class method, in the onLoad method of the form, the report output control must be activated. The path to the file must be defined with the reportFilePath method, which is available from the user control class. |