Codeunit "API Webhook Notification Mgt."

ID 6153
Namespace: Microsoft.API.Webhooks

Properties

Name Value
SingleInstance True
Permissions TableData "API Webhook Subscription" = rimd, TableData "API Webhook Notification" = rimd, TableData "API Webhook Notification Aggr" = rimd
InherentEntitlements X
InherentPermissions X

Methods

ForceDeleteAPIWebhookNotifications

procedure ForceDeleteAPIWebhookNotifications(var APIWebhookNotification: Record "API Webhook Notification")

Parameters

Name Type Description
APIWebhookNotification Record "API Webhook Notification"

Reset

procedure Reset()

Events

OnGetDelayTime

[IntegrationEvent(False,False)]
local procedure OnGetDelayTime(var Handled: Boolean, var Value: Integer)

Parameters

Name Type Description
Handled Boolean
Value Integer

OnGetDetailedLoggingEnabled

[IntegrationEvent(False,False)]
local procedure OnGetDetailedLoggingEnabled(var Handled: Boolean, var Enabled: Boolean)

Parameters

Name Type Description
Handled Boolean
Enabled Boolean

OnCanCreateTask

[IntegrationEvent(False,False)]
local procedure OnCanCreateTask(var Handled: Boolean, var CanCreateTask: Boolean)

Parameters

Name Type Description
Handled Boolean
CanCreateTask Boolean

See also