Category Archives: MS CRM 2013

Price list currency must match ….. Error

One of our end user reported below issue in MS CRM 2013 online organization, while trying to create order he was getting this issue. Mostly this error comes when the currency used in sales entities is different than the currency used in price list referred in sales entities. But in our case, when we compared currency in order and price… Read more »

Update sub grids record in MS CRM

Did you get a requirement to update child entity records available in sub grid in parent entity, so for example if you are working opportunity and you need to update all the related quotes records which is available in quote sub grids under opportunity screen. You can use below code and can modify based on your requirement function GetAllQuotesIds() {… Read more »

Quick Tip for "Permission Denied" error in MS CRM

Are you getting “Permission Denied” error and you are confident that all your scripts are working fine and not causing this issue, you may be correct 🙂 it’s not always you will get this error because of your scripts only, you may get this error if you won’t add MS CRM url under trusted sites in your browser, so make… Read more »

Microsoft Dynamics CRM 2013 Online Server IP Address

Recently we did a POC for one of our client and during this POC we demonstrated the integration between MS CRM 2013 online with well-known billing software. The billing software had a prerequisite to store IP address of the servers from where we are consuming their API to communicate with their system. We found this KP where all the MS… Read more »

Disable Notes section in MS CRM 2013 – Quick Tip

Have you been in a situation where you selected ‘Notes’ while creating entity and after that you realize you don’t need to add notes for that entity at all ?? , if yes you know that there is no supported way removing notes once it is added. So what are all options we have supported or unsupported? If you only… Read more »

South East Asia MVPs Community Day 2013

South East Asia MVP Community is celebrating MVP Community Day on this Saturday, where MVPs from Asia community doing different events like Webcasts and On-line Chat related to their respective technology. I am doing online chat and a webcast on “What is new in MS CRM 2013” with my fellow MVP Roohi Shaikh. You can register here for this event:… Read more »

Apply Field Validations without writing Java Script in MS CRM 2013 – Part 2

In our last post we discussed business rules and in this post we are going to show how we can create business rule in MS CRM 2013. To create business rule navigating to entity customization. Let’s take a very simple example we want to validate if Relationship type is selected a “Consultant” we need to make industry field business required… Read more »

Apply Field Validations without writing Java Script in MS CRM 2013 !!!

In Microsoft Development Forums many times we found posts where new CRM users are asking for help to write JavaScript validation specially if they are not developers, so I hope they will be happy with “Business Rule”, another great feature that is introduced in MS CRM 2013. Business rules helps CRM user to design most frequently used data validations from… Read more »

Using Quick View Form in MS CRM 2013

Today we are going to discuss another new form added in MS CRM 2013 called “Quick View Forms”. This form was initially introduced in Microsoft Dynamics CRM Online Fall 13 Service Update. Quick view forms are associated with lookup control, for example if you want to see the details of the record filled in lookup control you can open by… Read more »