Table 1543 Flow Service Configuration

App
Base Application
Namespace
System.Automation
Versions
17-28

Fields, 2Keys, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Modules/System/PowerAutomate/FlowServiceConfiguration.Table.al40 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Automation;

table 1543 "Flow Service Configuration"
{
    Caption = 'Power Automate Service Configuration';
    DataPerCompany = false;
    ReplicateData = false;
    InherentEntitlements = r;
    InherentPermissions = r;
    DataClassification = CustomerContent;

    fields
    {
        field(1; "Primary Key"; Code[10])
        {
            AllowInCustomizations = Never;
            Caption = 'Primary Key';
        }
        field(2; "Flow Service"; Option)
        {
            Caption = 'Power Automate Service';
            OptionCaption = 'Production Service,Testing Service (TIP 1),Testing Service (TIP 2)';
            OptionMembers = "Production Service","Testing Service (TIP 1)","Testing Service (TIP 2)";
        }
    }

    keys
    {
        key(Key1; "Primary Key")
        {
            Clustered = true;
        }
    }

    fieldgroups
    {
    }
}