Field Whitelist

Depending on your organization's setup, certain JustOn features must be able to access specific fields on standard Salesforce objects using database queries. To this end, you can use the custom setting Field Whitelist. Whitelisting enables those fields to be queried that would otherwise not be accessible for certain features, for example, in custom placeholders.

Each field whitelist setting specifies the following information:

Field Description Example Value
Name Specifies the API name of the field to be whitelisted. At the same time, it is the unique name for the field whitelist setting record. Balance__c

Info

ON fields are always whitelisted.

To create a new field whitelist setting:

  1. Click to enter Setup, then open Custom Settings.

    In Salesforce Lightning, navigate to Custom Code > Custom Settings.

    In Salesforce Classic, navigate to Develop > Custom Settings.

  2. Click Manage in the row of Field Whitelist.

  3. Click New.
  4. In the Name field, specify the API name of the field that you want to whitelist for database queries.
  5. Click Save.

    This creates the new field whitelist setting, which allows the specified field to be queried by JustOn.