Watch out for PCF (code-components) sort silently failing

One of the biggest causes of unexpected bugs in canvas apps is the delegation of queries. For instance, if you want to sort by the owner of an account, you can use the Power Fx query:

Sort(Accounts,'Created By'.'Full Name', Ascending)

You will get a delegation warning on this since the sorting will only happen in memory and not on the server. This means if you have the delegation limit set…

Continue Reading Develop1’s Article on their blog

Watch out for PCF (code-components) sort silently failing

One of the biggest causes of unexpected bugs in canvas apps is the delegation of queries. For instance, if you want to sort by the owner of an account, you can use the Power Fx query: Sort(Accounts,’Created By’.’Full Name’, Ascending) You will get a delegation warning on this since the sorting will only happen in memory and not on the server.

Blog Syndicated with Develop1’s Permission

Author: Scott Durow

Share This Post On
Share via
Copy link
Powered by Social Snap