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
Deepak PansariDeepak Pansari 

Unable to findout "New" button for creating new custom object records.

Hi,

 

I have created a custom object "person" . now i want to craete records for that , but i am unable to find "new" for the same.

 

I have one solution  to see URL for new in SalesForce Explorer, but i wanted to know is there any other way to create the records for custom object ?

 

Thanks,

Deep. 

Best Answer chosen by Admin (Salesforce Developers) 
Richie DRichie D

Hi Deepak,

 

You can create a custom tab to show your person object (or you can create them in code)  - just use the wizard provided in SFDC. You will need to add this to an app on get to it from the 'all tabs' tab (last in the tab list in the UI).

 

Also, if your person object is linked to from another object then you can add it from the related list 'new' button.

 

You may need to check permissions to make sure users will be able to add/edit/read 'person' objects.

 

R.