Codeunit 5446 Graph Webhook Sync To NAV in 18
- App
- Base Application
- Obsolete
- Pending 18.0. This codeunit will be removed. The functionality is not supported any more.
Versions171819202122232425262728latest
Source29
Procedures, 5
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetGraphSubscriptionChangeTypes | () | Text[250] | public | - |
| GetGraphSubscriptionCreatedChangeType | () | Text[50] | public | - |
| GetGraphSubscriptionUpdatedChangeType | () | Text[50] | public | - |
| GetGraphSubscriptionDeletedChangeType | () | Text[50] | public | - |
| GetGraphSubscriptionMissedChangeType | () | Text[50] | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnFindWebhookSubscription | (var Record Webhook Subscription, Text[150], var Code[20]) | - |