Codeunit 6153 API Webhook Notification Mgt. in 23
- App
- Base Application
- Namespace
- Microsoft.API.Webhooks
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| OnDatabaseInsert | (var RecordRef) | public | - | |
| OnDatabaseModify | (var RecordRef) | public | - | |
| OnDatabaseDelete | (var RecordRef) | public | - | |
| OnDatabaseRename | (var RecordRef, var RecordRef) | public | - | |
| GetDatabaseTableTriggerSetup | (Integer, var Boolean, var Boolean, var Boolean, var Boolean) | public | - | |
| GetEntity | (var Record API Webhook Subscription, var Record API Webhook Entity) | Boolean | public | - |
| DeleteSubscription | (var Record API Webhook Subscription) | public | - | |
| ScheduleJob | (DateTime) | public | - | |
| CanScheduleJob | () | Boolean | internal | - |
| IsDetailedLoggingEnabled | () | Boolean | public | - |
| Reset | () | public | - | |
| TryGetEntityKeyField | (var Record API Webhook Subscription, var Record API Webhook Entity, var RecordRef, var FieldRef) | Boolean | public | - |
| ForceDeleteAPIWebhookNotifications | (var Record API Webhook Notification) | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnGetDelayTime | (var Boolean, var Integer) | - |
| Integration event | OnGetDetailedLoggingEnabled | (var Boolean, var Boolean) | - |
| Integration event | OnCanCreateTask | (var Boolean, var Boolean) | - |
| Internal event | OnDeleteAPIWebhookNotifications | (var Record API Webhook Notification, var Boolean) | - |