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
onstate.nkeeneyonstate.nkeeney 

Database storage without a UI/tab?

Hi all,

I'm just wondering if it's possible to have a database table in salesforce which is not accompanied by a tab and forms to edit it (a UI)? In other words, how can I set up a database table (an SObject) which can only be accessed or modified through the API, but which has read & write permissions for all users?

I ask because the app we're developing needs to store several rows of session data in salesforce for use in processing, but it would appear to be gibberish to users when viewed in the SObject's tab.

Thanks!
-Nathan
Ron HessRon Hess
creating the tab is optional, you can easily create tables without tabs