Topic by Manjunath Paramesan
Content
We have requirement to invoke an external service when a certain field in the contact object have changed. I have created a custom process model for contact object which is fired when contact is updated and only when only certain fields have changed.
I NOT able to access the previous field values using $object->prev() accessor.
Attached is the CPM file. Please let me know if I am doing something wrong.