Hello,
I have a gallery which displays records from an SP List called 'LDR_Light', each item listed has a button that will patch details to another SP List called 'LDR_Light_Test'.
Once this button has been pressed and the information patched, I want that record to no longer be visible in the gallery until the next month.
The SP List 'LDR_Light_Test' records that the light has been tested, it collects the following info:
Year
Month
Test
MasterID
Date Tested
Initials
The MasterID is the ID of the record that is stored in the SP List 'LDR_Light'.
Scenario I am looking for is if there is not a record in LDR_Light_Test that matches the ID, current year and month, then record to display.
If there is a record where MasterID = ID, and also current year and month, then record to not display.
I hope that makes sense.