Good Morning,
I am having trouble figuring out how to validate data in a table.
I have built a timekeeping application.... The user has to select the week ending date for which they are entering their time. When the person selects the week ending date on a date picker i want to verify if the user already has a timesheet for that week ending in a Dataverse table. If the user indeed has a timesheet already for that particular week i want to display a notification stating "A timesheet already exists for that week ending go to edit timesheet instead.
Do i need to grab that data and put it in a collection ? Can it just verify by pointing to the actual table.... do i do a variable etc.....
Thank you all in advance!!!