Wanted to read monthly data from VBCS BO using REST adapter inside App driven Integration
Summary
Wanted to read large data for whole month using REST adapter inside the App driven Integration.Content
Hi,
We have a report page in our project in which we are downloading a report for whole month using start date and end date.
Inside the integration I'm trying to read records from VBCS BO using REST adaptor and writing this data to a excel sheet using Stage file, the payload which is coming from the REST call in more than 10 MB and not reading all data, few of the records are missing.
Can you please suggest me how i can implement this to read all the data right from start date to end date.
0