Skip to main content

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.

 

@Salesforce CPQ 

@* Salesforce Revenue Cloud * 

답변 3개
  1. 2022년 12월 5일 오후 3:24

    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.

0/9000