Could not find a table field -Database view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 07:26 PM
I have created a database view by joining with other 4 tables. It works well in our dev instance, but when this database view was moved to our test instance, we got the error-"Could not find a table field referenced in this update" for all fields (14 column fields). I think all fields created from database view are not in target instance that is why I got this error, am I right? Shall I Accept Remote Update for all same error? Any suggestion?
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 08:13 PM
Yes, accept the remote update set, it comes when the join is commiting before the creation of view step, once you accept remote update set. It should be fine.
Hopefully it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 09:03 PM
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 10:22 PM
Hi Nancyhz,
If the answer is helpful or correct, could you please mark it as correct, so that it will help future users of community
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 10:16 PM
Hi Nancyhz,
Please check section 3.1 for more detailed info on how to resolve preview problems.
Transferring Update Sets - ServiceNow Wiki