Configuring backroom pick
To configure backroom pick, enable appropriate resource permissions and set up bar code types, locations, and shortage reasons.
Applications Manager
- Resource permissions
Enable the following resource permissions for backroom pick by using Applications Manager:
- Backroom pick for pickup in store - ISF000001
- Backroom pick for ship from store - SF000002
- Pick all - ISF000053
- Manually update quantity while picking - ISF000004
- Backroom pick for walk-in orders - ISF000006
- Order modification permissions
During backroom picking, in case of any shortage, if you want a note to be added,
ADD_NOTESorder modification permission must be given at the order line level for appropriate statuses. - Bar code types
Configure the following bar code types for your store by using Applications Manager:
Store Scan Item or Location. Used to scan either the product or the location. The bar code validation sources areSIM location,SIM Serial, andItem.Note: TheStore Scan Item or Locationbar code is not used in no-inventory stores.Item. Used by no-inventory stores. To use theItembar code type, source should beItemLocation. Used to assign a staging location. The bar code validation source isSIM location.Note: This configuration is not required if staging location scan is not required during backroom pick. If the store is configured as a no-inventory store and if staging location scan is required as part of backroom picking and locations are maintained in an external system, then the Barcode Validation Source must be set as External Source and provide a validation service for this bar code type.Serial Scan. Used to scan the serial number to remove a product picked using that serial number. The bar code validation source isSIM serial.Note: This configuration is not required if you do not maintain serials or the store is configured as a no-inventory store.
- For sales orders
In Applications Manager, enable the
on_successevent ofcreateShipmenttransaction to change the shipment status toReady for Backroom pickorReady for customer pick. Enabling this event will invoke the action that will change the shipment status toready for backroom pick
.You must also add the
Change Status Requiredcondition andChange Shipment Status to Backroom Pickalert. - For transfer orders
In Applications Manager, enable the
on_successevent ofcreateShipmenttransaction to change the shipment status toReady for Backroom pickorReady for customer pick.You must also add the
Change Status Required for TOcondition andChange Shipment Status for TOalert.
System Management Administrator (SMA)
For sales orders and transfer orders, the ISFCreateSIMPickRequest service is
called to create a pick request task. If you want to use any other custom service, configure the
isf.ydm.createPickRequestService property to be the name of the custom service that
you want to be invoked. If this property is blank, then no service will be called to create a pick
request task.
Sterling Business Center
- Pickup and Shipping - Allows the pickup and
shipping orders to move to
Ready for Backroom Pickstatus. It is mandatory to set these options asY. - Move transfer order shipments to Ready for Backroom Pick status - Allows picking and shipping to be done for transfer orders in store. If this is unchecked then backroom picking is skipped and shipment status is moved to Ready for Packing.
- The Staging location required and Staging location translation required options are not applicable.
Store Inventory Management APIs
exception-codesAPICreate the shortage reasons for backroom pick using the
exception-codesAPI.locationsAPI- Create locations for the store by using the
locationsAPI. Currently, the backroom pick flow does not work without an intermediate location. Therefore, you must create a location 'PICK-VIRTUAL' of the location type 'VIRTUAL' and virtual flag as true.Note: If the store is configured as a no-inventory store, it is not mandatory to configure locations. -
There is no configuration UI available to set the automatic staging rule assignment. The default value of the rule is
Y, which indicates that the rule is enabled. IfstagingLocationIdis stamped on the pick request, after picking is complete, the picked units are automatically deposited to that location. To turn off this rule for a Store, callmanageRuleAPI with the following input:<Rules OrganizationCode="<store-organization-code>"RuleSetFieldName="AUTO_STAGE_PRODUCTS" RuleSetValue="N" /> - The
ISFPrintSIMPickRequestSummaryprint service is implemented to print pick tickets. TheISFPrintPickRequest_multiApiInput.xsl.sampleandISFPrintPickRequest_output.xsl.sampletemplates are stored in the/template/prints/ycd/xsl/directory as part of the add-in workspace and built into the<INSTALL_DIR>/jar/platform/9_5/resources.jar. You can continue to use the sample XSL or remove.samplefrom the file name and customize it as required.
- Create locations for the store by using the
store-rulesAPI- Configure whether location scanning is mandatory or not by setting the
IS_LOC_SCAN_MANDATORY to
YorNin thestore-rulesAPI. The default value isY. - To disable automatic staging, call
store-rulesAPI and setAUTO_STAGE_PRODUCTSasN. Automatic staging is enabled by default.
- Configure whether location scanning is mandatory or not by setting the
IS_LOC_SCAN_MANDATORY to
pick-preferencesAPIBy using thepick-preferencesAPI, set the default inventory status and configure whether to exclude or include locations from being considered for stamping as a source location during backroom pick task.Note: Thepick-preferencesAPI is applicable only when inventory is maintained in store. If inventory statuses are maintained in the system, it is recommended to configuredefaultInventoryStatusinpick-preferencesfor accurate inventory picture.