Is it possible to edit related tables in ArcGIS Online?Annotate information to a feature in ArcGIS OnlineIs...
When did antialiasing start being available?
What does Jesus mean regarding "Raca," and "you fool?" - is he contrasting them?
Should I be concerned about student access to a test bank?
Does multi-classing into Fighter give you heavy armor proficiency?
How to define limit operations in general topological spaces? Are nets able to do this?
How can an organ that provides biological immortality be unable to regenerate?
Fewest number of steps to reach 200 using special calculator
How is the partial sum of a geometric sequence calculated?
Can other pieces capture a threatening piece and prevent a checkmate?
Is it possible to stack the damage done by the Absorb Elements spell?
Print last inputted byte
Worshiping one God at a time?
Probably overheated black color SMD pads
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
Unfrosted light bulb
Relation between independence and correlation of uniform random variables
Deletion of copy-ctor & copy-assignment - public, private or protected?
Is it insecure to send a password in a `curl` command?
HP P840 HDD RAID 5 many strange drive failures
How do hiring committees for research positions view getting "scooped"?
How to generate binary array whose elements with values 1 are randomly drawn
How to terminate ping <dest> &
Should I use acronyms in dialogues before telling the readers what it stands for in fiction?
Generic TVP tradeoffs?
Is it possible to edit related tables in ArcGIS Online?
Annotate information to a feature in ArcGIS OnlineIs it possible to edit domain coded values in ArcGIS Online Feature Layers?Is it possible to create an editable app with an ArcGIS Online Public Account?Functionality of Attribute Assistant and ArcGIS OnlineEditing Related Tables in ArcGIS Online?ArcGIS Online Nonspatial DataRelated Tables can be viewed in my webmap but not in CollectorCan a splash page be enabled for an ArcGIS Online Organization's homepage?ArcGIS Online Edit/Smart Edit Widgets Not WorkingRelated Tables in ArcGIS OnlineArcGIS Online Symbology from related Table
I would like to make an editable web map where the user can create a feature then fill in information in a related table all in ArcGIS Online. Is there any way to do this? So far, my research says no, but my organization is sold on the idea and would like to find a way to do this if there is one.
I am aware that it is possible to edit a related table using the ArcGIS Collector App as explained here, but we would like to work with ArcGIS Online on a desktop if possible.
Even if this is not currently possible, I'd like to know definitively so I can start exploring other solutions.
attribute-table editing arcgis-online relationship-class
add a comment |
I would like to make an editable web map where the user can create a feature then fill in information in a related table all in ArcGIS Online. Is there any way to do this? So far, my research says no, but my organization is sold on the idea and would like to find a way to do this if there is one.
I am aware that it is possible to edit a related table using the ArcGIS Collector App as explained here, but we would like to work with ArcGIS Online on a desktop if possible.
Even if this is not currently possible, I'd like to know definitively so I can start exploring other solutions.
attribute-table editing arcgis-online relationship-class
add a comment |
I would like to make an editable web map where the user can create a feature then fill in information in a related table all in ArcGIS Online. Is there any way to do this? So far, my research says no, but my organization is sold on the idea and would like to find a way to do this if there is one.
I am aware that it is possible to edit a related table using the ArcGIS Collector App as explained here, but we would like to work with ArcGIS Online on a desktop if possible.
Even if this is not currently possible, I'd like to know definitively so I can start exploring other solutions.
attribute-table editing arcgis-online relationship-class
I would like to make an editable web map where the user can create a feature then fill in information in a related table all in ArcGIS Online. Is there any way to do this? So far, my research says no, but my organization is sold on the idea and would like to find a way to do this if there is one.
I am aware that it is possible to edit a related table using the ArcGIS Collector App as explained here, but we would like to work with ArcGIS Online on a desktop if possible.
Even if this is not currently possible, I'd like to know definitively so I can start exploring other solutions.
attribute-table editing arcgis-online relationship-class
attribute-table editing arcgis-online relationship-class
edited Apr 8 '15 at 20:53
PolyGeo♦
53.7k1781244
53.7k1781244
asked Apr 8 '15 at 17:00
OliviaOlivia
1651214
1651214
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Just to follow up-- I have contacted ESRI and it is not possible to edit/update related tables in ArcGIS Online as of this writing, but it is something that is currently being worked on for a future update.
You can look into the ArcGIS API for JavaScript, which supports that kind of stuff. Although that involves programming, of course.
– BritishSteel
May 28 '15 at 18:36
So far as I know, the Javascript API doesn't support this either; a search for "relat*" on the API website shows onlyRelationParameters
andRelationshipQuery
. Sniffing the network traffic on a device running Collector might let you hack something together based on the request content, but that's definitely not supported. :) The Python API does have some support for this, but then you're into programming in ArcMap anyway.
– brichins
Nov 26 '15 at 21:21
add a comment |
Actually I did find a round-about way to edit related tables on ArcGIS online. You can create a filter for the feature or features you wish to edit then run a field calculate on that particular feature. I used the OBJECTID field to select a particular feature and calculate values.
I am sure with some smart programming in the JavaScript API this could be converted to a tool to edit related features.
This however does not allow you to create new records in your related table, only edit existing records.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f141879%2fis-it-possible-to-edit-related-tables-in-arcgis-online%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just to follow up-- I have contacted ESRI and it is not possible to edit/update related tables in ArcGIS Online as of this writing, but it is something that is currently being worked on for a future update.
You can look into the ArcGIS API for JavaScript, which supports that kind of stuff. Although that involves programming, of course.
– BritishSteel
May 28 '15 at 18:36
So far as I know, the Javascript API doesn't support this either; a search for "relat*" on the API website shows onlyRelationParameters
andRelationshipQuery
. Sniffing the network traffic on a device running Collector might let you hack something together based on the request content, but that's definitely not supported. :) The Python API does have some support for this, but then you're into programming in ArcMap anyway.
– brichins
Nov 26 '15 at 21:21
add a comment |
Just to follow up-- I have contacted ESRI and it is not possible to edit/update related tables in ArcGIS Online as of this writing, but it is something that is currently being worked on for a future update.
You can look into the ArcGIS API for JavaScript, which supports that kind of stuff. Although that involves programming, of course.
– BritishSteel
May 28 '15 at 18:36
So far as I know, the Javascript API doesn't support this either; a search for "relat*" on the API website shows onlyRelationParameters
andRelationshipQuery
. Sniffing the network traffic on a device running Collector might let you hack something together based on the request content, but that's definitely not supported. :) The Python API does have some support for this, but then you're into programming in ArcMap anyway.
– brichins
Nov 26 '15 at 21:21
add a comment |
Just to follow up-- I have contacted ESRI and it is not possible to edit/update related tables in ArcGIS Online as of this writing, but it is something that is currently being worked on for a future update.
Just to follow up-- I have contacted ESRI and it is not possible to edit/update related tables in ArcGIS Online as of this writing, but it is something that is currently being worked on for a future update.
answered May 28 '15 at 17:54
OliviaOlivia
1651214
1651214
You can look into the ArcGIS API for JavaScript, which supports that kind of stuff. Although that involves programming, of course.
– BritishSteel
May 28 '15 at 18:36
So far as I know, the Javascript API doesn't support this either; a search for "relat*" on the API website shows onlyRelationParameters
andRelationshipQuery
. Sniffing the network traffic on a device running Collector might let you hack something together based on the request content, but that's definitely not supported. :) The Python API does have some support for this, but then you're into programming in ArcMap anyway.
– brichins
Nov 26 '15 at 21:21
add a comment |
You can look into the ArcGIS API for JavaScript, which supports that kind of stuff. Although that involves programming, of course.
– BritishSteel
May 28 '15 at 18:36
So far as I know, the Javascript API doesn't support this either; a search for "relat*" on the API website shows onlyRelationParameters
andRelationshipQuery
. Sniffing the network traffic on a device running Collector might let you hack something together based on the request content, but that's definitely not supported. :) The Python API does have some support for this, but then you're into programming in ArcMap anyway.
– brichins
Nov 26 '15 at 21:21
You can look into the ArcGIS API for JavaScript, which supports that kind of stuff. Although that involves programming, of course.
– BritishSteel
May 28 '15 at 18:36
You can look into the ArcGIS API for JavaScript, which supports that kind of stuff. Although that involves programming, of course.
– BritishSteel
May 28 '15 at 18:36
So far as I know, the Javascript API doesn't support this either; a search for "relat*" on the API website shows only
RelationParameters
and RelationshipQuery
. Sniffing the network traffic on a device running Collector might let you hack something together based on the request content, but that's definitely not supported. :) The Python API does have some support for this, but then you're into programming in ArcMap anyway.– brichins
Nov 26 '15 at 21:21
So far as I know, the Javascript API doesn't support this either; a search for "relat*" on the API website shows only
RelationParameters
and RelationshipQuery
. Sniffing the network traffic on a device running Collector might let you hack something together based on the request content, but that's definitely not supported. :) The Python API does have some support for this, but then you're into programming in ArcMap anyway.– brichins
Nov 26 '15 at 21:21
add a comment |
Actually I did find a round-about way to edit related tables on ArcGIS online. You can create a filter for the feature or features you wish to edit then run a field calculate on that particular feature. I used the OBJECTID field to select a particular feature and calculate values.
I am sure with some smart programming in the JavaScript API this could be converted to a tool to edit related features.
This however does not allow you to create new records in your related table, only edit existing records.
add a comment |
Actually I did find a round-about way to edit related tables on ArcGIS online. You can create a filter for the feature or features you wish to edit then run a field calculate on that particular feature. I used the OBJECTID field to select a particular feature and calculate values.
I am sure with some smart programming in the JavaScript API this could be converted to a tool to edit related features.
This however does not allow you to create new records in your related table, only edit existing records.
add a comment |
Actually I did find a round-about way to edit related tables on ArcGIS online. You can create a filter for the feature or features you wish to edit then run a field calculate on that particular feature. I used the OBJECTID field to select a particular feature and calculate values.
I am sure with some smart programming in the JavaScript API this could be converted to a tool to edit related features.
This however does not allow you to create new records in your related table, only edit existing records.
Actually I did find a round-about way to edit related tables on ArcGIS online. You can create a filter for the feature or features you wish to edit then run a field calculate on that particular feature. I used the OBJECTID field to select a particular feature and calculate values.
I am sure with some smart programming in the JavaScript API this could be converted to a tool to edit related features.
This however does not allow you to create new records in your related table, only edit existing records.
answered Jun 8 '16 at 19:34
user3612162user3612162
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f141879%2fis-it-possible-to-edit-related-tables-in-arcgis-online%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown