Upgrade from rome to Vancouver=>no next experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 07:31 AM
I upgraded my SNOW from Rome to Vancouver. The next experience don't run.
I create the propertie system glide.ui.polaris.experience and assign the value true.
I restart the application.
SNOW don't find the page next_experience_intro.do and classic/params/target/home_splash.do?sysparm_direct=true
I actived the module com.glide.polaris.admin.configuration => i have a unexpected error when i open the landing page
i can open a specific list with a specific url but i dont have the header page and the followed error dispayed
var theme = sn_ui.PolarisUI.getThemeForUser(); var keys = Object.keys(theme); var out = []; for(var i=0; i<keys.length; i++) { out.push({name: keys[i], val: theme[keys[i]]}); } out;
How can i have a next experience running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 12:26 AM
where can I find the list of mandatory Plugin for Vancover?
And I created a ServiceNow ticket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 04:09 AM
I don't think there is such a list (or maybe there is for self hosted instances). During upgrades on cloud instances, everything needed is just included and installed (you don't really can pick anything yourself). It's just the store plugins you need to do yourself. But the party providing you the files to use, should have provided you with everything you need. I'm not sure if you need to upgrade version to version on self hosted instances. Cloud just includes everything from the current release to the new one.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark