본문 바로가기

개발자정보

세일즈포스(Salesforce) Custome Object 앱(App) 추가하기

반응형

To add a custom or standard object as a tab in an application in salesforce, there must be a tab defined for it.

In this blog post we will go through all the steps.

In our trailhead org, we will start by creating a new custom object. Firstly, we need to access the setup menu.

In the setup menu, we can then click the Object Manager and create a new custom object for our salesforce app.

For this example, I am creating a custom object called Salesforce App Example.

Now we can create our custom salesforce application. In the setup menu, search app manager, here we can create a new lightning app.

During creation, we have used all the default options selected. In the final step let's add the system admin profile so that we can access the app.

For this example, we've created a salesforce app without any objects(items) called Sample App.

Note

Ensure the deployment status of the object is set to Deployed

If you noticed we could not add our new custom object to our salesforce app. This is because we have not created a tab for our Salesforce_App_Example__c object.

To create a new tab for our object, search tab in settings and click new.

After our new tab is created, we can then add it as a navigation item for our custom application. Search App manager in setup, find the custom app, click edit. 

We can also add other standard objects from this page as well if needed. After you are finished making changes click save.

Note

Ensure the tab is created for the correct Object

Now we can see our custom object in our custom application.

반응형