This grid displays the fields that the import data can be mapped to. The fields are described in the table below:
Field Name |
Description |
Name |
This column indicates the field name in the appropriate Lucity table. The fields highlighted in yellow indicate fields that are required and must have data mapped to them. |
Caption |
This column indicates the associated Caption that a user would see when in the Fuelings or Readings modules. |
Mask |
This column indicates the field’s mask (25x means that a field can support 25 characters, nnn means that a field will display only the 1st 3 digits of numeric data, etc.). |
Field Type |
This column indicates the data type of the field (Text, Date/Time, Long Integer, Double, Short Integer, or Boolean). |
Formula/Value |
This column indicates the data to be mapped to the associated field in Lucity. |
In order to map the data to the appropriate field in Lucity, the user must populate the Formula/Value column for the appropriate fields. There are four ways to accomplish this:
Note: When specifying a field mapping into a formula it may be necessary to include formatting syntax. For example, if your import data contains data similar to "01234", and you only want the first two characters, you'd need to include single quotes around the field mapping designation. For Access, your statement may look like "+LEFT('=A4', 2)".