Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview

Yakta / ArrowQuip uses a special SKU design to help them setup their planning parameters as per business needs

  • All Planning Parameters from the Item page and are managed through SKU planning values.

  • When creating a new item, SKU will be is automatically created right away with these defaults

    • Replenishment System = blank.

    • Warehouse = Main

    • Reorder Cycle Days Days = 7

    • If Inventory Class = Finished Good, Maximum Qty. = 1

  • When populating the Preferred Vendor on SKU, populate the Locked Lead Time field on SKU if it is not blank..

  • Users can overwrite the Locked Lead Time field.

  • When updating the Default Lead Time on the Vendor Account, DO NOT update SKUs Locked Lead Time.

    • Users have to must manually update the Locked Lead Time manually on the SKU.

  • On SKU, If “Replenishment System = Purchase”Purchase,the following fields are required

    • Preferred Vendor

    • Locked Lead Time

    • Reorder Cycle

Supply Planning

Add a custom VF page to display 2 lists:

  • Items 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.

...