Defines the financial configuration options that are stored in the System_Params table by the AR_Control entries.
Namespace:
Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum BatchControlOption |
| Visual Basic (Declaration) |
|---|
Public Enumeration BatchControlOption |
| Visual C++ |
|---|
public enum class BatchControlOption |
Members
| Member name | Description | |
|---|---|---|
| NoBatchControl |
Represents no batch control.
| |
| OperatorAssignedNumbers |
Represents operator-assigned numbers batch control.
| |
| AutoSequentialNumbers |
Represents auto-sequenced numbers batch control.
| |
| AutoDateNumber |
Represents auto-date numbers batch control.
|