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
SAHG-SFDCSAHG-SFDC 

Save Date/Time of when a custom field was clicked

Hi,

Any one has ideas on how to save the date when a particular field was clicked (This is the Formula field, called "Create" it takes to the create page" , There is a static resource looks like a button) , Use case is to get the date the user clicked create

We will store this in another field on the same object

Advance thanks for looking into this
LBKLBK
You said "This is the Formula field, called "Create" it takes to the create page".

Is that a Visualforce page? Can you add a small update method to its APEX controller to do this work?
SAHG-SFDCSAHG-SFDC
Hi Thank you for replying, Update method to get the date? How? Thanks for looking into it
LBKLBK
"Create Page", is that a Visualforce page? If yes, please share the page code and the controller code.