Hi everybody,
I am just after a confirmation of my approach before I embark on a "mission".
The App I'm working on is basically collecting information into a Sharepoint list. This list gets fed via two different apps and the information going into the list becomes available over time. This means there will be many incomplete datasets submitted and therefore it is not really possible to make fields mandatory by simply setting their properties. (it doesn't make sense to make the end time of a process mandatory when the process has just started but it is important that the start time gets recorded)
My simplistic solution for that is that the last user to enter data simply flicks a toggle that sets the record from active to archived. That also is a nice way to keep the start screen gallery tidy.
Now my question.
Is there a better way of doing data validation than binding it to that final toggle?
Thanks for any clever solution
Hansjoerg