- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2017 04:52 PM
There's a custom table in our instance called resolution code, I'm trying to change the description of multiple records and set some records to inactive using easy import from the list view. I select update and download the template.
However when I upload the modified records, the processor sets these to insert instead of update.
I have tried changing the number of records (the attached example has 5 records only) and deleting all columns except description, with no success.
1 out 10 tries I get this error from the processor: "The following columns should not exist in the imported spreadsheet: Sys ID".
Has anyone come across this issue and found a fix? Thanks in advance
Prod instance: Istanbul Patch 9a
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2017 08:05 AM
You need to download import template first and then populate template with your data to upload records.
Make sure that you download template from your target table list view.
Please follow below to do this
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2017 08:18 PM
You should not pass the sys_id while importing the data, sys_id is a system generated unique id which will be assigned automatically when the record gets created.
I think, using list view -> Import will insert the new record instead of updating the existing ones, you should try with the import set to update the record by make the unique column as coalesce.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2017 08:26 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2017 08:39 PM
I understand it now, just tested and i am able to update the existing records. Let me know if it's your personal instance, I can have a quick look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2017 09:51 PM
No I"m afraid it's not. I tried this in both prod and dev instances but it continues to insert instead of update.