Sourcing large data pages from a connector, activity, or data transform
Ensure that users can quickly access up-to-date reference data in your offline-enabled mobile app, such as expense report details, by improving the synchronization process. To achieve this, source large data pages from a connector, activity, or data transform, and then configure the large data pages by creating a JavaScript populator function.
- Define the fields that you want to include in the data page by creating and
configuring a data type.For more information, see Creating a data type when sourcing large data pages from a connector, activity, or data transform.
- Configure a data page that you later declare as large.For more information, see Creating a data page when sourcing large data pages from a connector, activity, or data transform.
- Define the JavaScript populator function in a Pega Platform
text file.For more information, see Defining a JavaScript function when sourcing large data pages from a connector, activity, or data transform.
- Add the text file that contains the JavaScript populator function to your application.
Previous topic Sourcing large data pages from a report definition Next topic Creating a data type when sourcing large data pages from a connector, activity, or data transform