Skip to Content

Deploy a Custom Fields Package in Salesforce

Introduction

Salesforce custom fields can be exported from one Salesforce instance and imported into another. After you import a Salesforce custom fields package, some additional configuration is necessary to set the appropriate security and accessibility settings for the imported fields. This page describes two processes:

A Salesforce custom fields package for import is provided as part of certain Cloud Studio process templates.

Deploy a Custom Fields ZIP

Follow these steps to deploy a custom fields ZIP file in Salesforce. If the Salesforce instance does not allow you to deploy a custom fields ZIP (such as due to permissions restrictions), follow the process described in Manually Adding Custom Fields in Salesforce to create them.

  1. Open the Salesforce Workbench.

  2. Review the Environment, specify the API Version, agree to the terms of service, and then click the Login with Salesforce button:

    attachment

  3. If you are not already logged in to Salesforce, the next screen prompts you to log in.

  4. On the Salesforce Workbench header, hover over Migration and select Deploy:

    attachment

  5. On the Deploy screen, click Choose File and browse to the Salesforce Custom Fields ZIP file. When loaded, click Next:

    attachment

  6. After the ZIP file has finished loading, click Deploy:

    attachment

  7. Review the results on the next screen, Metadata API Process Status.

Define Custom Field Security and Accessibility

Follow these steps to verify the deployment of a Salesforce custom fields package and define custom field security and accessibility using the Salesforce Classic UI. The steps are similar using the Salesforce Lightning Experience, except as noted.

  1. Log in to the Salesforce Classic UI and click Setup:

    attachment

  2. In the left sidebar under Build, expand the Customize section and then expand the object to which you want to verify that custom fields have been added. In this example, we will check a custom field for the Contacts object, so expand Contacts and select Fields:

    attachment

    attachment

    Tip

    If you do not see an object listed in the Salesforce Classic UI (such as Invoice), click Switch to Lightning Experience and use the Object Manager menu to find it.

  3. On the object's Fields screen, in the bottom portion of the screen under the object's Custom Fields & Relationships section, verify that the custom fields have been added. Custom fields are identified by the suffix __c on the values in the API Name column. Click the link under the Field Label column to access a custom field's definition details.

    attachment

  4. After using the link to a custom field's Field Label (in this case, NS_ContactID), click Set Field-Level Security to define the appropriate field-level security visibility settings:

    attachment

  5. On the custom fields's Set Field-Level Security screen, define appropriate field-level security visibility settings, and then click Save:

    attachment

  6. This returns you to the previous screen. Then click View Field Accessibility to set the accessibility for a particular field:

    attachment

  7. On the Field Accessibility screen, from the dropdown select the same custom field (in this case, NS_ContactID) from the earlier steps:

    attachment

  8. On the appropriate profiles, click the Hidden link in the Field Access column to modify the configuration for the Authenticated Website profile:

    attachment

    Note

    If you do not find the Authenticated Website profile on the Field Accessibility screen, apply the same steps to the Analytics Cloud Integration User profile.

  9. On the Access Settings screen for the field, under the Page Layout section, select the Visible checkbox and click Save to confirm the settings. You will be returned to the previous screen, where the appropriate profiles will then be shown as Editable.

    attachment

  10. Repeat the process for each field included as part of the Salesforce custom fields package.