Table extension 6466 Serv. Ship-To Address

App
Base Application
Namespace
Microsoft.Sales.Customer
Versions
25-28
Extends
Ship-to Address

Fields, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Service/Sales/Customer/ServShipToAddress.TableExt.al21 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Sales.Customer;

using Microsoft.Service.Setup;

tableextension 6466 "Serv. Ship-To Address" extends "Ship-to Address"
{
    fields
    {
        field(5900; "Service Zone Code"; Code[10])
        {
            Caption = 'Service Zone Code';
            DataClassification = CustomerContent;
            TableRelation = "Service Zone";
        }
    }
}