Does someone know when creating a new record with ...
# suitescript
j
Does someone know when creating a new record with sublist records using rechmach, will user event scripts fire on the sublist lines?
t
yes you can use userevent script on accessing sublist
j
no, my question is whether user event scripts will fire on the sublist lines.. not whether i can access the sublist in a user event script
In other words.. i create a record with child records "A". I have a user event script on record "A". While the user event script fire?
Will*
I did find out the answer. User event scripts will not fire on child records
t
ok. However, I think you can do something like checking whether a new record has been added then perform your changes.