AXGuru | Dynamics 365 | Cloud Consulting Services | IT Solutions….

What have changed – Dynamics 365

What have changed (pmfTablehasChanged)

Hi Everyone, my today short blog is specially for Dynamics 365 for Fin & Ops developers that doing miracles everyday. Dynamics 365 have following method, that allows you to validate if any fields on a specific record have been changed or not.

If it returns true then something has changed, and
If false then nothing has been changed.

In some scenario’s where developer would like to know if there have been any changes to the specific record before you Insert/Update to the Database, to save some extra round trips to Database.

Then it is perfect and 100% standard piece of code.