Forum Post: RE: How to set currency field
hello Aric, i Will get currency field new_money on contact entity if the money is greater than 500 then the money is multiply by 2 and assign into same field that is new_money by using plugin thnx
View ArticleForum Post: RE: How to set currency field
You can do this without plugin using JS or Business Rule. If you want to use a plugin, it's simple enough code: // Using Early binding decimal moneyValue = contact.Contains("new_money") ?...
View ArticleForum Post: RE: Enable preview tab Dynamics365 CRM On premise
I think you do, but initial preview was not available on-premise : "All of these features are available as preview features in the December 2016 update for Microsoft Dynamics 365 (online) and are only...
View ArticleForum Post: RE: Enable preview tab Dynamics365 CRM On premise
Thank you Henry, so let's wait for it
View ArticleForum Post: Portal and PayPal
Hi I have created a custom portal which will allow users to register for an event but as part of this I want to integrate with a payment system such as PayPal so the event can be paid for. I was just...
View ArticleForum Post: RE: Plugin Registration tool stop working while connecting to...
Hi Aric, I have tried with many version also. there is no error in event viewer. You can see above image it can fetch organisation. from domain system it gets login successfully.
View ArticleForum Post: email when new or updated Post (possible?)
Hi eXperts, I am struggling tryng to create a flow to notify a certain group of users (tipically managers) when a new Post is created for a sales Opportunity inside Dyn365. I was able to send an email...
View ArticleComment on Solution Patching in Microsoft Dynamics CRM 2016
Doesn't work at all for me. When I try to upgrade an solution I don't even get the dialog for selecting the holding mode. So the result is an error message "Cannot update patched solution 'Test'...
View ArticleForum Post: RE: IN MS CRM 2016 PLUGIIN EXTERNAL .SVC SERVICE CONSUMED IN...
By default the plugin is sandboxed, however when you register the assembly using the plugin registration tool you have the option to select None in Step #3. Specify the Isolation Mode which should...
View ArticleForum Post: RE: Access Is Denied Error To Administrator When Updating A Lead
Does not sound correct to me. Something must be set up wrong in your system. Usually the user with the OOTB System Administrator role is able to modify records created from child BU members. You should...
View ArticleForum Post: Trigger javascript on change of field part of the header?
Hi everyone! Why CRM won't support triggering a script when changing a field on the header? I want to trigger a script when changing the Status of a Case. That field is not visible in the list . I...
View ArticleForum Post: RE: Microsoft CRM Upcoming releases
Hello! I have a question about this theme - where can be traced such kind of info like connect web sites and etc.?
View ArticleForum Post: RE: Error after using Xrm.Utility.openEntityForm
Hi Alex, Yes, but result " " or "%3Ctest%3E" me need " "
View ArticleForum Post: RE: Error after using Xrm.Utility.openEntityForm
sorry I made mistake Yes, but result " " "<test>" or "%3Ctest%3E"
View ArticleForum Post: Solution patching doesn't work, "Cannot update patched solution...
I refer to this post: community.dynamics.com/.../solution-patching-in-microsoft-dynamics-crm-2016 The setup: - Created Solution "Test v. 1.0.0.0" in CRM A - Deployed Solution "Test v. 1.0.0.0" to CRM B...
View ArticleForum Post: RE: Emails are set automatically as Queue Ítems in a Queue
Hi Roxana, Any incoming email will go into the queue - if the queue is having proper 'incoming email' field populated. So if the email is the first mail of conversation or a response - for CRM it is a...
View ArticleForum Post: RE: How Do I: The rank is a value from 1-12 with 1 being awarded...
In Report I have a static Text-box in Design(number of text-box 12) How Do I set Rank
View ArticleForum Post: RE: Solution patching doesn't work, "Cannot update patched...
You should be getting the dialog to 'Stage for Upgrade' in Import Option. Only when you select that checkbox will you get the solution imported. Can you provide screenshot of step : Deployed "Test v....
View ArticleForum Post: How to update a field value when record is created for any entity?
Hi, I want to update a field value when record is created. I know it is possible using Process --> Workflow. But it is for specific entity. This process is for single entity. Step-1: Create Process...
View ArticleForum Post: Dynamics CRM Bug? Unable to import solution when customer lookup...
Dear All, Recently we found a issue in Dynamics CRM (2016/365) ( appears in all versions since 8.1 to latest 8.2.1) As from CRM 2016 8.1, Microsoft introduced customer lookup support for custom...
View Article