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
GetNotificationUrl
procedure GetNotificationUrl(): Text
Returns
GetPageName
procedure GetPageName(PageId: Integer): Text
Parameters
| Name |
Type |
Description |
|
PageId
|
Integer
|
|
Returns
GetUnableToParseEncodingErr
procedure GetUnableToParseEncodingErr(): Text
Returns
GetUnableToParseInvalidJsonErr
procedure GetUnableToParseInvalidJsonErr(): Text
Returns
GetNoControlOnPageErr
procedure GetNoControlOnPageErr(): Text
Returns
GetUnableToParseJsonArrayErr
procedure GetUnableToParseJsonArrayErr(): Text
Returns
Events
OnFindTaskSchedulerAllowed
[IntegrationEvent(False,False)]
local procedure OnFindTaskSchedulerAllowed(var IsTaskSchedulingAllowed: Boolean)
Parameters
| Name |
Type |
Description |
|
IsTaskSchedulingAllowed
|
Boolean
|
|
See also