S
stephen.vanrooyen
Guest
Hi Guys, I have a Validate Record Data trigger on an object which prevents the user from creating records if a related object does not have records. This does exactly what I want it to do from the UI, however I would like to bypass this validation when I create new records from a trigger. I created a trigger on another object that creates a record for this object using the rbv_api.createRecord() method. I’ve tried using the rbv_api.isAPI() or rbv_api.isUI() method to try an bypass the validation, but the rbv_api.createRecord() is still regarded as the UI. Is there a way to achieve this? Regards,
Continue reading...
Continue reading...