Codeunit 703 Find Record Management in 26
- App
- Base Application
- Namespace
- Microsoft.Utilities
Versions171819202122232425262728latest
Source29
Procedures, 11
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| FindLastEntryIgnoringSecurityFilter | (var RecordRef) | Boolean | public | - |
| GetIntFieldValue | (RecordRef, Integer) | Integer | public | - |
| GetIntFieldValues | (RecordRef, var List) | public | - | |
| GetLastEntryIntFieldValue | (Variant, Integer) | Integer | public | - |
| GetLastEntryIntFieldValues | (Variant, var List) | public | - | |
| FindNoFromTypedValue | (Option, Code[20], Boolean) | Code[20] | public | - |
| FindNoByDescription | (Option, Text, Boolean) | Code[20] | public | - |
| FindRecordByDescription | (var Text, Option, Text) | Integer | public | - |
| FindRecordByDescriptionAndView | (var Text, Option, Text, Text) | Integer | public | - |
| FindRecordWithSimilarName | (RecordRef, Text, Integer) | Boolean | public | - |
| GetMaxRecordCountToReturn | () | Integer | internal | - |
Events, 10
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterFindRecordByDescriptionAndView | (var Text, Option, var RecordRef, FieldRef, Integer, Text, var Integer) | - |
| Integration event | OnAfterGetRecRefAndFieldsNoByType | (RecordRef, Option, var Integer) | - |
| Integration event | OnBeforeFindLastEntryIgnoringSecurityFilter | (var RecordRef, var Boolean, var Boolean) | - |
| Integration event | OnBeforeFindNoFromTypedValue | (var Option, var Code[20], var Code[20]) | - |
| Integration event | OnBeforeFindRecordByDescriptionAndView | (var Text, Option, var RecordRef, FieldRef, Text, Text, var Integer, var Boolean) | - |
| Integration event | OnBeforeFindRecordContainingSearchString | (Option, var RecordRef, Text) | - |
| Integration event | OnBeforeFindRecordStartingWithSearchString | (Option, var RecordRef, Text) | - |
| Integration event | OnBeforeGetRecRefAndFieldsNoByType | (RecordRef, Option, var Integer) | - |
| Integration event | OnFindRecordByDescriptionAndViewOnBeforeFindRecordWithSimilarName | (RecordRef, var Text, var Integer, var Boolean) | - |
| Integration event | OnGetMaxRecordCountToReturnOnBeforeExit | (var Integer) | - |