Presently, I have SharePoint Approval Workflows (designed in SharePoint Designer 2010) that fire on a document library. The workflow also create records in a custom list. These records in the list are copied from the Document Library. Technically, the Custom List and Document Library has identical columns and data.
I want to create a program that ensures that if a user deletes a record from the Document Library, the corresponding entry must be deleted from the Custom List as well.
One way is to develop a custom web part in Visual Studio? Any other suggestions. Is there an easier way? Can this be achieved via SharePoint Designer?
Thank you!
Mayank