Thursday, 11 May 2017

Upgrade CRM Toolkit for Visual Studio 2015



Note:
Dynamics CRM 2013 Developer Toolkit runs on VS 2012 only. if you want to update to VS 2015, you need to upgrade your CRM developer toolkit that runs on both version.


Step 1) Uninstall the previous version of CRM Developer Toolkit if any

Step 2) Download and Install the new CRM Toolkit from the below link that supports in VS 2015 too. 


    



 Once it is installed, we can see the Template "Dynamics CRM" in the VS 2015



                               





Comment for more info..... 

Monday, 27 February 2017

How to debug scripts in Dynamics 365 Mobile/Tablet client

(T) Debug Account onLoad script for tablet/Mobile.

Note:

Create script file from web resource
============ new_account.js ================= 
       
   function OnLoadOfAccount() {
            debugger;
            alert("OnLoad called");
        }

=====Add function(OnLoadOfAccount) on Form load of Account entity ============





Step 1) Generate URL  


Ex.  

Note:
To get the OrgName, go to CRM > Settings > Customization > Click on “Developer Resources ”option and find the Unique Name




Step 2) Hit the generated URL on browser and download the XML






 Step 3) Go to Account, Open or create any record and check the debugger point



Comment if you require more info.......

Saturday, 25 February 2017

How to hide + Icon of sub grid using Ribbon Workbench in Dynamics CRM

Pre-requisites
                     Import Ribbon Workbench in your CRM instance.
a)       Go to the below link to download it.
https://ribbonworkbench.uservoice.com/knowledgebase/articles/80806-download-ribbon-workbench-for-crm-2011-2013-2015.

Steps to hide "+" icon of Contact sub grid from Account entity only.
             

Step 1) Create “Enable Rule” and add “Entity Rule” as step in Contact entity.


Step 2: Find Command names of “Add New{0}” and “Add Existing{0}” buttons.
    Note:
For hiding the + icon from contact subgird, we need to add enable rule for “Add New” and “Add Existing” buttons.




Step 3) Add Enable rule (new.contact.DisableAddIcon.EnableRule) for Command of “Add New” and “Add Existing” button.




Step 4: Publish the solution.


Output: 
“+” icon is hidden from Contact sub grid for Account record. Though if you open it in any other associated entity, it will be visible there.


Comment if you require more info....... 

How to Install/provision Dynamics Portal (SaaS) using Admin Center

Go to Office 365 Admin Center Go to https://portal.office.com/ Click on Admin Install Dynamics Portal for your CRM instance Clic...