Select to view content in your preferred language

Edited Surveys not showing in INBOX

256
6
2 weeks ago
GaryBowles1
Frequent Contributor

We have a survey that collects inspection and leak data. Recently when a leak has been edited via the INBOX, ie. repair method, date, etc. added, the survey no longer shows up in the INBOX. The data is in our database but the surveys will not display in the INBOX. This is a problem as we typically have 2 or 3 edits to a leak. This issue started approximately 1-2 months ago. Any assistance would be appreciated.

Survey created in Connect

Data collected using iPad/iPhone (all IOS users)

Edits via INBOX performed using Windows Laptop, IOS devices

SQL Server SDE database

Regards,

--gary

Tags (2)
0 Kudos
6 Replies
Neal-Kittelson
Frequent Contributor

How did you set up your settings for the form? Once editted are the submissions not showing in everyone's inbox or just for the person doing the editting.  Do you have the sentbox enabled?  On an individual device a submission will show in either the sentbox or the inbox but not both at the same time.  Once it is submitted from the inbox, it will show locally in the sentbox of that device.

0 Kudos
GaryBowles1
Frequent Contributor

The Sent folder is not enabled for the survey.

The edited surveys are not showing in anybody's inbox after edit. refresh of inbox does not help.

We have an inbox query to display all surveys for the past year

--gary

DavidSolari
MVP Regular Contributor

The query looks correct at first glance. Two things you can try:

  1. Wrap the CURRENT_DATE - 365 part in parenthesis to guarantee the order of operations.
  2. Check the dates going into that field, if they're null or malformed that could cause the query to fail.
0 Kudos
GaryBowles1
Frequent Contributor

The query was working fine. It still pulls the records for the past 365 days, I just don't get the edited surveys being pulled. The INSPECTION_DATE field is never edited, just info about repairs.

Thanks,

--gary

0 Kudos
Neal-Kittelson
Frequent Contributor

Did you try removing the query to test if they show up with no query?

0 Kudos
GaryBowles1
Frequent Contributor

Still not showing with query removed.

Tanks,

--gary

0 Kudos