Forum Discussion
Nick
9 years agoFrequent Visitor
Getting SharePoint List items with full history version?
Hi, We do have a SharePoint list to manage Fleet inventory of asset: mainly their attribution (who own it) and their status (active, lost, broken, etc.). We did activated the SharePoint Version ...
v-ljerr-msft
9 years agoMicrosoft Employee
Right now, the only solution I found is to eitheir take a snapshot of the full list on a regular basis into another datasource.
Is there anyway to get such history/version data directly avoiding wruting such separate datasource?
You can export version history of SharePoint List Items to Microsoft Excel first. Then export that Excel table to your SharePoint List. So that the version history and other data will be in the same datasource.
Regards
- Nick9 years agoFrequent Visitor
v-ljerr-msftThanks but I can't execute PS scrript right now due to my company policies.
In addition I also wanted to avoid data multipliciation: maybe SharePoint list may not be good for what I'm looking for and I may ave to swicth to a real DB model.