You need to sign in to do that
Don't have an account?
Will trigger work for without relationship object?
Say for example I've 2 objects x & y, and they dont have any relationship. Now my task is when a perticular field of x object get insert/update/deleted then it must insert/update/deleted from y object.
How to achieve this functionality?
How to achieve this functionality?
2. Update/delete: you should identify a common field which stores same kind fo information based on that you can update/delete.
--------------
Thanks,
Srinivas
- Please mark as solution if your problem is resolved.