- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 03:44 AM
Hi
We had a requirement to update a custom field in the location table: cmn_location.
The import set was a basic match of sys_id and the custom field.
When I ran the import set, I selected coalesce on the sys_id.
The import ran without error. But when the cmn_location table is now viewed in a list, all (and I mean all) fields show "empty". However opening each location shows it is fine, with all fields including the custom field intact. If I dot walk to those fields from another table (eg Asset), the fields also appear okay int he list.
The records that were not referenced in the import are unaffected.
How can I reinstate the fields in the view? I really don't want to import these records and start over, as too many dependencies within our instance and also external systems, the existing sys_id of these records must be maintained.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 11:47 AM
Hi all
Fixed
The issue is that the import set had sys_id's in UPPER CASE.
Not entirely sure what this does, blows the indexing somehow - the import set will claim "success" which is also weird.
The fix? Simply re-run the previous import set with similar data but has sys_id in lower case - bingo - the records can be viewed in the list again like nothing happened.
If anyone can explain this one I would be interested.
Thanks to all who responded.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 08:49 AM
This happens due to conflicting ACL on cmn_location table.
Please configure new READ ACL on cmn_location table to resolve issue.
REgards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 10:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 12:57 PM
Hi
Unfortunately, the cmn_location table is not audited, so I can't tell.
I can open each record by clicking on the "Name" column and everything looks fine, including its related records (asset, cases etc).
I have tried updating the record but there is no change in list view.
This one of the records in the import set.
This is the field map for the import set.
Was I wrong to coalesce on sys_id?
S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2019 02:08 AM
Hi
I turned on auditing in Dev instance and tested the import on a few records.
The only field that has changed for the affected records is what was expected: the custom text field. No other fields were updated.
The outcome is the same; the updated records do not show any field values in list view, but opening the record shows all fields present. The fields are also displayed correctly in, say, the asset list view.
From the record, if I select Export->XML, the downloaded file is blank with only:
Really weird - would appreciate your thoughts.
S.