From b75811a9c033ea780cbe53deec58277ef12517fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Renter=C3=ADa?= Date: Sun, 24 Nov 2024 20:34:35 +0100 Subject: [PATCH] Update recordref-data-type.md Misspelled word "occurring" --- .../developer/methods-auto/recordref/recordref-data-type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-itpro/developer/methods-auto/recordref/recordref-data-type.md b/dev-itpro/developer/methods-auto/recordref/recordref-data-type.md index 45b1c07c52..bfbfc46529 100644 --- a/dev-itpro/developer/methods-auto/recordref/recordref-data-type.md +++ b/dev-itpro/developer/methods-auto/recordref/recordref-data-type.md @@ -90,7 +90,7 @@ The following methods are available on instances of the RecordRef data type. |[Reset()](recordref-reset-method.md)|Removes all filters, including any special filters set by the MarkedOnly method (Record), changes fields select for loading back to all, and changes the current key to the primary key. Also removes any marks on the record and clears any AL variables defined on its table definition.| |[SecurityFiltering([SecurityFilter])](recordref-securityfiltering-method.md)|Gets or sets how security filters are applied to the RecordRef.| |[SetLoadFields([Integer,...])](recordref-setloadfields-method.md)|Sets the fields to be initially loaded when the record is retrieved from its data source. This will overwrite fields previously selected for initial load.| -|[SetPermissionFilter()](recordref-setpermissionfilter-method.md)|Applies the user's security filter to the referenced record. The security filter is combined with any other filters that are placed on the record with SetFilter or SetRange. The combined filter will not include any records outside the range of the security filter and this will prevent a runtime permission error from occuring when the record is read. If the permission filter is not set, an error can occur if you attempt to read a record that is outside the range of the user's security filter.| +|[SetPermissionFilter()](recordref-setpermissionfilter-method.md)|Applies the user's security filter to the referenced record. The security filter is combined with any other filters that are placed on the record with SetFilter or SetRange. The combined filter will not include any records outside the range of the security filter and this will prevent a runtime permission error from occurring when the record is read. If the permission filter is not set, an error can occur if you attempt to read a record that is outside the range of the user's security filter.| |[SetPosition(Text)](recordref-setposition-method.md)|Sets the fields in a primary key on a record to the values specified in the String parameter. The remaining fields are not changed.| |[SetRecFilter()](recordref-setrecfilter-method.md)|Sets a filter on a record that is referred to by a RecordRef.| |[SetTable(Record)](recordref-settable-table-method.md)|Sets the table to which a Record variable refers as the same table as a RecordRef variable.|