📚 SAP Business One SDK Help

DunningLetters Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property CalcInterestSets or returns a valid value of BoYesNoEnum type that specifies whether or not to calculate interest on a delinquent debt.

Field name: CalcIntert.

Public Property EffectiveafterSets or returns the overdue number of days.

Field name: EffctAftr.

Mandatory in SAP Business One.

Length: 3 characters.

Public Property FeeCurrencySets or returns the currency of the dunning letter fee.

Field name: FeeCurr.

Length: 3 characters.

Public Property FeeperletterSets or returns the fee for each dunning letter sent to the business partner.

Field name: LetterFee.

Public Property LetterFormatSets or returns the letter format to relate to the dunning level.

Field name: LetrFormat.

Mandatory in SAP Business One.

Length: 8 characters.

Public Property MinimumBalanceSets 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.

Public Property MinimumBalanceCurrencySets or returns the currency of MinimumBalance.

Field name: MinBlnCurr.

Length: 3 characters.

Public Property RowNumberSets or returns the dunning level number, which is used as an identification key.

Field name: LineNum.

Mandatory in SAP Business One.

Public Property UserFieldsReturns the UserFields object.

See Also