Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Note | ||
---|---|---|
| ||
Please consider using the newer Collector Step TypeAndQuantity instead as MultiScan offers no benefits over that |
Collects
The Date and DateTime steps are MultiScan step is used for collecting dates, e.g. expiration or delivery dates - as well as a time for the DateTime multiple values in a single step.
The user can change the value by selecting the date via a date-picker control.
Date versus DateTime
The Date and DateTime steps are very similar and differ only in the data format they expect for input and return the collected value in.
Those formats are as follows:
group multiple values by scanning or typing them in a single step, before continuing to the next step. The value scanned is also shown in the step, each time a barcode is scanned or typed.
Mobile Configuration
The behaviour of the Date and DateTime steps MultiScan step can be controlled through these configuration parameters.
- inputType: DateMultiScandefaultValue: By supplying this value the pre-filled date can be controlled. If omitted the step will display the current date. It must be in a valid date format, i.e. match the expected format for the Date and DateTime steps respectively.
From version 1.5.10 is is possible to leave the date field empty, forcing the user to select a date/datetime. This is done by blanking the default value as follows, defaultValue="".
minDate: The Registration Collector will only accept values on or after this date. By omitting this attribute the value will default to the minimum date defined by the operating system on the mobile device. Note, that this should also be Date-formatted on dateTime steps
maxDate: The Registration Collector will only accept values on or prior to this date. By omitting this attribute the value will default to the maximum date defined by the operating system on the mobile device. Note, that this should also be Date-formatted on dateTime steps - optional: From version 1.5.10 it is possible to set the Date and DateTime steps as optional, making the steps accept an empty value
- format: N/A Legacy for Windows Mobile Embedded.
- uniqueValues: Only one of each barcode is supported.
- listSeparator: Character used to separate the collected values. E.g. ",".
See Step Configuration Matrix for more details.
Image Added
Example of a MultiScan step on Pick Order Lines