📚 SAP Business One SDK Help

GrossBase Property
See Also 

Description

Specifies how to retrieve the base price for calculating gross profit.

The base price can be derived, for example, from the last purchase price, from a price list, or from the current item cost.

Field name: GrossBase.

Property type

Read-write property

Syntax

Visual Basic
Public Property GrossBase() As Long

Remarks

The the following are the valid values:

  • Any key of a price list (PriceListNo property of the PriceLists object)
  • -1: Last Purchase Price
  • -2: Last Calculated Price
  • -5: Item Cost
  • -10: Manual Price

See Also