Table 5451 Graph Integration Record in 19
- App
- Base Application
- Obsolete
- Pending 17.0. This functionality will be removed. The API that it was integrating to was discontinued.
Fields, 7Keys, 4Procedures, 13
Versions171819202122232425262728latest
Source-
Fields, 7
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 2 | Graph ID | Text[250] | - |
| 3 | Integration ID | Guid | - |
| 4 | Last Synch. Modified On | DateTime | - |
| 5 | Last Synch. Graph Modified On | DateTime | - |
| 6 | Table ID | Integer | - |
| 7 | ChangeKey | Text[250] | - |
| 8 | XRMId | Guid | - |
Keys, 4
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Graph ID, Integration ID | - |
| Key2 | Integration ID | - |
| Key3 | Last Synch. Modified On, Integration ID | - |
| Key4 | Last Synch. Graph Modified On, Graph ID | - |
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| IsRecordCoupled | (RecordId) | Boolean | public | - |
| FindRecordIDFromID | (Text[250], Integer, var RecordId) | Boolean | public | - |
| FindIDFromRecordID | (RecordId, var Text[250]) | Boolean | public | - |
| CoupleGraphIDToRecordID | (Text[250], RecordId) | public | - | |
| CoupleRecordIdToGraphID | (RecordId, Text[250]) | public | - | |
| RemoveCouplingToRecord | (RecordId) | Boolean | public | - |
| RemoveCouplingToGraphID | (Text[250], Integer) | Boolean | public | - |
| AssertRecordIDCanBeCoupled | (RecordId, Text[250]) | public | - | |
| SetLastSynchModifiedOns | (Text[250], Integer, DateTime, DateTime) | public | - | |
| SetLastSynchGraphModifiedOn | (Text[250], Integer, DateTime) | public | - | |
| IsModifiedAfterLastSynchonizedGraphRecord | (Text[250], Integer, DateTime) | Boolean | public | - |
| IsModifiedAfterLastSynchronizedRecord | (RecordId, DateTime) | Boolean | public | - |
| DeleteIfRecordDeleted | (Text[250], Integer) | Boolean | public | - |