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
svidyansvidyan 

How to add Custom Objects to an Application after creation of the Objects?

Hi,

 

I am following the book "Development with the Force.com platform" by JasonOuelette.

When creating the Custom Objects, I did not check the box to be visible in a tab, and so I could not add this object to the Custom App I was creating. Now I have a created fields and relationships in the custom object. How do I add this Object to the Custom App?

 

thanks

Svidya

Best Answer chosen by Admin (Salesforce Developers) 
b-Forceb-Force

It looks you havent create custom Tabs  while defining custom objects

first you need to create custom Tab for new objects

Creating Tab

Setup -->App Set up---> Create---> Tabs

Click on new Tab [drop down shows all untabed objects ]

select your object, set Tab style , click Next select profiles

Save

 

Adding To App

Setup -->App Set up---> Create---> Apps

Click on edit, edit available tab section

Save

 

Done

Thanks,

Bala