Codeunit 1543 Workflow Webhook Management in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CanCancel | (Record Workflow Webhook Entry) | Boolean | public | - |
| CanRequestApproval | (RecordId) | Boolean | public | - |
| GetCanRequestAndCanCancel | (RecordId, var Boolean, var Boolean) | public | - | |
| GetCanRequestAndCanCancelJournalBatch | (Record Gen. Journal Batch, var Boolean, var Boolean, var Boolean) | public | - | |
| Cancel | (var Record Workflow Webhook Entry) | public | - | |
| CancelByStepInstanceId | (Guid) | public | - | |
| CanContinue | (Record Workflow Webhook Entry) | Boolean | public | - |
| CanReject | (Record Workflow Webhook Entry) | Boolean | public | - |
| Continue | (var Record Workflow Webhook Entry) | public | - | |
| ContinueByStepInstanceId | (Guid) | public | - | |
| GenerateRequest | (RecordRef, Record Workflow Step Instance) | public | - | |
| Reject | (var Record Workflow Webhook Entry) | public | - | |
| RejectByStepInstanceId | (Guid) | public | - | |
| SendWebhookNotificaton | (Record Workflow Step Instance) | public | - | |
| FindWorkflowWebhookEntryByRecordIdAndResponse | (var Record Workflow Webhook Entry, RecordId, Option) | Boolean | public | - |
| FindAndCancel | (RecordId) | public | - | |
| DeleteWorkflowWebhookEntries | (RecordId) | public | - | |
| RenameRecord | (RecordId, RecordId) | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnCancelWorkflow | (Record Workflow Webhook Entry) | - |
| Integration event | OnContinueWorkflow | (Record Workflow Webhook Entry) | - |
| Integration event | OnRejectWorkflow | (Record Workflow Webhook Entry) | - |
| Integration event | OnFindTaskSchedulerAllowed | (var Boolean) | - |