Questions tagged [sharepoint-online]

A cloud-hosted platform, operated by Microsoft, offering SharePoint collaboration services online.

Transfer a term to a different division - JavaScript Object Model

I am trying to achieve a specific task where I need to move one term under another in SharePoint. However, despite my efforts using JSOM and SharePoint 2013, I have not been able to find a direct method for moving terms. The code snippet I have used below ...

Guide on exporting a function from a class for easy import into another class

I am currently diving into TypeScript and React for spfx developments. Despite going through various tutorials, answers on Stack Overflow, and other sources, I am still struggling to fully grasp the concepts. Below is a snippet of my function within the E ...

Question from a student: What is the best way to transfer information between different classes?

Currently, I am delving into SPFX development. My focus is on constructing a form that incorporates multiple classes in order to gain insight on how they can interact and share data among one another. In this scenario, I have established two distinct clas ...

What is the best method for extracting list data from SharePoint Online and saving it as a csv or json file?

Having successfully accessed a list in SharePoint Online using Python, I am now looking to save the list data into a file (either csv or json) in order to manipulate and organize some metadata for a migration process I have all the necessary access creden ...