Hi All,
I have one custom subpanel in contacts module. All the record values for that subpanel are coming from other services using REST API's and also we are not saving those records in DB as well. I have overridden the filterRelated function in clients/base/api/RelateApi.php for my custom subpanel. So now i able to populate all those records in custom subpanel. But Its displaying all the records coming from REST API. For eg. 40 records are coming from rest api response. all those 40 records are displaying in subpanel at a time.Sugar Limit for subpanel is not working for my case. But Sugar will display 5 records by default for subpanels. So I want to add "show more records" link for my custom subpanel.
Any idea on how i can solve it??
Thanks
Sundar