System parameters
The special type of parameter is the System parameter. The System parameter is automatically obtained from the system during the scanning process and can be used like any other manual parameter.
Parameter name |
Description |
[user_full_name], [user_name] |
* |
[user_given_name], [user_first_name] |
* |
[user_family_name], [user_last_name], [user_surname] |
* |
[user_mail], [user_email] |
* |
[current_date] |
** |
[current_time] |
** |
[current_date_time] |
** |
[current_year] |
|
[current_month] |
|
[current_day] |
|
[current_hour] |
|
[current_minute] |
|
[current_second] |
|
[current_millisecond] |
|
[timestamp] |
"yyyyMMddHHmmssfff" format |
[device_model] |
|
[device_serial] or [device_serial_number] |
|
[device_name] |
|
[device_location] |
|
[barcode] |
|
* optional formats: "lower", "lowercase", "upper", "uppercase" (for example [user_name:upper] )
** see https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx
|
🖹 |
EXAMPLE You can also use more than one parameter. You can also create folders and sub-folders by setting your parameters. For example, if you add [current_year]/[user_name] the parameter will create a folder with the current year where you can find a sub-folder named by user name. |