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
Kishore B T 20Kishore B T 20 

Data Import Wizard doesnt show custom field of a custom object

User-added image
These are the fields where i am trying to access it from native dataloader import wizard.
All the fields have its Field level security set for Admin Profile.I have 7 fields among which only 2 are automatically mapped other are not visible

I haven't created a tab for the custom object, will it be a issue.

User-added image
This is the CSV format.

User-added image


 I am not able to fetch remaining fields in Wizard.

 Thanks in Advance.



 
Kishore B T 20Kishore B T 20
I have set all the Field visibility to EDITIBLE, even though its not accessible in wizard.
AshlekhAshlekh
Hi,

You need to go through this link about Data Import https://developer.salesforce.com/trailhead/data_management/data_import

Second if the fields are formula type then it will not populate for mapping, after this if you are not able to see teh fields you need to create a case to salesforce for same issue.

-Thanks
Ashlekh Gera
Kishore B T 20Kishore B T 20
Those are not formula fields, I have crosschecked with the object i am working on.

 
MrHammyMrHammy
If they are checkbox fields and your  file is  true/false  you need to change it to  1/0