- Created by Johannes Sebastian Nielsen, last modified by Michael Voigt on Mar 24, 2020
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 48 Next »
Description
Steps are used to collect additional information in Unplanned Functions or on Order/Lines.
Contents
Where are steps defined
- Planned Functions (Header/Line steps)
- Standard workflow steps:
- Statically defined in Mobile Configuration File as part of a Workflow
- Statically defined in Mobile Configuration File as part of a Workflow
- Customized steps:
- Dynamically defined. See How-to: Add Line Step
- Dynamically defined. See How-to: Add Line Step
- Standard workflow steps:
- Unplanned Functions
- Always dynamically sent on-the-fly from Backend
Steps in Planned functions
Header Steps (Steps on Order posting)
Additional information that is collected when Posting registrations.
This happens only once.
Orders | Step on a Receipt Order |
Header Step Ordering
Line Steps
Additional information that is collected during a line registration
This happens for each and every line.
Order Lines | Step on a Receipt Line |
Steps in Unplanned functions
Steps are used to collect information after a Header has been accepted
See more Unplanned Functions.
Using steps in code
More examples
-
Page:Case: Add Header Step to inbound goods documents (Signature Step) — The warehouse employee must sign inbound goods (signature step).
-
Page:Case: Add Header Step to inbound goods documents (Text Step) — When receiving goods, a new text collector step must be added for the user to enter comments about goods being damaged etc.
-
Page:Case: Show G/L Account Lines and Non-Inventory Items on Receive and Pick — This case doesn't work with Warehouse Documents, Only basic Inventory on Sales and Purchase Orders.
Events
-
Page:OnGetCountOrderLines_OnAddStepsToAnyHeader — Add Steps to be displayed at the mobile device before posting (the Order).
-
Page:OnGetCountOrderLines_OnAddStepsToAnyLine — Add steps to be displayed at the mobile device when collecting values for each individual document line.
-
Page:OnGetMoveOrderLines_OnAddStepsToWarehouseActivityHeader — Add Steps to be displayed at the mobile device before posting (the Order).
-
Page:OnGetMoveOrderLines_OnAddStepsToWarehouseActivityLine — Add steps to be displayed at the mobile device when collecting values for each individual document line.
-
Page:OnGetPhysInvtRecordingLines_OnAddStepsToPhysInvtRecordHeader — Add Steps to be displayed at the mobile device before posting (the Recording).
-
Page:OnGetPhysInvtRecordingLines_OnAddStepsToPhysInvtRecordLine — Add steps to be displayed at the mobile device when collecting values for each individual document line.
-
Page:OnGetPickOrderLines_OnAddStepsToAnyHeader — Add Steps to be displayed at the mobile device before posting (the Order).
-
Page:OnGetPickOrderLines_OnAddStepsToAnyLine — Add steps to be displayed at the mobile device when collecting values for each individual document line.
-
Page:OnGetPickOrderLines_OnAfterAddStepToAnyHeader — Modify properties for any single header step (usually a customized step from another app)
-
Page:OnGetPutAwayOrderLines_OnAddStepsToWarehouseActivityHeader — Add Steps to be displayed at the mobile device before posting (the Order).
-
Page:OnGetPutAwayOrderLines_OnAddStepsToWarehouseActivityLine — Add steps to be displayed at the mobile device when collecting values for each individual document line.
-
Page:OnGetReceiveOrderLines_OnAddStepsToAnyHeader — Add Steps to be displayed at the mobile device before posting (the Order).
-
Page:OnGetReceiveOrderLines_OnAddStepsToAnyLine — Add steps to be displayed at the mobile device when collecting values for each individual document line.
-
Page:OnGetRegistrationConfiguration_OnAddSteps — Create steps for existing and new Unplanned Functions.
-
Page:OnGetShipOrderLines_OnAddStepsToWarehouseShipmentHeader — Add Steps to be displayed at the mobile device before posting (the Order).
- No labels