Permission set 9216 Time Zone Selection - Read in 24
- App
- System Application
- Namespace
- System.DateTime
- Obsolete
- Pending 23.0. This permission set is replaced with inherent permissions and is no longer needed.
Versions171819202122232425262728latest
Source2425
Source in 24
src/System Application/App/Time Zone Selection/Permissions/TimeZoneSelectionRead.PermissionSet.al16 lines, Copyright (c) Microsoft Corporation. MIT
#if not CLEAN23
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.DateTime;
permissionset 9216 "Time Zone Selection - Read"
{
Assignable = false;
ObsoleteState = Pending;
ObsoleteReason = 'This permission set is replaced with inherent permissions and is no longer needed.';
ObsoleteTag = '23.0';
}
#endif