Table 1545 Flow User Environment Config

App
Base Application
Namespace
System.Automation
Versions
17-28

Fields, 3Keys, 1

Versions171819202122232425262728

Source29

Source in 29

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

namespace System.Automation;

table 1545 "Flow User Environment Config"
{
    Caption = 'Power Automate User Environment Config';
    DataPerCompany = false;
    ReplicateData = false;
    DataClassification = CustomerContent;

    fields
    {
        field(1; "User Security ID"; Guid)
        {
            Caption = 'User Security ID';
        }
        field(2; "Environment ID"; Text[50])
        {
            Caption = 'Environment ID';
        }
        field(3; "Environment Display Name"; Text[100])
        {
            Caption = 'Environment Display Name';
        }
    }

    keys
    {
        key(Key1; "User Security ID")
        {
            Clustered = true;
        }
    }

    fieldgroups
    {
    }
}