In my Salesforce Org we have Box managed package installed, some apex classes as part of package are using account and contact name fields
n my Salesforce Org ha we have Box managed package installed, some apex classes as part of package BoxAILWCControllerEnhancedTests, BoxFileService are using account and contact name fields in soql queries with like operators which is blocking us from encrypting those fields using shield platform encrption in salesforce as The operator like is not supported on an encrypted field
Can we modify the apex classes to stop filtering by like operator
Apex Class: BoxFileService, line 167, column 36: The operator like is not supported on an encrypted field
Apex Class: BoxAILWCControllerEnhancedTests, line 114, column 31: The operator like is not supported on an encrypted field
Apex Class: BoxAILWCControllerEnhancedTests, line 130, column 31: The operator like is not supported on an encrypted field
Apex Class: BoxFileService, line 156, column 36: The operator like is not supported on an encrypted field