Upgrading Java 02 API to 03-02. SendData() and isBound() functions
Hi I am trying to upgrade Java API from 02 to 03-02 for a Java code that we have written to download a PageList as an excel file. We are using this activity to convert a page list into excel file and download it. We have some customizations needed while exporting to excel hence we are using our own activity. I am trying to upgrade this activity to use 03-02 Java API version instead of deprecated 02 version. I am not able to convert the below code into 03-02 version. What is the 03-02 version code for the below Java code:
***Edited by Moderator Marissa to update categories***