📚 SAP Business One SDK Help

DunningTerm Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property ApplyHighestLetterTemplate

Indicates whether to use the template for the highest dunning level of all the documents included in the letter.

The default is no.

Field name: HiLtrFrmt

Public Property AutomaticPostingproperty AutomaticPosting
Public Property BaseDateSelectproperty BaseDateSelect
Public Property CalculateInterestMethod

Indicates whether to calculate the interest on the remaining amount or on the original total.

Field name: RemIntrst

Public Property Code

The key for a specific dunning term.

Field name: TermCode

Public Property DaysInMonth

The number of days in a month for calculating interest.

The default is 30.

Field name: MonthDays

Public Property DaysInYear

The number of days in a year for calculating interest.

The default is 360.

Field name: YearDays

Public Property DunningTermLines

Defines the dunning levels for the current dunning term.

Public Property ExchangeRateSelect

Indicates whether to use the original exchange rate defined in the invoice, or to use the exchange rate defined for the day on which the dunning letters are created. This option is relevant when calculating interest in foreign currency.

Field name: XchgOrig

Public Property FeeAccountproperty FeeAccount
Public Property GroupingMethod

Indicates whether to produce dunnings per invoice, per dunning level, or per business partner.

The default is per business partner.

Field name: GrpMethod

Public Property IncludeInterest

Indicates whether to charge interest for delinquent balances.

The default is yes.

Field name: CalcIntr

Public Property InterestAccountproperty InterestAccount
Public Property LetterFee

Specifies the fee to charge per dunning letter.

Field name: TotalFee

Public Property LetterFeeCurrency

The currency for the letter fee.

Field name: FeeCurr

Public Property MinimumBalance

Specifies the minimum balance for producing dunning letters.

Field name: MinBalance

Public Property MinimumBalanceCurrency

The currency for the minimum balance.

Field name: BalCurr

Public Property NameThe name for a specific dunning term.

Field name: TermName

Public Property YearlyInterestRate

Specifies the yearly interest rate.

Field name: YearlyRate

See Also