Table "Workflow Webhook Subscription"

ID 469
Namespace: System.Automation

Properties

Name Value
Caption Workflow Webhook Subscription
DataClassification CustomerContent

Fields

Name Type Description
Id Guid
"WF Definition Id" Code[20]
Conditions Blob
"Notification Url" Blob
Enabled Boolean
"User Id" Code[50]
"Client Id" Guid
"Client Type" Text[50]
"Event Code" Code[128]
"Created Date" DateTime
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

SetConditions

procedure SetConditions(ConditionsTxt: Text)

Parameters

Name Type Description
ConditionsTxt Text

SetNotificationUrl

procedure SetNotificationUrl(NotificationURLTxt: Text)

Parameters

Name Type Description
NotificationURLTxt Text

GetConditions

procedure GetConditions(): Text

Returns

Type Description
Text

GetNotificationUrl

procedure GetNotificationUrl(): Text

Returns

Type Description
Text

GetPageName

procedure GetPageName(PageId: Integer): Text

Parameters

Name Type Description
PageId Integer

Returns

Type Description
Text

GetUnableToParseEncodingErr

procedure GetUnableToParseEncodingErr(): Text

Returns

Type Description
Text

GetUnableToParseInvalidJsonErr

procedure GetUnableToParseInvalidJsonErr(): Text

Returns

Type Description
Text

GetNoControlOnPageErr

procedure GetNoControlOnPageErr(): Text

Returns

Type Description
Text

GetUnableToParseJsonArrayErr

procedure GetUnableToParseJsonArrayErr(): Text

Returns

Type Description
Text

Events

OnFindTaskSchedulerAllowed

[IntegrationEvent(False,False)]
local procedure OnFindTaskSchedulerAllowed(var IsTaskSchedulingAllowed: Boolean)

Parameters

Name Type Description
IsTaskSchedulingAllowed Boolean

See also