Hi We have a Record which has more that 300 record data, when I created a r

Hi
We have a Record which has more that 300 record data, when I created a record with List view I can see first 100 records only.
do we have any possible to increase the count or If I try with Grid view paging navigation is disabled I am not able to move to next page.
Kindly help on this.

OriginalPostID-220670

OriginalPostID-220670

  Discussion posts and replies are publicly visible

Parents
  • @arunkumarc Hi, as said above re 100 limit, it may not be true that we can display only 100. With the Service Backed Records, provided if you go with Feed Style View, I don't think there exists a 100 limit and I would suggest checking this once. And with respect to Grid Style View, afaik the 100 limit(per page) applies to Process, Entity and Service Backed Records and isn't configurable as of now.

    With regards to the navigation issue(disabled pagination) you are experiencing at the moment: To the best of my knowledge, it really depends on how you made use of rsp!query Object. Earlier you said that it's working with Entity Backed Record, and just to let you know, Process and Entity Backed Records doesn't require any explicit configuration in terms of PagingInfo whereas you need to parse rsp!query Object(An object which works with Service Backed Records and contains the PagingInfo and Search information) in case of Service Backed (or Expression Sourced) Records and provide the pagingInfo in the rsp!query to the source of the Record. I should also add that, your source should obviously limit the number of Records(to 10 or 100 etc) but the pagingInfo in rsp!query should be able to get the next set of records when you interact with paging in the Record Type in Tempo.

    If the source of the Service Backed Records makes use of Data Store Entity, then I would suggest taking a look at http://bit.ly/297TV2V. Else you may want to have a look at http://bit.ly/290CrRw.
Reply
  • @arunkumarc Hi, as said above re 100 limit, it may not be true that we can display only 100. With the Service Backed Records, provided if you go with Feed Style View, I don't think there exists a 100 limit and I would suggest checking this once. And with respect to Grid Style View, afaik the 100 limit(per page) applies to Process, Entity and Service Backed Records and isn't configurable as of now.

    With regards to the navigation issue(disabled pagination) you are experiencing at the moment: To the best of my knowledge, it really depends on how you made use of rsp!query Object. Earlier you said that it's working with Entity Backed Record, and just to let you know, Process and Entity Backed Records doesn't require any explicit configuration in terms of PagingInfo whereas you need to parse rsp!query Object(An object which works with Service Backed Records and contains the PagingInfo and Search information) in case of Service Backed (or Expression Sourced) Records and provide the pagingInfo in the rsp!query to the source of the Record. I should also add that, your source should obviously limit the number of Records(to 10 or 100 etc) but the pagingInfo in rsp!query should be able to get the next set of records when you interact with paging in the Record Type in Tempo.

    If the source of the Service Backed Records makes use of Data Store Entity, then I would suggest taking a look at http://bit.ly/297TV2V. Else you may want to have a look at http://bit.ly/290CrRw.
Children
No Data