You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: