Select to view content in your preferred language

How to edit a FeatureLayer a related table

2407
5
11-19-2010 03:51 AM
MoisesManoel_Silveira
New Contributor
Hello everyone,

I`d like to know if is possible to edit a FeatureLayer that is related to a table in Flex environment.  I also need to edit the table data, considering the other way.

I am trying through some components:
- Relationships;
- Editor;
- AttributeInspector.

Appreciate any help.
Tags (2)
0 Kudos
5 Replies
ShannakaBeveridge
Emerging Contributor
Hi,

I also need to do this. Did you find out any information on this or make any progress?
0 Kudos
AdamCottrell
Frequent Contributor
I would also like to Edit related tables to feature classes in any web application, FLEX preferably.  I have several tables related to structures.  Any help would be greatly appreciated!
0 Kudos
DasaPaddock
Esri Regular Contributor
Here's a sample:
http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=RelatedEdits

See the voteImage_clickHandler() code.
0 Kudos
WilliamBailey
Emerging Contributor
I cannot get the mentioned sample to run...
Either the one hosted via ESRI or the code I run locally... 
I get the basemap, but cannot see Incidents, even though they appear using Javascript link on http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer

running Flex Builder 4.5, ESRI Flex API 2.4
0 Kudos
LizDaRos
Regular Contributor
I've got this sample setup to edit my data but what do I need to change to add more fields from my related table so they can be edited?
0 Kudos