📚 SAP Business One SDK Help

PriceListNum Property
See Also 

Description

Sets or returns the Price List index.

Field name: ListNum.

This is a foreign key to the PriceLists object.

Property type

Read-write property

Syntax

Visual Basic
Public Property PriceListNum() As Long

Remarks

The price list describes item prices in the warehouse. SAP Business One contains different Price Lists, using this property, you can reference any of them.

SAP Business One automatically completes the value for this property from PaymentTermsTypes object (OCTG table) according to the selected payment terms (PayTermsGrpCode property).

See Also