SequenceSimultaneousTransactions Property |
When false, specifies that the users will wait in a queue for a single numbering sequence generator. When true, the system will allow parallel numbering, by using any of the available sequence generators. However, parallel numbering has the drawback that, if no sequence generator is free, it will immediately throw exception, instead of waiting. So before setting to true, make sure that enough sequence generators are available. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool SimultaneousTransactions { get; set; }
Public Property SimultaneousTransactions As Boolean
Get
Set
public:
property bool SimultaneousTransactions {
bool get ();
void set (bool value);
}
member SimultaneousTransactions : bool with get, set
Property Value
Type:
Boolean
See Also