Question
1
Replies
397
Views
Posted: October 7, 2019
Last activity: October 7, 2019
Closed
Display data from a DataPage in a report
Hello,
On case creation, we copy data from a rest interface using a data page D_GetPrice.
We have a new requirement which is to always get data from this datapage instead of storing the value on the case.
Is it possible on a report to display data from the case AND the datapage ?
Thank you,
Loïc
***Edited by Moderator: Lochan to update platform capability tags***
Hi Loic, yes it is possible. Are you facing any issues because in the Repeat Grid, you can directly refer a Data Page. Now its up to you how and when you want to load that data page to use in the repeat grid. For example if number of records are high may be you want to defer load and then show on the UI for seamless user experience.
From the configuration point of view, you only need to refer the data page name and the properties will be available to configure as the column sources. Let me know if you face any issues. Thanks