I'm trying to set a field value on an item fulfill...
# suitescript
f
I'm trying to set a field value on an item fulfillment everytime our 3rd party integration system (shiphawk) modify's the record. What entry point would I use this ? I tried client script field change but it doesn't seem to work
n
Probably a userevent. Integrations don't trigger client scripts, since they aren't using a client (browser) to access netsuite.
most likely a beforeSubmit entry
f
Thanks so much for this
🫡 2