Update set and delete table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 08:56 AM
Hi,
I want to delete a table and capture the changes in an update set so that i can move these changes to other instance.
I tried do the same but the delete entries for the table are not getting captured in the update set.
Is this the expected behaviour?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 09:04 AM
Update sets are mostly meant for configuration, therefore, on most tables they do not track data changes such as the deletion of records. It should, however, track the deletion of the table itself.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 09:38 AM
From my experience deletion of tables (not data) is iffy at best, as well as fields on the form/table. The latter ones usually get Skipped and if I don't catch it, I have to do it manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 10:03 AM
Yes, deletion of tables should be avoided if at all possible...especially established tables. If it is a custom table that was fairly recently introduced and nothing really references it, the update set deletion will probably be fine. However, if other parts of the system have started integrating with that table in any way your results may definitely vary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2012 11:13 PM
Deletion of a table is not getting captured in the update set. I create a new table, added a few fields on the table and then deleted the table. The delete customer update did not get capture in the update set. I tried it in demo as well but there also it does not work.
Please advise what should i do?
Thanks.