January 2020
Beginner
632 pages
13h 14m
English
Once you've identified your actions (such as creating lists, applying themes, or by using the preceding example of Flow), you can assemble them into a site script.
The following site design script does three things:
Let's take a look at this script:
{ "$schema": "schema.json", "actions": [ { "verb": "setSiteExternalSharingCapability", "capability" : "Disabled" }, { "verb": "createSPList", "listName": "Customers", "templateType": 100, "subactions": [ { "verb": "SetDescription", "description": "Customer Contact List" }, { "verb": "addSPField", "fieldType": "Text", "displayName": ...Read now
Unlock full access