Hi,
We have a custom script for calculating the prices in CPQ. Could you help me know how can I debug the script? While creating the debug logs, I don't see the option to add the custom script.
3 respuestas
I've had good experience using Chrome developer tools and the debugger JavaScript statement. If you have developer tools open, having that statement in your custom script will act like a breakpoint and allow you pause execution, examine variables, etc. This is 100% for testing in non-production only. Never put that into the production copy of your custom script.