0

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.

Anu Ashish
  • 13
  • 3

1 Answers1

0

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

Let me know if this way works for you

Tkouk20
  • 54
  • 4
  • The script is deployed on the child record, but it does not trigger on new record creation. – Anu Ashish Jun 23 '23 at 15:45
  • The other more extreme case , would be to have a client script , and on validate line or validateInsert either trigger a suitelet and do stuff on the current record , or task a workflow action .the line would be the sublist line this child record is inserted – Tkouk20 Jun 23 '23 at 20:12