I have an asset survey, where the assets are surveyed once a calendar month; and where I also want to have flexibility to allow users to carry out ad-hoc inspections if necessary.
I've been following the conference session by @IsmaelChivite on 'Modeling Inspection Workflows' at https://mediaspace.esri.com/media/t/1_3aw7zdrs/309413912 and have set up my inspection with an Inbox and the feature service underpinning the survey has my assets and a related table for the inspection log.
I have a field associated with my assets which has the 'last_inspection_date'. I guess I could add another field with an 'inspection_status' with values of 'Pending' and 'Completed', so that whenever the inspection is submitted, then the asset 'inspection_status' gets updated from 'Pending' to 'Completed'; (with the WHERE clause populating the inbox being based on the 'inspection_status').
But I'm still a bit uncertain as to what is the best approach to managing my surveys, that ensures at least one inspection per calendar month, and ad-hoc inspections when required. I'm sure others in the community will have a wealth of experience in managing asset inspection surveys, so would appreciate any direction you could provide for my use case.