There is a reservation list with:
Resource, DateFrom, DateTo fields.
Need to prevent reservations duplication of one Resource at specific DateFrom-DateTo span.
What is the best approach to solve it? Can this be done without making an event receiver?
There is a reservation list with:
Resource, DateFrom, DateTo fields.
Need to prevent reservations duplication of one Resource at specific DateFrom-DateTo span.
What is the best approach to solve it? Can this be done without making an event receiver?