C
Chandrasekhar Gontla
Guest
Hi, The behavior that I observed and logged an issue for the same. Note: I tried it in 3.1 release build - Create couple of objects. (Ex: Obj1 and Obj2) - Create any relationship between them (Ex: M to M) - Create few records in both objects and link in between them. - Go to any object definition (Ex: Obj1) and create a validation record data trigger where select related object from 'On Field Change' drop-down list and provide error message and select any timing option (Ex: Before Delete) and save it. - Go to Obj1's record edit page and click save button without modifying anything. - Observe that validate record data trigger got executed ant it is throwing error that we specified. - It should not execute the trigger as we haven't attach/detach the related record. It should execute the trigger only when attach/detach the related record. Hope this helps. Thanks and Regards, Chandra.G
Continue reading...
Continue reading...