dynamics-crm

How to import users in CRM 2011 with source GUID

只谈情不闲聊 提交于 2020-02-07 03:09:05
问题 We have three Organization tenents, Dev, Test and Live. All hosted on premise (CRM 2011. [5.0.9690.4376] [DB 5.0.9690.4376]). Because the way dialogs uses GUIDs to refference record in Lookup, we aim to maintain GUIDs for static records same across all three tenents. While all other entities are working fine, I am failing to import USERS and also maintain their GUIDS. I am using Export/Import to get the data from Master tenent (Dev) in to the Test and Live tenents. It is very similar to what

How to import users in CRM 2011 with source GUID

◇◆丶佛笑我妖孽 提交于 2020-02-07 03:08:02
问题 We have three Organization tenents, Dev, Test and Live. All hosted on premise (CRM 2011. [5.0.9690.4376] [DB 5.0.9690.4376]). Because the way dialogs uses GUIDs to refference record in Lookup, we aim to maintain GUIDs for static records same across all three tenents. While all other entities are working fine, I am failing to import USERS and also maintain their GUIDS. I am using Export/Import to get the data from Master tenent (Dev) in to the Test and Live tenents. It is very similar to what

Display external application forms within Microsoft Dynamics 365

て烟熏妆下的殇ゞ 提交于 2020-02-07 02:37:05
问题 We have our own system which we need to integrate with MS Dynamics 365.For Example : In Accounts section we need to add an extra tab that loads IFrame or something that retrieves some extra information from our system. The following are the things that I reached : Inserting IFrame within a new Dashboard : (but it will not fetch specific account information, it will only pass the currently logged in user along with the organization name) Unified Service Desk (USD) : (we may add customization

Display external application forms within Microsoft Dynamics 365

。_饼干妹妹 提交于 2020-02-07 02:36:11
问题 We have our own system which we need to integrate with MS Dynamics 365.For Example : In Accounts section we need to add an extra tab that loads IFrame or something that retrieves some extra information from our system. The following are the things that I reached : Inserting IFrame within a new Dashboard : (but it will not fetch specific account information, it will only pass the currently logged in user along with the organization name) Unified Service Desk (USD) : (we may add customization

How do I find the Dynamics Entity associated with a Plug-In Trace log?

岁酱吖の 提交于 2020-02-07 02:01:14
问题 I have a Dynamics 365 CE online instance. I'm debugging a plug-in. I can find plug-in trace log Entities that come from the code I'm interested in. How can I determine the Entity instance that triggered the plug-in to fire? I.e. I have a plug-in registered against entity Foo. I can see the trace log entry from the run I'm interested in. How do I find which Foo instance triggered the run? 回答1: To be specific, yes, you ( the plugin developer ) are required to traceout the content you are

Call external api from Microsoft Dynamics 365 online

◇◆丶佛笑我妖孽 提交于 2020-02-06 18:50:39
问题 Does anybody know how to call external web api from Dynamics 365 online. I need to send a post http request when opportunity status is changed to approved. It would be better if using .net 回答1: Here is sample code for calling External API from CRM Online. I have a trigger on change of Account (i.e any filed on account is changed my plugin will fire). This in turn will call public API and read it's content and response. There are ample amount of Examples available. using System; using System

Dynamics Crm 365 custom button on navigation tool bar

不羁的心 提交于 2020-02-04 05:05:26
问题 In Dynamics Crm 365 (online), is it possible to create and display a custom button/icon in the navigation bar? 回答1: We achieved by doing this. Add/Use an existing ribbon/command bar button & it's Enable rule as shortcut to execute the below script as a Function from javascript web resource : [Simply copy this script, change org_url & run it in browser developer toolbar console to see it in action] var element = window.parent.document.getElementById("navTabGroupDiv"); var url = "http://<org

Dynamics CRM Auto Import CSV

爱⌒轻易说出口 提交于 2020-02-02 16:37:08
问题 I'm trying to find a way to automatically import a csv or xml file into MS Dynamics CRM as a new Lead. Does anyone have any clue how to go about this? The idea would be for a CRM job of some sort to run every so often to look for a file at a given location. If a file is found, import it's records as new Lead records in CRM. We use CRM 2013 Online. Thoughts? Mg 回答1: I'm not sure of a way that you could "pull it" from CRM, but you could push to it. Create a "Console App" that loads the import

Dynamics CRM Auto Import CSV

自古美人都是妖i 提交于 2020-02-02 16:34:33
问题 I'm trying to find a way to automatically import a csv or xml file into MS Dynamics CRM as a new Lead. Does anyone have any clue how to go about this? The idea would be for a CRM job of some sort to run every so often to look for a file at a given location. If a file is found, import it's records as new Lead records in CRM. We use CRM 2013 Online. Thoughts? Mg 回答1: I'm not sure of a way that you could "pull it" from CRM, but you could push to it. Create a "Console App" that loads the import

Dynamics CRM/365 SDK and .NET Standard / .NET Core

你。 提交于 2020-02-01 05:15:05
问题 Do you know are there any plans from product group to rewrite CRM SDK libraries into .NET Core or probably just make them .NET Standard compliant? More and more systems and components treats .NET Standard as a standard :) I know that we may make the current version (9.x.x) work "somehow" with the .NET Core projects but for some environments it is real pain in the ass. And I'm asking about official new version and support from product group. Any ideas? 回答1: I contacted the owners of the