Enum 80 Invoice Posting Policy, source in 29
Source29
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'; }
}