Jan 16 2020 08:41 AM
Hi Folks,
I've created a basic Json Script which binds a Modern Site to a HUB. It also adds about seven doc libraries to the site. My issue is I would like these doc libraries to be navigable from the left hand links bar. But I can't seem to figure out how. Is it possible to do this from Json Script or flow?
Overview:
The boss want's to dictate the folder (library / folder) Structure for each function, so I thought Site Design would be the way forward. Employees can create a new site and then select the template (Site design) and the structure is prepopulated for them.
Script Summary:
{
"$schema": "schema.json",
"actions": [
{
"verb": "joinHubSite",
"hubSiteId": "n9d4b233-5c52-4d5b-9374-be78f92bee83"
},
{
"verb": "createSPList",
"listName": "PreDeal",
"templateType": 101,
"subactions": [
{
"verb": "setDescription",
"description": "All Predeal investment docs located here"
}
]
},...……….
Thanks
Ronan
Jan 16 2020 10:27 AM
Jan 17 2020 01:35 AM
Jan 17 2020 12:01 PM
Jan 23 2020 03:50 AM
@Alan MarshallThanks Alan that is an awesome tool I wasn't aware of before. I'm still struggling to get any of the above scripts to work -adding the quick link's. This must be causing others a headache. I notice if I create a new library from the "View All Contents Page" it offers an option to add link to quick links in a tickbox, so the logic must be sitting there somewhere; just beyond my comprehension. I'll let you know if I figure it out. Big thanks for the support..
Jan 23 2020 05:13 AM - edited Jan 23 2020 05:14 AM
@Ronan Dowling Your 3rd site script posted doesn't appear to be right. "SetOnquicklaunch" is not a verb for site designs.
The 2nd site script (first on your second post) appears to be correct. Can you tell us what you mean by it doesn't seem to be working?
Jan 27 2023 09:20 AM