Add | Adds a record to the object table in SAP Business One company database. |
 GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
 GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
 Remove | Deletes a record from the object table. |
 SaveToFile | Save the object to a file as XML data. |
 SaveXML | Saves the object data to XML formatted data. |
 Update | Updates the object data in the company database. |
 Browser | Returns the DataBrowser object. |
 CalcInterest | Sets or returns a valid value of BoYesNoEnum type that specifies whether or not to calculate interest on a delinquent debt. Field name: CalcIntert. |
 Effectiveafter | Sets or returns the overdue number of days. Field name: EffctAftr. Mandatory in SAP Business One. Length: 3 characters. |
 FeeCurrency | Sets or returns the currency of the dunning letter fee. Field name: FeeCurr. Length: 3 characters. |
 Feeperletter | Sets or returns the fee for each dunning letter sent to the business partner. Field name: LetterFee. |
 LetterFormat | Sets or returns the letter format to relate to the dunning level. Field name: LetrFormat. Mandatory in SAP Business One. Length: 8 characters. |
 MinimumBalance | Sets or returns the minimum balance of the debt. SAP Business One will send a dunning letter only for a debt balance higher than this minimum amount. Field name: MinBalance. |
 MinimumBalanceCurrency | Sets or returns the currency of MinimumBalance. Field name: MinBlnCurr. Length: 3 characters. |
 RowNumber | Sets or returns the dunning level number, which is used as an identification key. Field name: LineNum. Mandatory in SAP Business One. |
 UserFields | Returns the UserFields object. |
Â
Â