In this video, Phil Gold describes JSOM and how it is used by JavaScript and SharePoint. Learn more about JSOM, and how the object model appears in SharePoint.
- [Instructor] The JavaScript Object Model…or JSOM is part of the SharePoint client API family.…Quick reality check,…do ya'll know what API's are?…That's actually kind of important,…so let's take a sec to go over that.…API is the acronym for application programming interface.…API's are the software connectors that allow…different applications to talk to each other.…For instance,…you know how you can use a person or group field…in a SharePoint list and it'll find information…on someone from Exchange.…
That's because there's an API that gets the request…from SharePoint and conveys it over to Exchange,…finds the record that fits the request parameters,…and carries it back over to you in SharePoint.…So JSOM is a collection of JaveScript files…that are included with Sharepoint.…These files are located in every site…and they provide tools that let you do…a multitude of different things,…everything from reading lists…to getting user profile information.…
To use JSOM you load the individual files…using a script tag,…we'll talk more about that as we move along.…
Released
12/14/2018- Name the term for a collection of .js files.
- Identify the key that opens developer tools in Windows.
- Recall the name for the software connectors that allow different applications to talk to each other.
- Determine which tool provides developers with an easier way of styling web parts.
- List two common IDEs.
Share this video
Embed this video
Video: JSOM