Hi, We got the below error in one of our Sandboxed Plugins “System.Security.SecurityException: That assembly does not allow partially trusted callers”. We realised it was because of using System.Web.HttpUtility class
Hi, We got the below error in one of our Sandboxed Plugins “System.Security.SecurityException: That assembly does not allow partially trusted callers”. We realised it was because of using System.Web.HttpUtility class
Hi, We were recently facing issue while trying to update status for Campaign Entity using SetStateRequest in Dynamics 365. The value for were not getting updated. Eventually we realized that
Happy to see my blog listed there ? http://blog.feedspot.com/crm_blogs/ Full Article
We were getting the below error for projects inside our Dynamics 365 Developer toolkit solution template. Trying to run the setup brought the following message The fix was to go
Just sharing a sample code that could be used for group by and sum operation on EntityCollection. Suppose below is the output that we want We can use the below