SBQQ.ProductSearchPlugin Guided Selling Methods
The following are methods for a guided selling implementation of SBQQ.ProductSearchPlugin.
- getAdditionalSuggestFilters(quote, fieldValuesMap)
Appends a WHERE clause to the SOQL query used for a guided selling prompt. Salesforce CPQ Calls this method only whenisSuggestCustomreturns FALSE. - getInputDefaultValue(quote, fieldName)
Determines the input for the initial guided selling prompt. - isInputHidden(quote, fieldName)
Determines the visibility of an input in the Guided Selling UI. ReturnTrueto hide the input andFalseto let users see the input. Salesforce CPQ calls this method for each input. - isSuggestCustom(quote, fieldValuesMap)
Called afterisInputHiddenandgetInputDefaulValue. ReturnsTruefor Salesforce CPQ to use Custom searching orFalsefor Salesforce CPQ to use Enhanced searching. - suggest(quote, fieldValuesMap)
Overrides the user suggestion input. Salesforce CPQ calls this method only whenisSuggestCustomreturns TRUE.