I have custom list in SharePoint 2013, there are many edit operation on each item for the list , I want to save all the operation’s, then I can extract to Excel file ( like report for these operations ).
My question is:
Can I do it with No-Code solution ? if yes , how?
If I need to do it with Code, what’s an appropriate solution to do it , using ( client-side object model (CSOM) , build an application by .Net ,etc.) ?
You can try to use SharePoint audit logging functionality.