Hi
I have 2 main tables in a dataverse. In table Components table I store my equipment. In table Transactions i register what was done with that equipment.
I have a custom page model driven app where i select a Project name and it lists me in a gallery all equipment that is associated with this Project. Then i select with check boxes gallery items and select a certain task to be done for that equipment lets say Painting.
When i hit Submit button it patches a records of selected gallery items in Transactions table and also patches this specific task as Painting for each record.
I want to make some security so that user does not register same item twice for same task. For example if user selects some items in a gallery and selects task to be registered(or vice versa) the gallery checkbox is unselected and disabled or gallery items changes color to red or gallery items just do not load if record already exist. Anything would help for beginning
Can you please suggest how to do that?