Hi everyone, I'm developing new Suiteapp for Nets...
# general
n
Hi everyone, I'm developing new Suiteapp for Netsuite This is requirement of this app: - When Inventory Adjustment transaction created, this app will detect items that changed quantity. Then, send request to third-party server (parameters included item internal ID & item quantity changed). Is it possible or not? If it's possible, can I use "User Event Script" for SuiteScript?
j
I don't recommend on-demand scripts for this type of operation. The third party endpoint can be unresponsive and will cause record processing to slow down. I recommend creating a map-reduce script which will act as a connector and schedule it every 15 mins. This way, it is easy to manage connection failures and stuff.