- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 01:59 PM
Our team has a Service Portal layout requirement that we can't seem to figure out how to implement. We have a row that has a 10 column and 2 column. The 2 column acts as a right side nav for the page, while the 10 column is where the bulk of the page content lives. Within the 10 column, we have a data table widget that spans the entire width of the column. Below that though, we want two Announcement (CD) widget side by side, splitting the 10 column in half. Is this even possible within Service Portal?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 03:19 PM
You have to use Nested Rows to accomplish this. You cannot add a nested row from the Page Designer as far as I know. Instead, navigate to "Service Portal > Pages" and select your page. From the layout tree, click on Column 1 (this would be your 10 column) and from the Rows related list add 2 new rows. These will become "Nested Row 1" and "Nested Row 2". You can then go back to Page Designer and refresh the page. Add a 12 column to the top nested row and add a 6-6 column layout to the bottom nested row. Here is a screenshot of the page record with nested rows and columns added:
And here it is in Page Designer with a few example widgets added:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 03:19 PM
You have to use Nested Rows to accomplish this. You cannot add a nested row from the Page Designer as far as I know. Instead, navigate to "Service Portal > Pages" and select your page. From the layout tree, click on Column 1 (this would be your 10 column) and from the Rows related list add 2 new rows. These will become "Nested Row 1" and "Nested Row 2". You can then go back to Page Designer and refresh the page. Add a 12 column to the top nested row and add a 6-6 column layout to the bottom nested row. Here is a screenshot of the page record with nested rows and columns added:
And here it is in Page Designer with a few example widgets added:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 03:39 PM
Thanks so much