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
MaxxumMaxxum 

Custom Tab for multiple custom objects

I want to create a custom tab, say "Admin", that allows me to show all custom objects that require some administration. For example, in my application, in our application we want to create banks and sources. I don't want to create separate tab for banks and sources but have them on an admin page. Is it possible?

Cheers,
DevAngelDevAngel

Hi Maxxum,

Sure it's possible.  You can either write a JSP or ASP page to host on your admin tab and put all the logic you need in there, or you can do that in an scontrol using the AJAX toolkit.