I need to create a user event script that executes...
# suitescript
p
I need to create a user event script that executes some logic whenever the balance field is updated on a customer record. When an accounts receivable event occurs the balance field updates but it won't kick off a user event script that is deployed on the customer record. any thoughts on how i could execute a script when this field updated? I could create a user event script on every transaction type that updates this field (invoices, credit memos, deposits, etc, etc) but I would like to avoid having to do that.
b
user event script is probably a losing strategy
go for a scheduled or map/reduce script instead
p
i thought about that. the problem is i need it to execute right away. 😞