📚 SAP Business One SDK Help

CurrencyRestrictions Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property ChooseDetermines whether to allow (Y) or to restrict (N) the currency in the payment method.

Field name: Choose.

Public Property CountReturns the total number of records in the table.
Public Property CurrencyCodeSets or returns the currency code as defined through the Currencies object.

Field name: CurrCode.

This is a foreign key to the Currencies object.

Length: 3 characters.

Public Property CurrencyNameReturns the currency name as defined through the Currencies object.

Field name: CurrName.

Length: 20 characters.

Public Property PaymentMethodCodeReturns the payment method code as defined in the WizardPaymentMethods object.

Field name: PymCode.

This is a foreign key to the WizardPaymentMethods object.

Public Property UserFieldsReturns the UserFields object.

See Also