For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi , I am using APEX 21.2, I have 2 schemas, Schema A has all the tables and created all the REST data services manually. then accessing the REST services from APEX application using Schema B. All working fine. Created editable IG report from the webservices where user can insert and update the. Report is displaying the data correctly. but when trying to update or insert it is giving error. I don't want to delete any row so I don't have DELETE method. currently GET is set to fetch rows, if I change it to fetch single row the IG report is giving error. what is the best way to achieve this.