Forum Post: RE: Best program language for CRM
Damon, C# still the recommended one and for form scripting it is JavaScript. Thanks!
View ArticleForum Post: RE: Charts
Hi Damon, The axis is the date fulfilled, you notice in the Order we have this date field. Then the Y is the Sum of the total fulfilled order by fiscal period. Hope this helps! Thanks.
View ArticleForum Post: RE: Removing event handlers
John, Move the relationship mapping for the phone field. You can just go to the Account - Contact relationship and remove the system mapping, this is CRM out of the box mapping. Do not forget to save...
View ArticleForum Post: RE: Creating a campaign and emailing sales literature
Hi Wayne, But can you see the sales literature entity first?
View ArticleForum Post: RE: How to retrieve List of views related to Entity
Hi Harihar, Seems like Abhishek wants to build a custom app that can list the view. Just my opinion, btw. Thanks :)
View ArticleForum Post: RE: Dynamics CRM Products - how do I show the Product Price in a...
Pftcg, Yeah you are right and also the price list item you even cannot modify the custom view. My suggestion you can pull it out using Excel not advanced find using power query....
View ArticleForum Post: RE: Dynamics CRM 2015 - Posts Entity Configuration
Michael, Seems like the 'Post' entity is not configurable. I think you can only do this using programmatically so you can access the post entity. msdn.microsoft.com/.../hh547452.aspx...
View ArticleForum Post: RE: Migration tool from SalesForce to CRM 2015
Cloud9, It seems they can do that also, but let me ask the author and come back to you again if you still interested to this. But for SSIS + kingswaysoft, it works for Salesforce Online to CRM...
View ArticleForum Post: RE: Prevent User from using Cancel Order button
Robert, Seems like better way without coding you create a new security role so-called : Cancel Order Then use the privilege Read to None to hide or to All (Global organization) to show it. Combined...
View ArticleForum Post: RE: Roll up a Roll up Field!
You do not need a plugin, you can do it OOB with the steps I described.
View ArticleForum Post: RE: KB Articles and Terminology
JD M, Seems like knowledge base in CRM is just a standard functionality, not an advance one to be honest, so yes, it can lead some tricky case and as usual CRM records you can have it deactivated not...
View ArticleForum Post: RE: how helper class dll reference use in plugin
Tin Lat, The recommended one is using ILMerge to merge them together as one file. Thanks.
View ArticleForum Post: RE: Hide Sub grid with no rows of data
Fairlo, Supported way, you use javascript with odata to check the child record count, if 0 then hide it. Hope this helps. Thanks.
View ArticleBlog Post: {Webresource development using HTML5}–Exploring field validation...
In this topic, I am going to walkthrough the cool HTML5 stuffs that you can use for field validation while you build webresources in Dynamics CRM. Up until now, if you are not using HTML5, to validate...
View ArticleForum Post: RE: Roll up a Roll up Field!
Hi Nima19864, I ran into this on my last project as well and found a way around it ;) I created a direct relationship from the top level to the child's child. Example, instead of having this: A -->...
View ArticleForum Post: RE: Roll up a Roll up Field!
Hi Aiden, this is what I wanted to try as well but when I added a rollup field on the order (as an example) that totaled the lines of the order (just a test) and I created a second currency field that...
View ArticleForum Post: RE: dynamics CRM 2013 on-premise: somehow the schema of the base...
Answer found in the related topic: blog.westmonroepartners.com/5-ways-to-improve-microsoft-dynamics-crm-performance Enjoy CRM.
View ArticleForum Post: RE: Roll up a Roll up Field!
Hi Drew, I hadn't tried it. You could try using the modified on field change as the trigger, but I'm not positive that the rollup field recalculation actually behaves like an update.
View ArticleForum Post: RE: Removing event handlers
Also check if this is also getting filled when you are selecting account in the contact form , if that is the case open your entity form editor and double click on the account lookup and check in event...
View ArticleForum Post: RE: Prevent User from using Cancel Order button
Hi Rob, For the purposes of security on the button there isn't any significance but if you check for user level then any level above that will also count. Hope that makes sense.
View Article