Enum 816 Purchase Invoice Posting
- App
- Base Application
- Namespace
- Microsoft.Purchases.Posting
- Versions
- 19-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Purchases/Posting/PurchaseInvoicePosting.Enum.al24 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.Posting;
using Microsoft.Finance.ReceivablesPayables;
enum 816 "Purchase Invoice Posting" implements "Invoice Posting"
{
Extensible = true;
value(0; "Invoice Posting (Default)")
{
Caption = 'Invoice Posting (Default)';
Implementation = "Invoice Posting" = "Undefined Post Invoice";
}
value(816; "Invoice Posting (v.19)")
{
Caption = 'Invoice Posting (v.19)';
Implementation = "Invoice Posting" = "Purch. Post Invoice";
}
}