Skip to main content
All CollectionsScan - Setup & Administration
Remove Fields from the Scanning Queue
Remove Fields from the Scanning Queue
Updated over a month ago

1. Go to Setup

• Click the gear icon in the top-right corner of your Salesforce Org and select Setup.

2. Access Custom Settings

• In the Quick Find box, search for Custom Settings and select it.

3. Manage eContacts Settings

• Locate the custom settings labeled eContacts Settings and click Manage.

4. Remove Fields from the Scanning Form

• Add the following syntax to the Form Blacklist field to remove fields from the Standard Form:

{
"Lead": "Field1,Field2",
"Contact": "Field1,Field2"
}

Key Details:

Object Name: The object (e.g., “Lead” or “Contact”) whose form you want to customize.

Field API Name: The API name(s) of the field(s) to be removed from the form.

5. Save Changes

• Click Save and navigate to the Queue page to confirm your changes.

This process ensures that the specified fields are successfully removed from the Scanning Form.

Did this answer your question?