Skip to content
Charles Llamas

Posts tagged JavaScript

Disable cells on editable grid

1 min read

Disabling cells on editable grid using JavaScript WebResource

Validate if the current user has specific role

1 min read

Validate if the current user has specific role

Get All functions registered on a form for the events OnChange, OnSave and OnLoad.

1 min read

The below functions show the events registered in a current form.

Get the list of all attributes in a form using JavaScript

1 min read

The following code snippet get the list of all attributes in a form

Validate if a user has a role by role name

1 min read

Validate if a user has a role by role name

How to disable a editable grid row by JavaScript

1 min read

How to disable a editable grid row by JavaScript

How to disable all fields in a form by JavaScript Microsoft Dynamics CRM/365

1 min read

How to disable all fields in a form by JavaScript Microsoft Dynamics CRM/365

How to execute the RetrievePrincipalAccess function using Xrm.WebApi

1 min read

The following example demonstrates how to execute the RetrievePrincipalAccess function.