function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NeetMunjaniNeetMunjani 

Export SICDesc field issue with APEX Loader

Hi..

I want to export some standard field of account object using apex loader but its shows field does not exist.

Below is my SOQL

 

"select name,sic,sicdesc from account "

 

I am getting error "sicdesc field does not exist" from apex loader but its get successfully populate in developer consol.

I have checked name,sic and sicdesc all have same "view field accessibility" and "set field level security" but issue with SICDesc filed only.

Please suggest me what could be the issue.

 

Thanks in advance,

Nitin

CevicheroCevichero

 

Make sure the profile of the user you are using to log in from Data Loader has read access to the field.

NeetMunjaniNeetMunjani

Thanks Cevichero for your reply,

 

As I have posted, the field name,sic,sicdesc all have same access but getting issue with sicdesc only. 

 

Thank you,

Nitin