Enum 424 Purchase Order Pay-to Options
- App
- Base Application
- Namespace
- Microsoft.Purchases.Document
- Versions
- 25-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Purchases/Document/PurchaseOrderPayToOptions.Enum.al16 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 424 "Purchase Order Pay-to Options"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; "Default (Vendor)") { Caption = 'Default (Vendor)'; }
value(1; "Another Vendor") { Caption = 'Another Vendor'; }
value(2; "Custom Address") { Caption = 'Custom Address'; }
}