(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
Comment if you require more info....... |
Monday, 27 February 2017
How to debug scripts in Dynamics 365 Mobile/Tablet client
Saturday, 25 February 2017
How to hide + Icon of sub grid using Ribbon Workbench in Dynamics CRM
Import Ribbon Workbench in your CRM instance.Pre-requisites
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.
Note:Step 2: Find Command names of “Add New{0}” and “Add Existing{0}” buttons.
For hiding the + icon from contact subgird, we need to add enable rule for “Add New” and “Add Existing” buttons.
Step 4: Publish the solution.Output:
Comment if you require more info.......
Subscribe to:
Posts (Atom)
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...
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTeB2H3PGDxHRTBx4jfw2W_w4C2NKFUk6keKnuVckIyHDYo9dWwGNcyBqGVtgQnQyc-wKMelNfzkoAHhaipsSlRJVoHNDPXS5usuKHc0aZ0rtF7iabMdW6jlSkCOwIVIv2MaN5On1dbW4/s640/1.png)
-
Go to Office 365 Admin Center Go to https://portal.office.com/ Click on Admin Install Dynamics Portal for your CRM instance Clic...
-
Please see the below steps to create application insight in Azure: Step 1) Create Application Insights – “Test Application Insi...
-
Pre-requisites Import Ribbon Workbench in your CRM instance. a) Go to the below link to ...