function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfDevelopersfDeveloper 

Event access via API

 

Hi,

I've added a new field in the Account table and it is called "Account Updated". 

I want this field to get a value when any account is updated by a salesforce user using the userinterface.

I wonder if I can do this using the API ? !  !

Do I have access to this event (after clicking on the Save button) ???

Thank you

sfDeveloper

DevAngelDevAngel

Hi sfDeveloper,

No, there is no way to hook into the ui events.  There is a field on most if not all entities call lastModifiedDate that is updated when a record is changed in some way.