Since aggregated functions and LIKE are not allowed on encrypted fields, tests will fails in case Account.Name is encrypted. This is a typical field to be encrypted. Proposal to modify the tests to use AccountNumber instead of Name for tests pertaining these operations.
Since aggregated functions and LIKE are not allowed on encrypted fields, tests will fails in case Account.Name is encrypted. This is a typical field to be encrypted. Proposal to modify the tests to use
AccountNumber
instead ofName
for tests pertaining these operations.