FAQ/Questions/Applying-Security.md
... ...
@@ -69,7 +69,7 @@ else
69 69
70 70
##Field Level Access
71 71
72
-Field access provides a way of limiting what a user sees in the application. You can use the [[FieldsRegex|/API/CodeSamples/FieldFilterRegex]] property to set a general filter on what fields users can select when building reports or you can use the ``PreExecuteReportSet()`` method, demonstrated below.
72
+Field access provides a way of limiting what a user sees in the application. You can use the [[FieldsRegex|/API/CodeSamples/FieldsRegex]] property to set a general filter on what fields users can select when building reports or you can use the ``PreExecuteReportSet()`` method, demonstrated below.
73 73
74 74
**Record Level Security Integration**
75 75