Fieldpine Logo Documentation Home

product.supply.priority

Returns the supply priority for a single product. This is a value that indicates the relative ordering priority of items. For example, a person creating orders should ensure that "Core Range" items are ordered before considering "Retiring" items.

Supply priority is intentionally limited to a small set of values so as not to overly complicate the ordering process

Potential return values are:

The priority value is similar to product.supply.importance but used in a slightly different manner. You can have several products on importance=1, but with priorities of Core, General, Retiring. The priority is typically used to highlight and colour code items on ordering screens, while importance is used to sort into order

Syntax

 = Pinboard("product.supply.priority", Product-Number)
Product-Number
Required. Identifies the product to return information for

Example

 =Pinboard("product.supply.priority", 6011)
Core Range
 =Pinboard("product.supply.priority", 6012)
General

See also: product.supply.importance