getAdditionalSuggestFilters(quote, fieldValuesMap)
Appends a WHERE clause to the SOQL query used for a guided selling prompt. Salesforce CPQ Calls this method only when isSuggestCustom returns FALSE.
global String getAdditionalSuggestFilters(SObject quote, Map<String,Object> fieldValuesMap)
- quote
Type: SObject
The current quote.
- fieldValuesMap
Type: Map<String,Object>
A map of the guided selling suggestion criteria. The Key is a Product2 API name and the value is the desired suggest value.
Type: String
The additional suggestion filter, as a WHERE clause. For example, 'AND Product2.Inventory_Level__c > 3'