Wednesday 15 July 2015

CRM 2015: JavaScript – Lookup Filtering using addCustomFilter


Here is my new post with the new java scripts in CRM for filtering lookup. In this post I am going to describe how to use addCustomView function to filter the lookup value.


Below I will show you how to filter a lookup based on the value of another field on the form. In this scenario we will be using the LookupField1 to filter the Parent Account lookup to only display Accounts with a matching LookupField1 value, and to display all Accounts when no LookupField1 value is specified.

To filter this we use the following code, and call the “getFilteredLookup” function on load and onChange of "LookupField1" of the form.

Click on the Image to Enlarge....



To create a fetchXml best way is to go and create an Advanced Find in CRM according to your condition and download the fetchXml.

After that you need to write an layoutXml for new lookup .For this i suggest copy the above code which i have written and change the row "id" and cell "name".

For viewId just provide any "id"({00000000-0000-0000-0000-000000000001}) as u like in above format and make sure it doesn't match with your default viewId.

Hope this would be helpfull to you.
Enjoy the great technology CRM.  Good Luck




Thursday 9 July 2015

Not Able To Register Custom WorkFlow In Dynamic CRM 2013

When i was trying to register my Custom Work Flow using CRM SDK 2013 version 6.1.1 .I used to get Error that  "No plugins have been selected from the list"

I have added a screen shot bottom which clearly make us understand that what we are missing.


If you are looking for this problem then Solution is that you need to download the older version 
of the SDK 2013 version 6.1.0 v2 and then register your workflow with the plugin registration
tool available in tools Folder.                                                                                                     

To get the older version of SDK. I found a link from community.dynamics.com shared by 
Guido Preite  in his blog .                                                                                                                         
                                                                                                                          
 Use this Link  :::::::                                                                                                                                      https://onedrive.live.com/redir? resid=E4B83260B94D4158!1387&authkey=!ALuzupR9uXK3iII&ithint=folder%2c.exe           

Hope this will be helpfull to you in your development work and will save your time.