|
POST
|
Hi CE, > In the simplest terms I am trying to do a nested query, such as a user can pick a 'state' and then the 'cities' in the selected state would populate as a choice list/unique values. The 'expression set' in the query tool sounds like what I need but its not since it does not update the available choices based on your first condition... I think the latest Web AppBuilder update in ArcGIS Online will meet this requirement. Please see the blog post, What’s New in Web AppBuilder for ArcGIS (September 2016) | ArcGIS Blog (specifically the section on Filter and Query widgets) Hope this helps,
... View more
09-14-2016
01:06 PM
|
2
|
3
|
2280
|
|
POST
|
Hi Ryan, The next Web AppBuilder Developer Edition update will be released approx 4-5 weeks from now, so roughly mid-late October. Please see this blog post, specifically question 1 https://blogs.esri.com/esri/arcgis/2015/04/06/clarifying-3-questions-about-web-appbuilder-for-arcgis/ Hope this helps,
... View more
09-14-2016
12:51 PM
|
1
|
0
|
3912
|
|
POST
|
FYI, the Edit widget now supports editing related records with the latest ArcGIS Online update. Please see the blog, What’s New in Web AppBuilder for ArcGIS (September 2016) | ArcGIS Blog Hope this helps,
... View more
09-14-2016
12:48 PM
|
1
|
0
|
3090
|
|
POST
|
Hi Brianna, I realize this is an older post, but just to close the loop on this item. You can edit related records with Web AppBuilder that is embedded in ArcGIS Online. Please see the blog, What’s New in Web AppBuilder for ArcGIS (September 2016) | ArcGIS Blog Hope this helps,
... View more
09-14-2016
12:45 PM
|
2
|
0
|
1021
|
|
POST
|
All, Just FYI, the Edit widget now supports editing related records with the latest ArcGIS Online update. Please see the blog, What’s New in Web AppBuilder for ArcGIS (September 2016) | ArcGIS Blog Hope this helps,
... View more
09-14-2016
12:43 PM
|
0
|
2
|
3912
|
|
POST
|
Hi Massimo, FYI, the Edit widget now supports editing related records with the latest ArcGIS Online update. Please see the blog, What’s New in Web AppBuilder for ArcGIS (September 2016) | ArcGIS Blog Hope this helps,
... View more
09-14-2016
12:41 PM
|
1
|
0
|
920
|
|
POST
|
Hi Tim, FYI, the Edit widget now supports editing related records with the latest ArcGIS Online update. Please see the blog, What’s New in Web AppBuilder for ArcGIS (September 2016) | ArcGIS Blog Hope this helps,
... View more
09-14-2016
12:39 PM
|
0
|
1
|
1077
|
|
POST
|
Hi Sowjanya, > Does this mean I have to keep recreating the same custom webapps for each envrionment? I believe the answer is "yes" Just recreate the custom web app for the new portal. > Is there a simpler way? I don't believe so. After you copy over the web map and its associated data from the Test portal into the QA portal, I suppose you could try and edit the config.json file in the web app's installation directory and replace both the "portalURL" and "itemId" parameters with the new QA portal URL and new web map ID. However, I don't think this will make everything work, because it depends on which widgets you've configured in the web app and what they do. You may have to go into the config files for each widget and replace some item ID values to make them work properly. Not sure. Hence why I suspect it would be easier to recreate the web app. Hope this helps,
... View more
09-13-2016
02:37 PM
|
2
|
1
|
5402
|
|
POST
|
Hi Lisa, > ... it seems that I have to deploy both of the adapters (Portal and Server) on a Java machine. No. If you're using Windows OS for your Server and Portal installations, then you don't need to install anything on a Java machine. > I just want my users to be able to log into their computer and not have to log in again to use portal (windows authentication). Yes, you can set-up security for your GIS Server site with windows authentication, help topic: Configuring ArcGIS Server's authentication tier—Documentation (10.4) | ArcGIS for Server As I stated previously, by default the GIS Server and Portal for ArcGIS have 2 separate security models. You can keep them separate, or you can federate your Server site with Portal. It depends on if you want a single-sign on user experience when someone logins into Portal, then can access secure web services on the Server site. Please watch the UC tech session video I referenced in my earlier post. Hope this helps,
... View more
09-11-2016
02:04 PM
|
0
|
0
|
2997
|
|
POST
|
Hi Sowjanya, > I want to switch the webmap for this customized app to a webmap in another Portal environment( QA) and host it on a QA IIS server. Can this be done? I just tested a workflow where I exported custom web app X from Web AppBuilder Developer Edition that was using a web map in portal A; signed out of portal A in Web AppBuilder Developer Edition. Copied the web map to portal B, then signed into portal B with Web AppBuilder Developer Edition and was not able to import the web app X to use portal B. It looks like you will have to re-create the custom web app to work with portal B. Hope this helps,
... View more
09-11-2016
01:53 PM
|
1
|
3
|
5402
|
|
POST
|
Hi Cheryl, Please checkout these tutorial videos on Survey123 for ArcGIS, Survey123 - YouTube Survey123 for ArcGIS help doc: Survey123 for ArcGIS | ArcGIS The Survey123 blog also has some great info: Hope this helps,
... View more
09-09-2016
10:03 AM
|
1
|
1
|
2259
|
|
POST
|
Hi Prasad, > it happen to all services which was published from arcpro I suggest you double-check and verify that you configured your hosting server with Portal for ArcGIS correctly. Configure a hosting server—Portal for ArcGIS (10.3 and 10.3.1) | ArcGIS for Server Another thing to try, have you installed the ArcGIS Pro 1.1 patch? ArcGIS Pro 1.1 Patch 1 (1.1.1) Now Available | ArcGIS Blog Or better yet, can you upgrade ArcGIS Pro to a more recent release, like 1.2? Hope this helps,
... View more
09-09-2016
08:33 AM
|
1
|
0
|
3718
|
|
POST
|
Hi Lisa, > Our current thoughts are to put Server and Portal on one machine with a Data Store on a separate machine. We recommend that you install Server and Portal in separate machines. In this way, if Server is really active or busy, it will not affect the performance of Portal. > Portal with a Web Adapter will essentially do most of what a stand-alone (without Portal) Server with Web Adapter will do Not quite true. Portal for ArcGIS requires a Web Adaptor to work, while the GIS Server can optionally use the Web Adaptor. Reasons why you would may want to use the Web Adaptor: - enables web-tier authentication - provides more flexibility to control access to the Server site - you can leverage web server features - it is conceptually like a reverse proxy for the Server site > Does anyone know if I can still access the MapSevices directly using the Portal with Web Adapter, or will I need to install a separate WebAdapter for Server? This will greatly depend on the security model you configure for your Server site and for Portal for ArcGIS. To be clear, Server and Portal have 2 separate security models, you can optionally "federate" your Server site with Portal so that it uses the same security model as Portal. Within the context of your situation where you have an existing web app that is currently referencing web services directly from the Server site, you can "switch" it to access web services from your new 10.4 Server site, but Portal would not be a factor in your deployment. If you decide to change the web app to work with Portal, then you should evaluate what security you would like to set for the Server site. A good starting point for understanding Server/Portal security: ArcGIS Server and Portal for ArcGIS: An Introduction to Security | Esri Video Hope this helps,
... View more
09-08-2016
11:46 PM
|
0
|
0
|
2997
|
|
POST
|
Hi Priyantha, > I appreciate if you can provide some direction for pre-populating some fields of the web form by querying AGOL webmap layers based on location. If you are referring to the forms in Survey123 for ArcGIS when you say "web form" above, this is not a supported workflow. The surveys in Survey123 are NOT meant to have their questions pre-populated with content from feature layers in ArcGIS Online. Please review the help doc, Survey123 for ArcGIS | ArcGIS Hope this helps,
... View more
09-08-2016
11:25 PM
|
0
|
0
|
1850
|
|
POST
|
Hi Sowjanya, Importing web apps from Web AppBuilder Developer Edition into Portal for ArcGIS (e.g., so that they are hosted within Portal) is not a supported workflow. Typically you would take the web apps from Developer Edition and host them on your own web server. You can reference them in Portal by simply adding them as items - which reference the web apps hosted on your own web server. The web apps reside outside of Portal for ArcGIS. Hope this helps,
... View more
09-08-2016
11:06 PM
|
0
|
1
|
5402
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | Sunday | |
| 2 | 3 weeks ago | |
| 2 | 3 weeks ago | |
| 2 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Sunday
|