Use this event to
Excerpt |
---|
TODO Run additional code after a PostAdhocRegistration request has been executed. Implement custom document locking scheme or display messages at Mobile Device. TODO |
Description
TODO
Using this event you may implement a custom planned document locking scheme. These are the locks that are set for documents at the Mobile Device that will prevent other users from handling same documents at the same time.
Since this event is consistently called before planned documents are displayed at the Mobile Device, you may also use the event to display confirmation messages at the device when such documents are opened.
TODO
|
Description
This event is triggered before existing unplanned functions generates their steps.
This allows you to affect them, or you can replace them entirely.
Template
Parameters
- _RegistrationType: The registration type you want to manipulate. "UnplannedMove", "UnplannedCount", "AdjustQuantity" etc.
- _HeaderFieldValues: Values from Header.
- _Steps: The resulting Steps to display.
- _IsHandled: Handling the registration type will replace the standard logic entirely.
- _RegistrationTypeTracking: Optional tracking information for Mobile Document Queue List.
Example
<<< TO DO>>>
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...