This file allows the import of Reservatiion Audit Trail from a standard Comma Delimited file into the RMS system.
You must be able to provide a CSV file in the format as indicated below. It may be necessary to seek technical advice in order to create your file in the format that RMS requires.
Sample File - resaudittrail.csv
| Order | Field Name | Field Type | Required | Max Charaters | RMS Equivalent |
|---|---|---|---|---|---|
| 1 | ResId | String | Y | 20 | RMS Res Id or Folio No from Res Import |
| 2 | Field Name | String | Y | 20 | The name of the field that changed. (Valid Values below) |
| 3 | DateTime | Date Time | Y | The Date and Time the change was made | |
| 4 | OldValue | String | Y | 50 | The value of the field before the change |
| 5 | NewValue | String | Y | 50 | The value of the field after the change |
| 6 | Username | String | N | 50 | The name of the user that made the change. Must match and Username in RMS. If not supplied, or no match fround, Manager user will be used |