How to get the dynamic data to report from API based on Filters in APEX
Requirement is to get all the data from the oracle Saas API dynamically based on the filters. The filters will be project name, status and so on. The data needs to be populated directly through the API call.
No data should be stored in Apex database. The report field data is from multiple API's.
How can this be achieved?
Hope will get any solution.