Tag Archives: JavaScript

Change the default view on the lookup window of the associated sub-grid table using JavaScript

Recently, we had a requirement where we had to set a default view based on the selected app. Let us suppose, we have two apps i.e., the Sales Hub app and Customer Service App. Suppose there are two different views of the ‘Contact’ table. i.e., Sales Contact View (View 1) and Service Contact View (View… Read More: Change the default view on the lookup window of the… »

How to Retrieve Entity Icons using JavaScript

Introduction In this blog, we will see how to retrieve Entity icon using the JavaScript. Recently, one of our client wanted to retrieve the related entity along with the icons of entity in the table and wanted to create the related record. Now the client wanted to identify the entities. Suppose the client has two… Read More: How to Retrieve Entity Icons using JavaScript »

Dependent Attributes in JavaScript in Dynamics 365 v9.0

Introduction: Is Form Scripting a dreadful task, given the uncertainty that no one knows when the necessary attribute(s) for our script will be taken down from the form or it’ll be deleted completely? Well! With Dynamics 365 v9.0, we can avoid these situations in a finesse way. Apart from the ability to handle the dependent… Read More: Dependent Attributes in JavaScript in Dynamics 365 v9.0 »