Reputation: 1
In system I am developing, user can access particular page which is used to make DML operation on custom object. I want to fulfill following business case :
Is there any faster out-of-box way available to achieve it ?
Upvotes: 0
Views: 1256
Reputation: 36
Assuming this is in a VisualForce page, you could check if the value has changed inside your Save method.
Upvotes: 1