Sign in required popup - Make.PowerApps.com
Microsoft Dynamics CRM
by
3y ago
 Hi Everyone,Today, I was trying to logic to Make.PowerApps.com and I was getting a popup as below. The reason could be, if you have logged on with two or more user accounts to different Dynamics 365 systems, you might get this issue. Clearing browser cache helped me to get rid of the issue.Hope this helps.--Happy 365'ingGopinath ..read more
Visit website
Get User Privilege on a field - Dynamics 365 CE
Microsoft Dynamics CRM
by
3y ago
 Hi Everyone,Today I got a requirement to check whether the user has access to read the data on the field where field level security has been enabled and do some operations.We can achieve this using getUserPrivilege() client API.var fieldPrivileges = formContext.getAttribute("new_fieldsecurityfield").getUserPrivilege();Result when user doesn't have permission.Result when user have permission.Hope ..read more
Visit website
Download Plugin Registration Tool using PowerShell
Microsoft Dynamics CRM
by
3y ago
Hi Everyone,Here are the steps to download Dynamics 365 CE Plugin Registration Tool via PowerShell.1) Type Windows Powershell in windows start menu and open it.2) Navigate to the folder where you would like download the tool.3) Copy and paste the following PowerShell script into the PowerShell window and press Enter.[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ..read more
Visit website
Get Api Version in JavaScript for WebApi Requests - Dynamics 365 CE
Microsoft Dynamics CRM
by
3y ago
Hi Everyone,Today I was reviewing the code that was written an year ago and in most of the places I have seen the code like below.req.open("GET", Xrm.Page.context.getClientUrl() + "/api/data/v9.1/accounts(3851da21-5ae9-ea11-a817-000d3a5308e0)?$select=accountid,accountnumber,name", true);If you observe that Version has been hard corded in the request, even though it works perfectly I would say, we ..read more
Visit website
Object reference not set to an instance of an object – error in Dynamics 365 Plugin Registration Tool
Microsoft Dynamics CRM
by
3y ago
Hi Everyone,Today I was working on some plugin work  and was On-Premise system and when I try click on Register new assembly via Plugin Registration Tool, I was getting "Object reference not set to an instance of an object" error.If it was my machine, I could have downloaded XRMToolBox or latest Plugin Registration tool but I was working on the server and don't have any permissions to download ..read more
Visit website
Configure Model Driven App Access to the Users - Dynamics 365 CE
Microsoft Dynamics CRM
by
3y ago
 Hi Everyone,In this post, we will go through the steps that are required for the users to get Access on the required apps.Many times we get requirement to create a new Model-Driven App and when it is created System Administrator and Customizer have access on the app by default. For the other users, we have to give right access to get the App.The first thing that is needed to get App access is ..read more
Visit website
Customer Service Workspace App - Dynamics 365 CE 2020 Wave 2 Release
Microsoft Dynamics CRM
by
3y ago
Hi Everyone,Today I was exploring new features that were released in 2020 Release Wave 2 and found a new App named as Customer Service Workspace has been released.This seems to be a game changer for Service Agents which gives Multiple Tabs and Session on UCI App itself.Make sure you enable 2020 Release Wave 2 of Dynamics 365 CE to get this App.Click on + button to open the TabsClick on any link ..read more
Visit website
Hide Formselector on the Form - Dynamics 365 CE/CRM
Microsoft Dynamics CRM
by
3y ago
 Hi Everyone,Today I got a requirement to hide FormSelector on the Form as Users would have access to multiple forms but we have to navigate them to right form based on a field value on the record and we shouldn't give an option to change the form to the User. My initial thought was it's not possible to hide formselector but one of my colleagues came up with the below piece of the code and it ..read more
Visit website
Retrieve Optionset Metadata using JavaScript - Dynamics 365 CE/Microsoft Dynamics CRM
Microsoft Dynamics CRM
by
3y ago
Hi Everyone,Today I got a requirement to retrieve Optionset Metadata using JavaScript.Here is the code for the same.function getOptionSetMetadata(schemaName) {    var schemaName = "industrycode"; // You can pass this as a parameter to this function and comment this line.     var optionSetFetch = `<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>        <entity ..read more
Visit website
Where is Breadcrumb navigation in Dynamics 365 CE - 2020 Release Wave 2?
Microsoft Dynamics CRM
by
3y ago
Hi Everyone,Today I have updated my trail instance to 2020 Release Wave 2 and navigating here and there to understand the changes. I was so used to click on Breadcrumb in the top navigation as shown below and I couldn't see the same after enabling 2020 Release Wave 2. Yes, that's right. Breadcrumb navigation is gone now and there is a new button added on the Ribbon.Hope this helps.-- Happy 365 ..read more
Visit website

Follow Microsoft Dynamics CRM on FeedSpot

Continue with Google
Continue with Apple
OR