Hey guys,
I have a document library, I’m going to add a button to the top of it (a button for library not a button for each file) and by clicking the button a specific groups of files and folders move to another document library in same site. I know that the button should be added by infopath but don’t know how to implement the action (Event Receiver, workflow, …)
Does anyone know how can I do it?
Thanks in advance
Hi
you can achieve your target through many way. u can use REST API, SPServices , CSOM, JSOM, i would suggest you to go for SPServivces or REST API(will not work properly in case of Workflow). you can use script editor(sharepoint 2013) or CEWP(sharepoint 2010) web part on the same page where u want to put button add one button and onload page call REST call for certain action.