In this blog i will demonstrate how we can design a solution to filter Lookup records based on security role.This was one of my clients requirement, where the logged in user can view products on Lead based on their security role.Lets get an overview of the solution to be implemented. Create a mapping entity –Continue reading “Lookup filter based on security role MS Dynamics CRM”
Category Archives: Uncategorized
Most used functions in javascript UCI supported.
In this blog i am going to share some very common functions used in dyamics 365.After the deprecation of javascript utilities like Xrm.Page all the javascript implementations needs to be updated with executioncontext .I will demonstrate first example in brief to explain you how to use these functions .Lets discuss these functions one by oneContinue reading “Most used functions in javascript UCI supported.”
Azure Function integration Ms Dynamics Crm (Using remote execution context)
In this blog I will try to demonstrate further steps after connecting our dynamics CRM instance to Azure functions using webhooks. You can refer my first blog to get step by step guide on Azure functions with dynamics 365 here.Now we have the json request of CRM in httprequestmessage req Object as parameter as perContinue reading “Azure Function integration Ms Dynamics Crm (Using remote execution context)”
