Skip to main content

Recommended configuration patterns

Active reference table

This pattern is appropriate for a reference table where only active records should be available to the app. If users do not need to open the table directly, it may still be downloaded and used as reference data. visible controls whether the table appears in the table list; it does not determine whether the data can be used as downloaded reference data.

Hidden reference table

If a table is needed only by components and users do not need to browse it directly:
The table can remain available as locally downloaded reference data while being hidden from the table list. Remember that this is a navigation choice, not a security boundary.

Role-specific additional fields

Users with the B. Farmtrace Developers role download:
Other roles use the base requestColumns unless another matching role rule exists.

Different fields for different roles

Before hiding Phone for Field Operators, confirm that no feature available to that role depends on Phone. This includes:
  • forms;
  • reports;
  • lookups;
  • scans;
  • dropdowns;
  • filters;
  • posting actions.

Last modified on September 7, 2026