You will export tag information to a file that can be download to a bar code scanner for use there. This can be useful for performing a cycle count when all you want to know is the Tag (where its located), the part number and whether the part is serialized or not.
All fields will be one of two types:
| Column Name | Type | Description |
| Tag | Numeric | The tag number of where inventory is located. |
| PartNum | Text | The part number to be received. |
| HasSerialNum | Text | If the part is serialized, then this value will be a "Y". Otherwise it will be "N". |
In order to import your data, you must first export it to a comma separated values (CSV) text file. All major spreadsheet programs can export data in this format. If you do not know how to export your data to a CSV file, please refer to the documentation of your spreadsheet program.
When exporting to CSV format, make sure to verify the following: