📜  如何在 salesforce 类型中查找沙箱名称 (1)

📅  最后修改于: 2023-12-03 15:38:26.433000             🧑  作者: Mango

如何在 Salesforce 类型中查找沙箱名称

在 Salesforce 中,沙箱是一个测试环境,用于开发和测试代码,以及进行试验性操作,而不会影响实际生产数据。在使用沙箱时,我们需要知道它的名称,以便正确地将测试数据导入测试环境。本文将介绍如何在 Salesforce 中查找沙箱名称。

步骤
  1. 登录 Salesforce 帐户,并单击右上角的设置菜单。

  2. 在设置菜单中,找到“开发人员设置”并点击。

  3. 在“开发人员设置”菜单中,选择“沙箱管理”。

  4. 在“沙箱”菜单中,可以看到已创建的沙箱,以及它们的名称和状态。

  5. 可以通过搜索功能来查找特定的沙箱。点击页面右上方的搜索框,并输入要查找的沙箱名称。

  6. 如果想要查看沙箱的详细信息,可以点击它的名称。在打开的页面中,可以看到沙箱的类型、大小、状态以及其他有关沙箱的信息。

以下是示例代码,在 Salesforce 中查找沙箱名称的步骤:

1. Click Setup in the top right corner of your Salesforce account.
2. Select Developer Settings in the Setup menu.
3. Choose Sandbox Management in the Developer Settings menu.
4. In the Sandbox menu, you can see the created sandboxes, as well as their names and statuses.
5. Use the search function to find a specific sandbox by clicking the search box on the top right of the page and entering the sandbox name.
6. To view detailed information about a sandbox, click its name. On the opened page, you can see the sandbox's type, size, status, and other information about the sandbox.

通过以上步骤,你就可以在 Salesforce 中找到你需要的沙箱名称,并开始使用它来进行开发和测试。