Handle null entityreference in LINQ
How to handle join when the EntityReference is null. For example var info = (from cr in xrm.CreateQuery<new_course>() join c in xrm.CreateQuery<Contact>() on cr.course_contact.Id equals...
View ArticlePlugin not getting updated in managed solution
Hello All, I have updated the plugin via Plugin Registration Tool in the sandbox environment. Later I have downloaded the managed solution & created a package to be deployed on Microsoft....
View ArticleReg Filter in a GRID in an entity
Hi guys,I have a custom entity in which i have subgrid to display the views of another entity and now what I want is to filter the Product grade field based on the material group category. Is it...
View ArticleAdd own template to associated documents new menu
We have set up Dynamic 365 for Customer Engagement to use Sharepoint Online. In the Associated Documents form we want to add own own templates to the NEW menu. Is this possible?
View ArticleIn a custom entity, updating specified field(not currency), the field...
In my a custom entity, there are many fields, also contain the field currency. The field currency also be updated while I update other field, although the field currency is still original...
View ArticleClassic interface vs. Unified interface for yet to be go LIVE client
We are currently developing for one of our clients in classic interface. A lot of development has been done so far with classic interface and some of tasks are still under development. There are lot of...
View ArticleD365 Entity Messages - Custom Display string does not work in D365 latest...
Hi,I have added Custom display string in Quote entity Messages ("Effective To") and published but CRM still display's Default string. Tried importing translation with new text, still no luck.Can anyone...
View ArticleIntegrating CRM 2013 on Premise and Office 365
Hello,Now, we are using Microsoft Office 2013 and MS Dynamics CRM 2013 with UR 5 with Outlook integration. We will replace Microsoft Outlook 2013 by Office 365 Outlook. MS Word, Excel and MS Dynamics...
View Articlejavascripts for using in ms crm 365
Hello everyone ,i need one small help in java scripts.i have written below code in field called actual start-(this is field) in form in ms crm 365.my requirement is ....when i open a page then actual...
View ArticleReg Filter in the subgrid between teo fields
Hi Guys,i have a subgrid and I want to filter the subgrid between two fields present inside the subgrid.For ex:I have 4 fields inside the subgrid,ShopName(Single line of text)Braches city(lookup)Mobile...
View ArticleMaking only BPF field required using JS
We have a field that is on the form and on the BPF. I would like to make the field conditionally required in the BPF to move from Stage X to Stage Y.However, when I use JS to make it required...
View ArticleMaking only the BPF field required using JS
We have a field that is on the form and on the BPF. I would like to make the field conditionally required in the BPF to move from Stage X to Stage Y.However, when I use JS to make it required...
View ArticleHow do you import multiple lookup values to one field?
I'm hoping this is a pretty easy question - I need to import multiple lookup values into one field. How do I do this?For example, in my Account entity, I have a field called "Region" which is a lookup...
View ArticleCRM Mailbox Issue
We are using Dynamics 365 On Premise (version 8.2.3) and occasionally when a mailbox is created, even though the email settings are correctly set, the emails are not processed for the mailbox. In our...
View ArticleAuto Emails with MS Flows
Hi There,Im trying to currently set up an auto email to be sent directly to a new lead when the details are uploaded to v9 Dynamics.The idea is for me to create a MS contact form to be added to our...
View ArticleNeed help debugging jscript event that shows/hides sections based on...
I am trying to use a jscript event to show/hide tabs on my Opportunity form based on what is selected in the "Opportunity Scope". I have made this an OnLoad event, as well as an "OnChange" event for...
View ArticleI can not get the Contact on an Opportunity to pull into a custom Word...
I have created a custom Word Template or the Opportunity entity in Microsoft Dynamics 365. I have used all available Contact XML mappings including Contactid, Conactidname, Fullname, Firstname,...
View ArticleGenerate report on Security Role
Hi All,Is there a way to find out which security roles have which privileges in bulk?I know to find individually by clicking the security roles -> Core records and see which privilege has got which...
View ArticleHow to access External web API in CRM plugin ?
using (var client = new WebClient()) { client.Proxy = new WebProxy("Enter IP Address of proxy", Enter PORT); client.Proxy.Credentials = new...
View ArticleQuery for advanced find of accounts whose contacts has not had appointment
Hi! I want to set up a personal view with the following criteriaActive Accounts where account address 1 equals a specific city, or no data in adress 1 city. Only view those accounts who has contacts,...
View Article