I am working on task where where i need to create a trigger. I have two object let say objA and objB. What i need to do is write a trigger on objA that will perform the same event(update/delete/insert/undelete) on objB . fields in objB is subset of fields in objA. Thanks and advance
Take the 2-minute tour
×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.
|
SObjects have
Obviously this is only going to work if the fields are of the same types on each object, otherwise you're going to need to deal with conversion as well. |
|||
|