<aside>

Description

Per environment rules that prevent specific Salesforce metadata fields from entering the translation workflow. Each connected Salesforce org keeps its own independent rule set, with a master Active toggle that disables every rule without removing them.

</aside>

Prerequisites

What this feature does

Exclude Metadata applies user defined rules during the metadata retrieve phase. Matching fields are skipped before any data is written to SimpleTranslate, so excluded items never appear in translation queues, never consume translation credits, and never affect progress statistics.

Common scenarios that the feature addresses:

Rule types

Two rule types are supported. Rules can be combined freely within the same environment.

Prefix (API Name)

A regular expression matched against the field API name. Example: ABC_* excludes ABC_CustomField__c and any other field with an API name that starts with ABC_.

Namespace

A literal namespace prefix matched against the field namespace. Example: SimpleT__c excludes Object_SimpleT__c and every other field that belongs to that namespace.

Rules are evaluated against both the direct field API name and the parent metadata API name, so namespace rules also catch nested fields inside larger metadata containers.

Open the Metadata Blacklist dialog

  1. Open the Org Credentials section from the navigation bar.

  2. Locate the target environment in the credentials table.

  3. Open the environment action menu.

    Screenshot 2026-06-05 at 12.51.05.png

  4. Select Metadata Blacklist.

Add a rule

  1. Select Add Rule in the dialog.
  2. Choose the rule type: Prefix (API Name) or Namespace.
  3. Enter the pattern. Example placeholders guide each type: ABC_* for Prefix, SimpleT__c for Namespace.
  4. Confirm that the validation feedback indicates a valid pattern.
  5. Select Save to persist the rule set.

Screenshot 2026-06-05 at 12.50.28.png

Edit a rule

  1. Double click any rule row to enter inline edit mode.
  2. Update the rule type or pattern.
  3. Select Save to persist the change.

Delete a rule

  1. Select the delete control on the target rule row.
  2. Select Save to persist the change.

Activate or deactivate the rule set

The dialog footer contains an Active toggle that controls the entire rule set for the environment.

What to expect

Common use cases

Tips

<aside>

Quick View

End User Documentation