Hi All,
I am working in a Salesforce Org that uses Shield and has the Name field encrypted. The issue I am having is that one of the fields I am trying to reference in skuid is a lookup field. Despite the fact that I am telling the lookup to order by the createddate, it’s ordering the search list by name and as a result is giving em an error.
"SELECT Name,Id FROM Account ORDER BY Name,Id LIMIT 51
Error:field ‘Name’ can not be sorted in a query call
"
I am certain the issue is that the name field on the account object is encrypted, so I am unsure why this is happening if I am specifying a different field to order by.