Skip to main content
2 个回答
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    2025年10月3日 15:24

    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