Document Generator: Admin: Configure Layout Field Visibility

Before you configure the Layout Field Visibility, you must enable it. For enablement steps, see Admin: Document Generator: Enable Layout Field Visibility.

We offer the ability to override the default fieldset specified for the section in settings in the custom metadata.

  • Below is an example of the code you might use:

Copy
{
  "Contact": {
    "fieldSet":"bh4fdocgen__DocGenBullhorn",
    "fieldsToExclude":"Name",
    "fieldsToInclude":"LastName,GenderIdentity"
  }
}


We offer the option to add fields not specified in the new field set. You may also delete certain fields, if they are available in the specified field set.

  • This is implemented using the includedFields and excludedFields fields, respectively.