You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Tip Tuesday - CPQ Implementation Performance Enhancement

edited Jun 21, 2023 6:09AM in Configure Price Quote 1 comment

1. Use string builder function instead of concatinating the strings using "+" operator.

2. When trying to contact a string inside a loop, add the values into an array using append function and join the array values outside the loop.

3. Use continue function frequently in for loops, if you want to ignore some iteration in the loop. For example, while lopping on Line Item Grid if you want to skip the part lines add an if condtion at the start of loop and use continue inside the loop.

4. Mark attributes as Exclude from XML, which are not required to be exposed in XML.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!