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
Keith Fetterman
10/24/2019, 4:05 PM
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
Viraj Shinde
10/24/2019, 4:21 PM
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.