📚 SAP Business One SDK Help

PriceLists 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 the values of the object's properties by the object's absolute key from the Company database.

Retrieves 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 Activeproperty Active
Public Property BasePriceListSets or returns the base price list on which the price list (PriceListName) is based.

Field name: BASE_NUM.

Public Property BrowserReturns the DataBrowser object.
Public Property DefaultAdditionalCurrency1property DefaultAdditionalCurrency1
Public Property DefaultAdditionalCurrency2property DefaultAdditionalCurrency2
Public Property DefaultPrimeCurrencyproperty DefaultPrimeCurrency
Public Property FactorSets or returns the factor for calculating prices of items based on the specified price list.

Field name: Factor.

Public Property FixedAmountproperty FixedAmount
Public Property GroupNumSets or returns a valid value of BoPriceListGroupNum type that specifies the group number to which the price list is related.

Field name: GroupCode.

Public Property IsGrossPriceproperty IsGrossPrice
Public Property PriceListNameproperty PriceListName
Public Property PriceListNoReturns the price list unique ID. SAP Business One assigns a sequential number for each price list.

Field name: ListNum.

Public Property RoundingFormatDecimalPartproperty RoundingFormatDecimalPart
Public Property RoundingFormatIntegerPartproperty RoundingFormatIntegerPart
Public Property RoundingMethodSets or returns a valid value of BoRoundingMethod type that specifies the rounding method of the item price calculation.

Field name: RoundSys.

Public Property RoundingRuleproperty RoundingRule
Public Property UserFieldsReturns the UserFields object.
Public Property ValidFromproperty ValidFrom
Public Property ValidToproperty ValidTo

See Also