Page extension 6466 Serv. Ship-to Address

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

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Service/Sales/Customer/ServShipToAddress.PageExt.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;

pageextension 6466 "Serv. Ship-to Address" extends "Ship-to Address"
{
    layout
    {
        addafter("Shipping Agent Service Code")
        {
            field("Service Zone Code"; Rec."Service Zone Code")
            {
                ApplicationArea = Service;
                ToolTip = 'Specifies the code for the service zone in which the ship-to address is located.';
            }
        }
    }
}