NetSuite Workflow to run if Credit Card is updated

206 views Asked by At

I am trying to create a workflow that will run when a customer (or agent) updates a customer credit card. I am able to test this and see the change using Scripting, but that won't work for the customer changed side.

Anyone know of a way to either run scripts on the customer center pages, or to run a script from a workflow? Thanks for any assistance.

2

There are 2 answers

0
w3bguy On BEST ANSWER

I wound up creating a custom form not using NetSuite data, and then passing that data into an internal RESTlet. That solved the problem.

1
Rusty Shackles On

I believe if you click on the "All Roles" checkbox in the Script Deployment page, it would make your script run for Customer Center. Alternatively you can also just select the Customer Center role in the Roles field.