Skip to main content
답변 2개
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    2025년 10월 3일 오후 3: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