Share via


InventTableModule.updateSalesPrice Method

Updates a sales unit price.

Syntax

public Price updateSalesPrice(
    InventTable _inventTable, 
    InventAutoSalesPriceMap _inventTableModule, 
    Price _unitPrice)

Run On

Called

Parameters

  • _inventTable
    Type: InventTable Table
    A specified InventTable buffer that contains the parameters for how to calculate the sales price.
  • _inventTableModule
    Type: InventAutoSalesPriceMap Map
    A specified InventTable buffer that contains the base price that is used as a basis for the calculation of the new sales price.

Return Value

Type: Price Extended Data Type
Updated sales unit price.

See Also

Reference

InventTableModule Table