- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 08:17 AM
We would like to pre populate suggested favorites in the navigation pane. I could not find a place to do that except for the mobile interface.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 09:02 AM
Hi Jeff,
If you want people to have a set of defaults, you can create entries in sys_ui_bookmarks table. Use the "Home" favorite as an example. It uses the "Auto add" field set to true so that new users see it.
(change YOURINSTANCE in the URL below to your instance name)
if you want to add bookmarks to existing users, you'll need to add the sys_id of that user to the user field on new records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 08:22 AM
Are you talking about bookmarks?
You could do record insertions into the bookmark table... but I find the practice distasteful. Bookmarks only came about because the SN Community was so horrifically bad at minimizing the bloat of regular navigator bars.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 09:02 AM
Hi Jeff,
If you want people to have a set of defaults, you can create entries in sys_ui_bookmarks table. Use the "Home" favorite as an example. It uses the "Auto add" field set to true so that new users see it.
(change YOURINSTANCE in the URL below to your instance name)
if you want to add bookmarks to existing users, you'll need to add the sys_id of that user to the user field on new records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 09:06 AM
Thanks Chuck! I saw you at breakfast on the last day of Knowledge but did not want to disturb a man's morning meal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 09:11 AM
Hi Jeff,
If memory serves, I was talking to Michael Fischer. You are always welcome to come and join us. I alway invite the chance to talk to more people (and for longer) - then the conference would have to be a month long.