Hi! I am in the process of making a rental app for loaning out equipment at work.
I have one Sharepoint list with ItemNo, LoanStatus, among other information.
It is simple to create an app which tells us if the item is available or not.
But we need history. Who borrowed this item when?
My thought is to have another Sharepoint list for this and creata a new row every time an items is loaned out. The list will have columnns like:
ItemNo, DateBorrowed, PlannedReturn, DateActualReturn,BorrowedBy, among others.
In my scenario we will have one row in this list per rental per item.
My question:
- Can anyone help me with the best way to write a new row to this list when someone is borrowing an item?
- When returning the item, how do I make sure that I update the ItemNo row which is open/unreturned? And not the first ItemNo which was created in the log?


Report
All responses (
Answers (