Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/15/2024 02:14 AM - last edited on 07/15/2024 11:41 AM by Dave
Hello Team,
url: "${request.contextPath}/customize/getdbdata
by default above getdbdata brings only first 500 records, I want getdb data to bring all the records that present on DB,
for example my analytic query is returning 1200 records but get DB data giving only 500 records, is there a way i can tell Saviynt to bring all the 1200 records?? instead of 500 Records??
[This post has been edited by a Moderator to remove a tag to an employee.]
07/15/2024 11:39 AM
07/15/2024 07:50 PM - edited 07/15/2024 08:01 PM
do you have any sample how pagination can be done??
I am creating my own table and to show the data in the table I am using getDbData, now my table showing only 500 records,
Any one implemented similar usecase ?? appreciate if someone provides any sample
07/15/2024 10:03 PM
07/15/2024 10:08 PM
not a custom API, we are using saviynt getDBdata API in the gsp page and which is fetching first 500 records, so we want to build a UI where each time on click of next page our programme should fetch next 500 records and with pagination.
07/15/2024 11:10 PM
07/15/2024 11:21 PM
GSP
07/16/2024 10:54 PM
Which gsp. Please attach file