Codeunit 5455 Graph Data Setup in 20
- App
- Base Application
- Obsolete
- Pending 20.0. The functionality is not supported any more
Versions171819202122232425262728latest
Source-
Procedures, 10
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| AddIntgrationFieldMapping | (Text[20], Integer, Integer, Boolean) | public | - | |
| AddIntegrationTableMapping | (Code[20], Integer, Integer, Integer, Integer, Text[20], Integer, Integer, Integer) | public | - | |
| CanSyncRecord | (RecordRef) | Boolean | public | - |
| ClearIntegrationMapping | (Code[20]) | public | - | |
| CreateIntegrationMapping | (Code[20]) | public | - | |
| GetGraphRecord | (var RecordRef, Text[250], Integer) | Boolean | public | - |
| GetInboundTableID | (Code[20]) | Integer | public | - |
| GetIntegrationTableMapping | (var Record Integration Table Mapping, Code[20]) | public | - | |
| GetMappingCodeForTable | (Integer) | Code[20] | public | - |
| IntegrationMappingExists | (Code[20]) | Boolean | public | - |
Events, 6
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAddIntegrationMapping | (Code[20]) | - |
| Integration event | OnCheckCanSyncRecord | (RecordRef, var Boolean, var Boolean) | - |
| Integration event | OnCreateIntegrationMappings | () | - |
| Integration event | OnGetGraphRecord | (var RecordRef, Text[250], Integer, var Boolean) | - |
| Integration event | OnGetInboundTableID | (Code[20], var Integer) | - |
| Integration event | OnGetMappingCodeForTable | (Integer, var Code[20]) | - |