Skip to main content
I'm receiving the following error when using the Mass Edit/Mass Update function from the Account List View: core.apexpages.exceptions.ApexPagesHandledException: Object type not accessible. I'm not using any custom objects, however, but the Account object. Please check permissions and make sure the object is not in development mode: Type FROM Account WHERE ( (((BillingStateCode = 'AL') OR (BillingStateCode ^ ERROR at Row:1:Column:109 No such column 'BillingStateCode' on entity 'Account'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.. Original queryString was: 'SELECT CurrencyIsoCode, Id, AnnualRevenue, Description, Industry, Name, Phone, Type FROM Account WHERE ( (((BillingStateCode = 'AL') OR (BillingStateCode = 'AL') OR (BillingStateCode = 'AL') OR (BillingStateCode = 'AR') OR (BillingStateCode = 'AR') OR (BillingStateCode = 'AR') OR (BillingStateCode = 'FL') OR (BillingStateCode = 'GA') OR (BillingStateCode = 'GA') OR (BillingStateCode = 'KY') OR (BillingStateCode = 'KY') OR (BillingStateCode = 'LA') OR (BillingStateCode = 'MS') OR (BillingStateCode = 'MS') OR (BillingStateCode = 'MS') OR (BillingStateCode = 'ND') OR (BillingStateCode = 'SC') OR (BillingStateCode = 'SC') OR (BillingStateCode = 'TN') OR (BillingStateCode = 'TN') OR (BillingStateCode = 'TN') OR (BillingStateCode = 'TX') OR (BillingStateCode = 'VA') OR (BillingStateCode = 'VA') OR (BillingStateCode = 'WV'))) AND (id IN ('001i000001IkWSXAA3','001i000001S6aYjAAJ') ) ) ORDER BY Owner.Alias ASC LIMIT 10000'

 

I've used this feature before without any problem. Can someone help? 
1 answer
  1. Oct 11, 2016, 4:41 PM
    Hi Rebecca, 

     

    Have you change the API name or deleted the BillingStateCode field on the Account object at all?

     

     
0/9000