Choice Set in author_elective_update folder doesn't move in global scoped app by defaultIssue As we know, choice sets are put into the author_elective_update folder from New York Release onwards. We do this so that you can modify your choice lists- for instance, by removing one option and adding another- and seeing the option actually get removed when your app is updated on your production instance. Previously, in this scenario we would only have added the new option, leaving the option you wanted to delete there too. This behavior is the same for Global Scoped Applications as well. However, there is a different set of system properties to enable the unloading of global scoped application files in the author_elective_update folder.ReleaseNew York Release Onwards.CauseBy default, we do not load files in the author_elective_update folder for Global Scoped Apps. There is a different system property to allow this for global scoped apps.ResolutionIf you would like to load the choice set for the global scoped application, you will need to set the system property "com.glide.apps.include_global_deletes" to 'true' in the target instance.Related LinksDetails about Author Elective Updates Feature https://community.servicenow.com/community?id=community_blog&sys_id=ef21c1d21bf04c507a5933f2cd4bcb34 https://docs.servicenow.com/en-US/bundle/sandiego-application-development/page/build/applications/concept/tips-customer-updates.html