"Update Set Preview Problems"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2015 10:18 AM
When my update set moving one instance to another it gives following error:
- Could not find a table field (u_imp_fais_data.u_fldbldgnumber) referenced in this update
- Could not find a record in sys_transform_map referenced in this update
- ....
I am wondering what reasons cause for these error. How can I solve this? Please let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2015 10:49 AM
Was that field and record created with a different update set created (maybe Default)? The update name is a concatenation of table name and sys_id. You can go back to Dev, look in the table, and find the records by sys_id. If you then look at the Versions related list you can see what update set contains them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2015 10:56 AM
I think I was careful enough to make that field under correct update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2015 02:22 PM
Did you check the update set to find out if it has entry for the table and field creation and also the referred transform map?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2015 09:06 AM
Hi Dilini,
As Robert pointed you might have missed the updates in current or previous update sets.
Now to solve this you can capture missed updates again in new update set and move it before you preview current update set with preview errors and commit it.
Thanks,
Tanaji Patil
--Mark helpful/correct if it helps you in solving your issue.