Table 1545 Flow User Environment Config, source in 29
Source29
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
{
}
}