Hi,
When I modify the name of the customer, the record should get inserted into the staging table. when the record gets inserted into the table my class should run. The responses from the class should get inserted against the same record.
I created a method in the custable to insert the record in the staging table.(record get inserted in the staging table). I called this method in the modified field.
I called the class run method after a super call in the table insert method, but the record not inserted.
Any idea,what's the best approach.