Where do i find the "assignmentIntegration" class?

260
1
11-26-2018 04:10 AM
Lars_EngelsbyMosbech
New Contributor II

Hi,

In slide 9 in this PDF i found a function i would like to implement/play with:

http://proceedings.esri.com/library/userconf/devsummit17/papers/dev_int_56.pdf 

We have deployed Workforce for ArcGIS on premise, but i cannot find the config file to update on the server? Can you help me locate it?

This is basically the only thing users have complained about, so i would be very happy to be able to modify it..

Tags (1)
0 Kudos
1 Reply
by Anonymous User
Not applicable

The json in slide 9 is a portion of the Workforce Project definition.

When you add an app integration when configuring a project (for Explorer, Collector, Survey123, Navigator) the json is automatically generated and added to the project. Documentation is provided here (near the bottom).

If you want to view the json of a project, the easiest way is to use AGO Assistant and do "view an items json" and select the Workforce Project. You can modify this json to add addition/custom integrations. Beware that if the modifications are incorrect, it potentially could break the project (so it'd be wise to save a copy of the json).

You can also use the ArcGIS API for Python to add integrations to Workforce Projects.

Here is a notebook I demoed at the UC showing how to do that.

0 Kudos