Do we need "Developer" licensing to create JavaScript Applications with the ArcGIS Enterprise Software?

1602
4
Jump to solution
05-27-2021 04:56 PM
RYANCARL
New Contributor III

Do we need "Developer" licensing from https://developers.arcgis.com/  to create JavaScript Applications with the ArcGIS Enterprise Software?

I am running the Enterprise software and have it all working the next step is creating a web mapping application that will go further then the ability of the Web Application Builder provided by the Portal. 

My question is do we need to license the developer JavaScript library to accomplish this? Is there no developer equivalent features provided in the Enterprise suite of things (API tokens needed to run the ArcGIS JSAPI)? 

0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor

The second example on https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html shows how to use a different "portal" than ArcGIS Online using esriConfig.portalUrl

View solution in original post

4 Replies
BjornSvensson
Esri Regular Contributor

If you have an ArcGIS Online Organization or ArcGIS Enterprise, no additional purchase is required to use the ArcGIS API for JavaScript.

As per https://developers.arcgis.com/javascript/latest/licensing/

0 Kudos
RYANCARL
New Contributor III

When attempting to get the JS API up and running accessing a Web Map that we have in our Enterprise Portal it seemed to fail and nothing would load.

This is probably an issue in out configuration.

Would it be possible link me to an example of accessing an ArcGIS Enterprise Portal Web Map from the ArcGIS JS API? The examples that I have found are mainly using AGOL.

0 Kudos
BjornSvensson
Esri Regular Contributor

The second example on https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html shows how to use a different "portal" than ArcGIS Online using esriConfig.portalUrl

RYANCARL
New Contributor III

Thank you

0 Kudos