Auto populate a field

472
2
01-15-2018 08:46 AM
JayMyers1
New Contributor II

I would like to auto populate a field after collecting a feature using the Collector app.  I would be nice if it happened right after the submit process in the workflow.  The field would populate based on information collected for other fields in the feature.   Anyone have any suggestions for for a solution.  The data collected is immediately consumed by my organization #collector process

Tags (1)
2 Replies
ScottFierro2
Occasional Contributor III

Best way thus far we have found to do this requires decent knowledge on the database side. We accomplish this using DB triggered stored procedures. The catch for us is that most of our collections are in offline mode so in those cases it happens when users get back to the office and sync. Still proven to be effective for online use or in conjunction with Web Apps.

0 Kudos
JayMyers1
New Contributor II

So, what your saying is come up with a stored procedure in SQL.  But, I'm still a little hazy regarding how I would trigger it after the collector app submits the info. 

0 Kudos