Understand what impacts the number of query rows returned when using Lookup Rules in Salesforce CPQ.
Factors:
C. Total Number of Quote Lines: Each Quote Line triggers a lookup, increasing the number of query rows.
D. Total Number of Fields on the Lookup Object: More fields on the object result in larger query rows.
E. Total Number of Lookup Queries: Multiple lookup queries executed during the Quote Line processing impact the total rows returned.
Steps to Validate:
Analyze the Lookup Rule configuration and test its behavior with varying Quote Line counts, field sizes, and query numbers.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit