Skip to Content
0
Former Member
Dec 19, 2017 at 12:56 PM

How to call an interceptor only during update of an object

592 Views

strong text Hi,

Can you please let me know how to call an interceptor on updation of a custom object ? Or is there a way to find if the object is modified or created ?

I'm currently implementing PrepareInterceptor.

My requirement is to call an API on update of a particular attribute within a custom object. is there any way to achieve this ?