Is there a way to fire a client script before a su...
# suitescript
n
Is there a way to fire a client script before a suitelet saves a created record?
b
im guessing you want the saveRecord entry point
n
But will that be able to set field values before saving? Need to update some fields
b
it should, though you may have to use the forceSyncSourcing to make sure the changes are finished before the record submits
n
Alright i'll try that