Enum 458 Workflow Approval Type

App
Base Application
Namespace
System.Automation
Versions
18-28

Values, 3

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/System/Workflow/WorkflowApprovalType.Enum.al11 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Automation;

enum 458 "Workflow Approval Type"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Workflow User Group") { Caption = 'Workflow User Group'; }
    value(1; "Sales Pers./Purchaser") { Caption = 'Sales Pers./Purchaser'; }
    value(2; "Approver") { Caption = 'Approver'; }
}