New SYSPRO Enumerations for Backorder Handling (#10370)
Serial Method
Serial tracking method flag indicates the serial tracking method to use for the stock item if serial tracking is installed. Settings are as follows:
- N - No serial tracking.
- M - Manual indicates that a unique serial number must be allocated against each individual item.
- B - Batch indicates that a unique serial number is allocated to a batch of items.
Implementer's Note:
Stock items cannot be serialized if it is flagged as one, or more, of the following: Temporary stock item (ClearingFlag = "T"), Kit type is "K" or "S" (KitType = K or S), Bulk issue or Floorstock (BulkIssueFlag = "Y" or "F") or Unit quantity processing is set (StockAndAltUm = "Y") and the serial tracking method is manual.
Traceable Type
Lot traceable flag indicates whether the stock item is traceable or not. Settings are as follows:
- N - Non traceable indicates that the stock item is neither traceable nor requires inspection.
- T - Traceable indicates that the item is traceable and also requires an inspection phase when processing a purchase order receipt for the item.
-
I - Inspection required indicates that an inspection phase is required when processing a purc
Note: Stock items cannot be traceable if Lot Traceability is not installed or if it is flagged as one, or more, of the following: Temporary stock item (ClearingFlag = "T"), Kit type is "K" or "S" (KitType = K or S), Bulk issue or Floorstock (BulkIssueFlag = "Y" or "F").
Implementer's Note:
Stock items cannot be traceable if Lot Traceability is not installed or if it is flagged as one, or more, of the following: Temporary stock item (ClearingFlag = "T"), Kit type is "K" or "S" (KitType = K or S), Bulk issue or Floorstock (BulkIssueFlag = "Y" or "F").
Kit Type
Kit type flag indicates whether, in Sales Orders, the stock item is sold using its bill of materials. Settings are as follows:
- N - None indicates that the stock item is not to be treated as a kit type.
- F - Finished type indicates that the stock item is a finished part. The cost, price and quantity is determined by the finished part, while components are treated as comment lines.
- K - Kit type indicates that first level components from the bill of material are automatically received into stock when this stock item is received into stock. The cost, price and quantity is determined by the components and the finished part is treated as a comment line.
- S - Sub type indicates that the price is determined by the finished part and the cost and quantity is determined by the components
Important Note:
CyberStore can now use the SORTBO business module therefore it is important for the CyberStore Web Operator needs to be granted access to the SYSPRO SORTBO business module for this to work. More information can be found at Supported SYSPRO e.net Business Objects.
Add SerialMethod, KitType and TraceableType to ITM_Item Database Table and XPItem object (#10391)
Expose Kit Type, Traceable Type and Serial Method in Item Maintenance in Console (#10408)
Add SORTBO business object (#10409)
Add Additional OrderAllocationStatus columns to COM_Config Database table and XPComConfig Object for Kits, Serials and Traceables (#10410)
Order Line Backorder Release Business Logic and Processing for Serialized Items (#10411)