Set Field Properties

The Settings tab of the Field Properties dialog box provides many options that allow you to adjust destination field values during deployment.

To set field properties:

  1. From the Data Set Editor, in Tabs view, click the Object Fields tab.
  2. In the row containing the field whose properties you desire to adjust, click the Properties (gear) icon.
  3. In the Field Properties dialog box, click the Settings tab.InformationThe screenshot does not show all options. Possible options vary based on the Salesforce data type of the field. Refer to the field property details topic for a table listing the options available for each deployable Salesforce data type.
  4. Select the options you desire to enable.
    • External ID – When selected, AppOps Release uses the field as the external ID for upserts. Refer to the topic on AppOps Release’s expanded upsert capabilities for more information.
    • Create Missing Fields – Appears on custom fields only. When selected, AppOps Release searches the destination org for the field and if not found, creates the field in the destination org. When deselected, AppOps Release silently ignores the field.
    • Sync Picklist Values – Appears on picklist fields when Sync Picklist Values is deselected on the root element. When selected, AppOps Release ensures the destination org’s values for the picklist match the values in the source org. AppOps Release adds any missing values to the destination org and deletes any destination org values not present in the source org. This checkbox appears only for picklist fields. The Standard Picklist Support topic contains a list of the picklists AppOps Release can synchronize during data deployment.
    • Set Empty – When selected, AppOps Release sets the field to an empty value in the destination org.
    • Set Random Value – When selected, AppOps Release scrambles field values in the destination org to obfuscate sensitive information or prevent unintended emails going to customers. Each scrambled value is a legitimate value for its field type, to continue to pass typical validation rules. Refer to Scrambled Value Ranges for more information.
    • Fixed Value – When selected, AppOps Release sets the field in the destination org to the value you specify in Fixed Value Input.InformationFor date and time values, you must enter them in these formats:
      • For date: yyyy-MM-dd (for example 2018-05-10)
      • For date/time: yyyy-MM-ddTHH:mm:ss.SSSZ (for example 2018-05-10T02:59:00.000+0000)
      • For time: HH:mm:ss.SSSZ (for example 02:59:00.000+0000)
    • Prefix Value – Prepends the value you enter to the existing field value. AppOps Release disables this setting when you select External ID.
    • Postfix Value – Appends the value you enter to the existing field value. AppOps Release disables this setting when you select External ID.
    • Copy Relationship Value – When selected, AppOps Release copies the parent lookup field value as is, rather than performing an upsert. Users must guarantee the integrity of the ID manually. Refer to the related data deployment concept for more information.