Select to view content in your preferred language

Adding new records to a standalone table

2984
2
Jump to solution
04-04-2014 07:22 AM
AndrewBlakey
Deactivated User
Hi All:

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.

Any thoughts?

Thanks!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AaronNash1
Frequent Contributor
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

View solution in original post

0 Kudos
2 Replies
AaronNash1
Frequent Contributor
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
0 Kudos
AndrewBlakey
Deactivated User
Aha! I didn't realise that geometry was optional and one could send a feature update without a geometry.

Thanks!
0 Kudos