Permission set 3918 Record Reference - Exec, source in 24

Source2425metadata in 24

src/System Application/App/Record Reference/permissions/RecordReferenceExec.PermissionSet.al17 lines, Copyright (c) Microsoft Corporation. MIT

#if not CLEAN22
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Reflection;

permissionset 3918 "Record Reference - Exec"
{
    Assignable = false;
    Access = Public;
    ObsoleteState = Pending;
    ObsoleteReason = 'This permission set is replaced with inherent permissions and is no longer needed.';
    ObsoleteTag = '22.0';
}
#endif