hello:
I have a feature class (1) and a bunch of associated tables (10). I need to support editing on the feature class and the associated table. Here are few scenerios:
1. Publish the feature class and tables as separate feature services - this has lot of complications as support editing on tables and then controlling changes.
2. Publish 10 services with feature class joined to the table - Feature service does not recognize the joined field.
Is there a better way to develop editing functionality on both the Feature Class and its associated table and then control changes such as cancel, undo etc?
Any code sample would be helpful.
Thanks in advance.