Enum 423 Purchase Order Ship-to Options
- App
- Base Application
- Namespace
- Microsoft.Purchases.Document
- Versions
- 25-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Purchases/Document/PurchaseOrderShipToOptions.Enum.al17 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.Purchases.Document;
enum 423 "Purchase Order Ship-to Options"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; "Default (Company Address)") { Caption = 'Default (Company Address)'; }
value(1; "Location") { Caption = 'Location'; }
value(2; "Customer Address") { Caption = 'Customer Address'; }
value(3; "Custom Address") { Caption = 'Custom Address'; }
}