Planning parameters are hidden from the Item page
When creating a new item, SKU will be created right away with these defaults
Replenishment System = blank.
Warehouse = Main
Reorder Cycle Days = 7
If Inventory Class = Finished Good, Maximum Qty. = 1
When populating Preferred Vendor on SKU, populate Locked Lead Time field on SKU if it is not blank..
Users can overwrite Locked Lead Time.
When updating Default Lead Time on the Vendor Account, DO NOT update SKUs Locked Lead Time.
Users have to update Locked Lead Time manually on SKU.
On SKU, If “Replenishment System = Purchase”, the following fields are required
Preferred Vendor
Locked Lead Time
Reorder Cycle
...
Supply Planning
Add a custom VF page to calculate a few numbersdisplay 2 lists:
Inventory Items (A):
Blocked Items (B):
VMI Items (C):
Items to Plan (D=A-B-C):
SKUs to Plan for Main (E): (must exclude blocked items, and VMI items)
SKUs to Plan Missing (D-E):
SKUs to Plan with blank Replenishment Systems: (must exclude blocked items, and VMI items)
SKUs to Plan with Replenishment System = Purchase:
SKUs to Plan with Replenishment System = Purchase and Preferred Vendor = blank:
SKUs to Plan with Replenishment System = Purchase and Lead Time = 0:
SKUs to Plan with Replenishment System = Purchase and Reorder Cycle Days = 0
...
without SKUs (up to 100 Items)
Item Type = Inventory, and Blocked = false, Item Category != VMI, and there is no SKU for the item for the Main warehouse.
Display these columns
Item No. (hyperlink to the item)
Item Description
Blocked
Item Category
SKUs without Parameters (up to 100 SKUs)
Replenishment System = blank, and Item__r.Blocked__c = false, and Item_Category__c != VMI
Purchase Unit of Measure = blank
Replenishment System = Purchase, and Preferrer Vendor = blank, or Lead Time = 0, or Reorder Cycle Days = 0
Display these columns
SKU Name (hyperlink to SKU)
Item No.
Warehouse
Replenishment System
Purchase Unit of Measure
Preferred Vendor
Lead Time
Reorder Cycle Days.
When clicking the Confirm button, then go to the out of box box Supply Plan page.
Let Scott test before moving to the production