Enable the Scan to Storage Area feature
How-to Guide
Author:
Fluent Commerce
Changed on:
28 Sept 2023
Key Points
- Enabling scan to storage area is only possible on Fluent store (not on Service Point).
- This guide will take you through the setup and workflow changes required to enable the Storage Area Scanning feature in Fluent Store.
Steps
Before you Begin
To access the Scan to Storage Area feature, you must first be using Fluent Store. If you are still on Fluent ServicePoint, you can follow the steps here to Enable Fluent Store.
Step 1: Add Storage Areas to your Locations
Make sure you have added your Storage Area records to your Account.You can do this either via the `createStorageArea` mutation in the [GraphQL API] or via the [Admin Console] if you have a Storage Areas screen configured.Storage Areas should be associated to a specific Location.
Step 2: Enable the Storage Areas
Storage Areas should be in an `ENABLED` state to be assignable in Fluent Store.Use the `updateStorageArea` GraphQL API mutation, or the [Admin Console] to enable the Storage Areas.
Step 3: Modify your Order workflow for Article Arrival
Locate the Ruleset which acknowledges Article Arrival and moves the Article from an "Awaiting Arrival" based state to the next state in your workflow.Add the following Rules to the top of the Arrived Ruleset:- [AddStorageArea][]
- [AddEventAttributesToEntity][]
| Property | Type | Value |
| attributeNames | JSON Array | `[ { "name": "storageAreaRef", "type": "STRING" } ]` |