DataPage or UserPage
Hi,
We have configured a REST connection and Pega created a DataPage. Assume, we will be passing the user as parameter in the endpoint url and service returns the user details like employee id, dob and other basic details. End User has to retrieve so many user details(assume 100) while processing a single case. If we use the datapage(thread level - created by Pega when we configured connect-REST), so many datapages will be created in that thread level. If no. of end users are 10, then total number of pages created is 1000. Is it good to proceed like this or Using a user page and emptying that page before invoking a new connect-REST call. Therefore, for each user can have one user page at runtime. Correct me, If I go wrong anywhere.