We want to have a client script run on the Sales O...
# suitecommerce
v
We want to have a client script run on the Sales Order, but there's already a script attached to our Form that runs as a part of the scriptable cart. Is there a way to trigger any other scripts too?
k
You can attach the client script to the sales order record instead of the form. This will allow you to have multiple client scripts that are scriptable cart.
v
Thanks Keith, 🙂 We were a bit confused as to whether client scripts also execute in the commerce context unlike user event scripts which have a flag set on the deployments to explicitly set that behavior.