I have a standalone table (and some feature classes) published as a MapService with Feature Access. I can access this table and see at the REST endpoint that there is a create function. How can I create new records into this table in Flex?
I have looked at DrawTool, which seems to be for geometries, and AttributeInspector, which seems to only support editing, not adding.
this sample edits a related table through a feature web service, would be a good start. If that didn't work you could create a custom webserive and call it in your app to update your table, here is a good tutorial on that
this sample edits a related table through a feature web service, would be a good start. If that didn't work you could create a custom webserive and call it in your app to update your table, here is a good tutorial on that