Enum 80 Invoice Posting Policy
- App
- Base Application
- Namespace
- System.Security.User
- Versions
- 22-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/System/User/InvoicePostingPolicy.Enum.al10 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Security.User;
enum 80 "Invoice Posting Policy"
{
Extensible = true;
value(0; Allowed) { Caption = 'Allowed'; }
value(1; Prohibited) { Caption = 'Prohibited'; }
value(2; Mandatory) { Caption = 'Mandatory'; }
}