You can change the default "Title" and "Help Text" used in the order steps by setting them via URL parameter on each step.
URL Params Encoding
Remember that we require to comply with (UTF-8) encoding when sending query params. so that if your custom name string has whitespace, you should replace it with the symbol "%20".
ie: "stepPicking=Custom title to Picking step" => stepPicking=Custom%20Title%20to%20picking%20step"
ie: "stepPickingHelp=Custom help text to Picking step" => stepPickingHelp=Custom%20Help%20text%20to%20picking%20step"
Specific configuration parameters
Parameter | Description |
---|---|
stepPicking | Parameter used to change the name of the Picking step Default: Picking |
stepPickingHelp | Parameter used to change the "Help Text" of the Picking step Default: Your picker is selecting your products |
Usage Example
You will see the following content
Picking Step
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&stepPicking=Title%20to%20picking%20step&stepPickingHelp=Help%20text%20to%20picking%20step