Access child record created from a sublist on the parent

190 Views Asked by At

I have a locked bundle and I am unable to trigger a beforesubmit script on the ‘create’ instance of one of the records. I was told that this record is created as a child record from a sublist on the parent record(without using record.create). When you create records using this functionality, the User Events of the created Child record are not triggered. Is there any alternative options for this issue? I need to make some changes to a field on create of the new record.

1

There are 1 best solutions below

2
Tkouk20 On

Have you tried to run the user event on the child record instead ?

Let me know if this way works for you