Skip to content

Instantly share code, notes, and snippets.

View mattdanna's full-sized avatar

Matt Danna mattdanna

View GitHub Profile
global class PluginDemoProductSearchPlugin implements SBQQ.ProductSearchPlugin{
public String type1 {get; set;}
global PluginDemoProductSearchPlugin(){
System.debug('METHOD CALLED: customSearchFilter Constructor');
}
global String getAdditionalSearchFilters(SObject so, Map<String,Object> ma){
System.debug('METHOD CALLED: getAdditionalSearchFilters');
//System.debug('Sobject Passed: ' + so.getSObjectType().getDescribe().getName());