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.


Related to Notes

Report output link

 

Provide feedback