Easy Way to Develop in SharePoint (REST) - Part I
This first post will go over the background and struggles of developing against the SharePoint REST api. Part II will go over the library and how to use it.
Create a Managed Metadata Field Using REST and JSOM
This topic will go over creating a Managed Metadata Field using REST and JSOM. I will be using REST to create the fields, and JSOM to connect it to a term set. I’ve seen many examples on the web for connecting fields to a term set, but most of them hard-code GUIDs which isn’t helpful, since they are unique to the environment.