Skip to content
Charles Llamas

Posts tagged Dynamics 365

User does not have send-as privilege

1 min read

Exception user does not have send-as privilege

Validate if the current user has specific role

1 min read

Validate if the current user has specific role

How to access Pre and Post entity images in a Custom Workflow Activity

1 min read

Entity Images for workflow extensions

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.

Show all Tabs, Sections and Controls in the JavaScript console

1 min read

Show all Tabs, Sections and Controls in the JavaScript console

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.