TAMDeduction.insert Method
Inserts a record in TAMDeduction table.
Syntax
public void insert()
Run On
Server
Exceptions
Exception | Condition |
---|---|
Error | Throws error if the deduction's related LedgerJournalTrans record can not be inserted. -or- Throws error if insert failed for reason other than update conflicts. |
UpdateConflictNotRecovered | Standard update conflict error. |
UpdateConflict | Standard update conflict error. |