This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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()); |