As we already know how to connect to SharePoint 2013 using JSOM. We will take this further to load replies of a discussion thread dynamically. Here we are retrieving replies body, date posted, poster name. Caml Queries are used to apply condition for retrieval list like row limit, descending/ascending order […]
JavaScript object model (JSOM) in apps for SharePoint
JavaScript object model (JSOM) in apps for SharePoint
Recently I am involved in managing and creating few tools to be used with SharePoint site. This give me an opportunity to explore SharePoint API’s. The most easy to pick for me was JavaScript Object Model (JSOM) as I already know JavaScript the transition was bit smoother if not clean […]