Table extension 6635 ObsoleteReturnReasonExt in 27
- App
- Business Foundation
- Namespace
- Microsoft.Foundation.AuditCodes
- Extends
- Return Reason
Versions171819202122232425262728latest
Source in 27
src/Business Foundation/App/AuditCodes/src/Legacy/ObsoleteReturnReasonExt.TableExt.al33 lines, Copyright (c) Microsoft Corporation. MIT
#if not CLEANSCHEMA27
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Foundation.AuditCodes;
tableextension 6635 ObsoleteReturnReasonExt extends "Return Reason"
{
fields
{
field(3; "Default Location Code"; Code[10])
{
Caption = 'Default Location Code';
DataClassification = CustomerContent;
ObsoleteReason = 'The Audit Codes module cannot reference the Inventory Management feature.';
ObsoleteState = Moved;
ObsoleteTag = '25.0';
MovedTo = '437dbf0e-84ff-417a-965d-ed2bb9650972';
}
field(4; "Inventory Value Zero"; Boolean)
{
Caption = 'Inventory Value Zero';
DataClassification = CustomerContent;
ObsoleteReason = 'The Audit Codes module cannot reference the Inventory Management feature.';
ObsoleteState = Moved;
ObsoleteTag = '25.0';
MovedTo = '437dbf0e-84ff-417a-965d-ed2bb9650972';
}
}
}
#endifFields, 2
| Id | Name | Type | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| 3 | Default Location Code | Code[10] | Moved 25.0 | ||||
| The Audit Codes module cannot reference the Inventory Management feature. | |||||||
| 4 | Inventory Value Zero | Boolean | Moved 25.0 | ||||
| The Audit Codes module cannot reference the Inventory Management feature. | |||||||