[SalesForce] How to create/view/delete a record in the custom object from salesforce UI

When the Custom Object doesn't have tab and any relationships then how can i possible to create/view/delete a record in the custom object from salesforce UI…
Custom Object contains only Text fields.

Thanks,

Best Answer

If you know the object key prefix then you can view records of that object:

Let's say you have a custom object and its has key-prefix is a00. You can view its record by going to URL:

https://na9.salesforce.com/a00 (https://sfdc_instance.salesforce.com/objectkeyprefix)

Key-prefix is the first three characters of object's any record.

Related Topic