Hello,
I have a Power Page with a Home page and a Permit Page. The Home page contains a list of Accounts associated to the user, with a details link to the Permit Page that contains a List of Permits associated to the user.
I need the list of Permits to be filtered by the accountid url parameter (the account that was clicked on from the Home page). I'm looking for a way to do this with OOB Power Pages functionality.
Javascript does not work well, since it filters out the permits that should be hidden, but that leaves pages with different numbers of permits. I'm not aware of a way to paginate, without using a huge amount of custom code.
Typically I would use fetchXML or the WebAPI to get the records I need then build the HTML list with JS, and that is still an option, but wanted to exhaust all native capabilities first.
Thanks for any help you can provide!
Thanks!