Hi guys why context.newRecord.removeLine is not wo...
# suitescript
d
Hi guys why context.newRecord.removeLine is not working on beforeLoad. SuiteScript 2.x UserEvent any explanation i'm trying to search in netsuite but i can't find one. Also it says that it works both client and server-side based on documentation.
b
no editing records in beforeLoad
you can set default values for new records
d
Correct me if i'm wrong, you can set default values for new records (create); Can't edit or set values to an existing records?
Thanks a lot for your inputs 🙂
b
correct
🤩 1
you can also set values for fields that dont store value, ecen during edit
questionable utility most of the time