How do you add comments to Crowdsource Reporter?

2842
2
Jump to solution
02-03-2017 06:46 AM
DanielMoore3
New Contributor II

I'm having trouble with my layer and table in Crowdsource Reporter. Everything seems to be right, but when I try and submitt a comment I get, "Comment could not be submitted" highlighted in red. I'm not sure if it has something to do with my relationship class between the layer and table. The relationship class is: Composite, 1-M, Both. The Primary Key is GlobalID_2 and the Foreign Key is GUID. Previously I had used the Object IDs for the feature and the table, but it would not let me post more than one comment per feature. I changed from using the ObjectIDs to using the GlobalID and GUID and not it wont let me post any comments through...

0 Kudos
1 Solution

Accepted Solutions
DanielMoore3
New Contributor II

AGO hosted feature service.  I figured it out.  The problem was my relationship class was based on the ObjectID and not the Global ID and GUID.  So each comment had a new object id that was not relating to the original.

Thanks!

View solution in original post

2 Replies
ChelseaRozek
MVP Regular Contributor

are you using an AGO hosted template, or the template off of GitHub?

I'm getting the same error too, though another one of my layers works and I can't tell what the difference is.

0 Kudos
DanielMoore3
New Contributor II

AGO hosted feature service.  I figured it out.  The problem was my relationship class was based on the ObjectID and not the Global ID and GUID.  So each comment had a new object id that was not relating to the original.

Thanks!