Entering bulk data | SPServices | Sharepoint

0

I have a list with approximately 1000 records (people's names). I also have another list (scheduling). What I need is to create a dynamic schedule for each person on the list, that is, the user must click a button and the system should set a date and schedule (for example, a query) for each person name in the list. I was able to do the algorithm for this, my problem is with regard to bulk data insertion in the scheduling list, the system is crashing.

Is there any way to solve this kind of problem?

I'm not using Web Parts, I develop directly in HTML Bootstrap and I use the SPservices library to interact with Sharepoint.

    
asked by anonymous 08.08.2017 / 17:32

1 answer

1

I do not know anything about Sharepoint, but I'd follow this answer and look with care for this method SPServices.SPAddMultipleListItems , which looks promising.

Note that in the examples, where & # 43; is actually the + character.

    
08.08.2017 / 17:40