Permission set 684 Date-Time Dialog - Objects
- App
- System Application
- Namespace
- System.DateTime
- Versions
- 19-25, not in 28
- Obsolete
- Pending 23.0, seen from 23. This permission set is replaced with inherent permissions and is no longer needed.
Versions171819202122232425262728
Source in 25
src/System Application/App/Date-Time Dialog/permissions/DateTimeDialogObjects.PermissionSet.al17 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 684 "Date-Time Dialog - Objects"
{
Access = Public;
Assignable = false;
ObsoleteState = Pending;
ObsoleteReason = 'This permission set is replaced with inherent permissions and is no longer needed.';
ObsoleteTag = '23.0';
}
#endif