action.skip

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 to allowlist specific fields. Allowlisting enables those fields to be queried that would otherwise not be accessible for certain features, for example, in custom placeholders.

Each Field Whitelist record specifies the following information:

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

Info

ON fields are always allowlisted.

To create a new Field Whitelist record:

  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 allowlist for database queries.
  5. Click Save.

    This creates the new Field Whitelist record, which allows the specified field to be queried by JustOn.