- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019 10:11 PM
Hi all,
point 1.I have one custom table now i wants to give custom role for that table. does that role capture in the update set?
point2 : I wanted to delete unwanted fields in that table can i capture those delete items in the existing "update set" since while creating the table i captured those fields in the "update set"?
Point3 : I wants to make adapt the size of the columns 50 to 250 can i capture this as well?
Any one kindly clarify all those 3 point i am very greatful for that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019 10:18 PM
Hi Srisk,
1. Roles do not get captured in the update set as it is a configuration and you need to manually do that configuration when deployed on stag or production.
2. Column delete will be captured in the Update set. however, you need to be careful because it could result in data loss if that column contains any data in staging or production. you will lose the column fully once the update set is committed.
3. Yes, changing the column size also captures in update set, but again this could result in data loss if you decrease. Increasing the size should not affect much.
Mark the comment as correct if this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019 10:18 PM
Hi Srisk,
1. Roles do not get captured in the update set as it is a configuration and you need to manually do that configuration when deployed on stag or production.
2. Column delete will be captured in the Update set. however, you need to be careful because it could result in data loss if that column contains any data in staging or production. you will lose the column fully once the update set is committed.
3. Yes, changing the column size also captures in update set, but again this could result in data loss if you decrease. Increasing the size should not affect much.
Mark the comment as correct if this answers your question.