Delete of choices from test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 12:39 AM
Hi All,
Can I delete few choices in dictionary in test instance manually before moving to product ?
If I do so then I must update the data manually on prod as well . Will it be best practice ?
I little bit confused because these are not present on DEV because through a fix script we updated those record but in test the fix script is not updating 7 records and those 7 existing values on those records are coming as choices in other records so I want to delete those choice from dictionary.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:19 AM - edited 10-17-2024 01:20 AM
Hi @Ashish Das,
In order to ensure your Production release works as required, your best bet would be to sync the data from Production back to Test and to Dev. You can export these choice list values via XML ('Export XML function').
This will mean you're dealing with the same data across all environments meaning you can and should be able to capture and predict the updates accordingly.
Once you've pushed the choice values back, create an update set and make the necessary changes in Dev.
Once you're happy, when you push the update set to Test, the changes should mirror as per Dev. This process provides you with the confidence and stability to know that the update set will enact the same changes to Prod.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 10:32 PM
But it will be more difficult I guess.