Skip to main content
2 answers
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Oct 3, 2025, 3:24 PM

    Hello @Surya Sai Kiran you can use this tooling API query to get the list of all standard and custom CustomApplication from within your Salesforce instance. You may look at the standard NamespacePrefix

    SELECT Id,Label,DeveloperName, Description, NamespacePrefix, NavType, ManageableState

    from CustomApplication

    Eric

0/9000