Join Slack
Powered by
Hi guys why context.newRecord.removeLine is not wo...
# suitescript
d
Daryl
04/08/2020, 10:42 AM
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
battk
04/08/2020, 10:43 AM
no editing records in beforeLoad
battk
04/08/2020, 10:44 AM
beforeLoad(scriptContext
)
battk
04/08/2020, 10:45 AM
you can set default values for new records
d
Daryl
04/08/2020, 10:48 AM
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?
Daryl
04/08/2020, 10:49 AM
Thanks a lot for your inputs 🙂
b
battk
04/08/2020, 10:50 AM
correct
🤩 1
battk
04/08/2020, 10:50 AM
you can also set values for fields that dont store value, ecen during edit
battk
04/08/2020, 10:50 AM
questionable utility most of the time
12
Views
Open in Slack
Previous
Next