732e8e0791dd4493a7cbd76963be66461642b371
FAQ/IsFieldAllowedInFilters.md
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 | |
| 7 | 7 | This method allows for custom handling of whether specific fields can be used in filters or not. |
| 8 | 8 | |
| 9 | -Note: Overriding this method with custom behavior will cause certain settings to get ignored, such as HiddenColumns and FiltersRegex. |
|
| 9 | +Note: Overriding this method with custom behavior will cause certain settings to get ignored, such as [[HiddenColumns|FAQ/Izenda-API-Tip-Hidden-Columns]] and [[FiltersRegex|API/CodeSamples/FiltersRegex]]. |
|
| 10 | 10 | |
| 11 | 11 | ##C♯ Example |
| 12 | 12 |