Does "roles" capture in updateset?

sinu2
Tera Expert

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?

 

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

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.

 

View solution in original post

1 REPLY 1

asifnoor
Kilo Patron

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.