Skip to main content

Notifications

Dynamics 365 Community / Blogs / CRM Minds / Dynamics 365 – How to check...

Dynamics 365 – How to check if the field is changed

The post explains how to use the formContext.getAttribute(arg).getIsDirty() web API to check for unsaved changes in column values of a record. It provides examples of using the method for different types of attributes and suggests actions based on the state of the column. The API is a valuable tool for customizing form behavior.

This was originally posted here.

Comments

*This post is locked for comments