Bulk Data Insertion | Spservices | Sharepoint

Asked

Viewed 68 times

0

I have a list with approximately 1000 records (names of people). 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 must set a date and schedule (for example, a query) for each person name on the list. I was able to do the algorithm for this, my problem is with regard to entering mass data in the scheduling list, the system is crashing.

Is there any way to solve this kind of problem?

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

1 answer

1


I don’t know anything about Sharepoint, but I’d follow that answer and would look fondly at this method SPServices.SPAddMultipleListItems, that looks promising.

Note that in the examples, where + is actually the character +.

  • I’ll take a look @Dudaskank. Thanks for the return.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.