Hello Chino, I'd like to see some work on Power Pages related to ecommerce / procurement. The main thing I'm thinking of is a searchable gallery of products on one page that can deep-link to a product details/product buy page for the selected product in the gallery. I have built out a test where I can get a little bit of this functionality through the default card gallery, some liquid/html in a text component, & an order form. Although I wish we could at the very least customize the form submit button to say buy or to say procure.
Thank you so much for the video. Can you explain how to implement paging cookie to load bulk data into custom gallery in power pages driven by dataverse.
When researching this video's subject, I was shocked and a bit disappointed to find out that the WepApi Rest end point doesn't support the $skip oData parameter which means proper paging is not really possible using WebApi. However, there is a way to do it using Liquid tags. Let me know if you want me to cover it and I may put something together ..
@@ChinoDoesStuff Hi, Thanks for the reply. Yes please do in your upcoming videos, because in real time scalable projects, the production data can reach in million records, which I need to retrive and show in power pages custom gallery. I researched a lot but couldnt find possible solution. If you could do help me out with this, that would do world of good for lot of devs
Data throttling is a pretty common problem when displaying data from an external data source. Typically, the problem is solved with targeted dashboards which are filtered for specific business requirements. I will look into using Liquid to solve this with paging...stay tuned.
Hello Chino,
I'd like to see some work on Power Pages related to ecommerce / procurement. The main thing I'm thinking of is a searchable gallery of products on one page that can deep-link to a product details/product buy page for the selected product in the gallery.
I have built out a test where I can get a little bit of this functionality through the default card gallery, some liquid/html in a text component, & an order form. Although I wish we could at the very least customize the form submit button to say buy or to say procure.
I have watched your first video and this one, and it gives me a full glimpse of the Power Pages
Love it! hope you continue, I would like to know how you can select record in the gallery and add some update button.
Thank you so much for the video. Can you explain how to implement paging cookie to load bulk data into custom gallery in power pages driven by dataverse.
When researching this video's subject, I was shocked and a bit disappointed to find out that the WepApi Rest end point doesn't support the $skip oData parameter which means proper paging is not really possible using WebApi. However, there is a way to do it using Liquid tags. Let me know if you want me to cover it and I may put something together ..
@@ChinoDoesStuff Hi, Thanks for the reply. Yes please do in your upcoming videos, because in real time scalable projects, the production data can reach in million records, which I need to retrive and show in power pages custom gallery. I researched a lot but couldnt find possible solution. If you could do help me out with this, that would do world of good for lot of devs
Data throttling is a pretty common problem when displaying data from an external data source. Typically, the problem is solved with targeted dashboards which are filtered for specific business requirements. I will look into using Liquid to solve this with paging...stay tuned.