Order Management Implementation Notes
Item Module Changes¶
Item¶
Item.description:Textto allow users to provide a description of the item.Item.sku:Texta code given to the item for identification purposes within the tenant.Item.preferredSupply():ItemSupplya calculated value that provides the preferred supply source for the item according to these rules:- If
defaultSupplyis notnull, returns theItemSupplythat matches itssupplierfield with it fromprimarySupplyandsecondarySupply. - If
defaultSupplyisnull, returns theItemSupplyfromprimarySupplyif notnull, otherwise return the value ofsecondarySupply(which may be null). - Otherwise, returns the first
ItemSupplyentry if any exist, or null if none exist.
- If
Item.effectiveSupply(requestedSupplier: String = null):ItemSupplya calculated value that provides the preferred supply source for the item according to these rules:- If
requestedSupplieris not null, returns theItemSupplythat matches itssupplierfield. If none matches, returns null. - if
requestedSupplieris null, returns theItem.preferredSupply().
- If
Item Supply¶
ItemSupply.name:Textto hold the name of the item given by the supply source. Defaults to theItemSupply.sku.
Kanban Card Module Changes¶
Order Module Changes¶
Order Line¶
Additional Fields.¶
title:Textto hold the identification of the item being ordered by the line.
Copyright: © Arda Systems 2025-2026, All rights reserved