Configure Advanced Settings

All of the settings controlled in the Admin Panel map onto the Custom Setting called Folio Config. Most fields on this Custom Setting are managed directly from the Admin Panel, but a few exceptions exist that admins may need to configure manually.

Log retention

There are three fields on Folio Config that control retention for system-generated Folio Log records, one per log level:

  • DEBUG / INFO: defaults to 7 days
  • WARN: defaults to 30 days
  • ERROR: defaults to 90 days

These control the retention period for system-generated Folio Log records, which only Folio Administrators can access. Admins can manually modify the retention period directly on the Custom Setting fields if they need to.

Object Linking Allowlist

Object Linking Allowlist is a field on the Folio Config Custom Setting that is not revealed on the Folio Admin page, since it is not commonly used.

Within the Folio package code, there is a filter that only shows certain Salesforce objects in the Linkable Objects section of the Admin Panel. It is rare but possible that an admin may actually need to use one of the objects that the package hides by default.

If you are trying to add an object from your org to Linkable Objects but it does not appear, it is probably being filtered out by this base logic. You can re-add an object back into being available in the Linkable Objects section by adding a comma-separated list of object API names to the Object Linking Allowlist field on the Custom Setting to effectively undo the filter on those specific objects.

Related: Configure the Admin Panel · Set up Real-Time Updates

Continue reading
Manage Templates