Codeunit 5450 Graph Subscription Management in 19
- App
- Base Application
- Obsolete
- Pending 18.0. This codeunit will be removed. The functionality is not supported any more.
Versions171819202122232425262728latest
Source29
Procedures, 11
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| AddOrUpdateGraphSubscription | (var Boolean, Boolean, var Record Webhook Subscription, Text[250]) | public | - | ||||
| CleanExistingWebhookSubscription | (Text[250], Text[30]) | public | - | ||||
| GetDestinationRecordRef | (var RecordRef, Record Webhook Notification, Integer) | Boolean | public | Pending 18.0 | |||
| This function will be removed, Graph Integration Record is not supported any more. | |||||||
| GetGraphSubscriptionType | () | Text[250] | public | - | |||
| GetGraphSubscriptionCreatedChangeType | () | Text[50] | public | - | |||
| GetMaximumExpirationDateTimeOffset | () | Integer | public | - | |||
| GetSourceRecordRef | (var RecordRef, Record Webhook Notification, Integer) | Boolean | public | - | |||
| TraceCategory | () | Text | public | - | |||
| UpdateGraphOnAfterDelete | (var RecordRef) | public | Pending 18.0 | ||||
| This function will be removed, Graph Integration Record is not supported any more. | |||||||
| UpdateGraphOnAfterInsert | (var RecordRef) | public | - | ||||
| UpdateGraphOnAfterModify | (var RecordRef) | public | - | ||||
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeAddOrUpdateGraphSubscriptions | (var Boolean) | - |
| Integration event | OnBeforeRunGraphSyncBackgroundSession | (var Boolean) | - |
| Integration event | OnCanSyncOnInsert | (var Boolean) | - |
| Integration event | OnGetSourceRecordRef | (var RecordRef, Record Webhook Notification, Integer, var Boolean) | - |
| Integration event | OnScheduleSyncTask | (Integer, Integer, DateTime, Variant) | - |