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
vishesh91vishesh91 

Add data to objects

How to add data to custom objects without using data loader or import wizard.I have only 1 or 2 rows of data which I want to insert directly to an object without creating a tab for it.How to do that,please help

Best Answer chosen by Admin (Salesforce Developers) 
Navatar_DbSupNavatar_DbSup

Hi,

 

In this case you can use developer console or eclipse to insert the data by DML statement insert operation.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

All Answers

Navatar_DbSupNavatar_DbSup

Hi,

 

In this case you can use developer console or eclipse to insert the data by DML statement insert operation.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

This was selected as the best answer
vishesh91vishesh91

no simple way for non developers then.I used the run anonymouse from eclipse