AccountingDistribution.insertAccountingDistribution Method
Inserts an AccountingDistribution object.
Syntax
public void insertAccountingDistribution([boolean _setNumber])
Run On
Called
Parameters
- _setNumber
Type: boolean
A Boolean value that indicates whether to set the number field.
Exceptions
Exception | Condition |
---|---|
Error | A duplicate record exception is thrown if another AccountingDistribution object that has the same number already exists. |
Remarks
The insert method should not be overridden because then set operations will have to execute row by row.