On another note. We have a SuiteScript 1.0 RESTlet...
# suitescript
m
On another note. We have a SuiteScript 1.0 RESTlet that lets customers update their credit cards. It loads the customer record with nlapiLoadRecord, updates the CC using setLineItemValue, then saves it using nlapiSubmitRecord. That doesn't seem to be triggering the afterSubmit() case in a User Event I have applied to the Customer record.