You need to sign in to do that
Don't have an account?
variax
apex data loader
i have uploaded records using apex dataloader insert command in my salesforce account. but whenever i view my tab, there is no record available. but when i manually added a record. the auto number field is on the seventh. meaning it is detected that i have uploaded a record but is not visible. help please
Hi variax,
I had few queries regarding the process you used for loading data :-
1. As you loaded data into the org did you notice that the data loader application prompts the outcome of the data load operation that is the number of successful inserts and the number of failures in inserts.
Did this prompt mention that you data upload was successful ? If, it did prompt you that data load was successful, then the data is present in your salesforce org.
Perhaps this is what is happening :-
1. The view which you are seeing is that of recent records created
2. Data uploaded via data loader for some reason are not shown in recently created data - view
3. Data created manually is shown in the recently created view.
So you can do the following:-
1. Select the "All " view from the view name drop-down and click on "Go" button , this will bring up the uploaded records in the view.
If still it doesn't solve your problem do let me know.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
yes it prompts and says that it is successful, now i have an auto number activated in salesforce when i upload records from apex data loader. and i saw the auto numbers but when i open it. they were null.
What do you mean by not visible, you should be able to find the records via search, or via a list view. (they won't appear in the recent items list on the main tab as API inserts do not update the MRU)
the database and fields are there.. but the fields are null.. in the settings of apex data loader. i checked the utf -8 encoding. make 50 as the value of my batch size.. by the way im using a developer edition account