Default List View is not getting updated in my scoped app

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 02:38 PM
I need to push through a change to the default list view in my scoped app, however any change I make will not get captured and sent across when I publish:
When I look at the current update set in Dev, I see the change there
(this record contains the correct XML and is the most recent change in the update set)
This being said I am not using update sets as we are using the Scoped App's Publish/Upgrade functionality
So in Dev:
However in QA:
No idea how I can get these to sync up...
I have tried to update the file in Dev, and then publish with no luck
I look at the version List, and the old one is the current(??)
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 02:44 PM
Hi Michael,
Go to sys_metadata.list from navigation filter->Group by application->Select your application->Now group by class and make sure the view is captured as an update over there.
This is the changes which will be migrated to your target instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 03:23 PM
Thanks,
However, when i tried to publish again, the change didn't come across

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 10:28 AM
After talking with ServiceNow... This appears to be a bug with how the scoped app re-acts to changes to the default list layout once a list has been personalized by someone.
We've figured a workaround to get this working:
1) Publish the app, Click to update the app in the target system.
2) Reset your column defaults for your list
If the columns come in as expected... excellent.
If Not
3) Open up the sys_update_version table
4) Choose the default list that you have updated in dev it will end with an "_null"
5) Review that the payload is what the List layout should look like
6) Under Related Links, There will be a "Revert to this Version" link if this is not the current version
7) Click : Revert to this Version
Hope this helps someone!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 08:06 AM
Did they give you a PRB?