Modified form values in server side before_save

Hi,

Is it possible to identify which form values have been changed in server side before_save method?

Thanks

There is no option to track changes for the particular method. Better way you can track all the changes performed in each record. Just check Track Changes in doctype or use Customize form for default doctype.

image