<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dispatching Field Maps Tasks in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659646#M11768</link>
    <description>&lt;P class=""&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/578538"&gt;@Laura&lt;/a&gt;,&lt;/P&gt;&lt;P class=""&gt;While there is no way to, for instance, pick multiple users from a drop-down list as the assignee, it is possible to assign tasks to multiple assignees with some changes to the task layer and the task configuration.&lt;/P&gt;&lt;P class=""&gt;Essentially, you can create a field that contains all of the assignee names, and use a task filter that looks for the current user’s username anywhere in the field. To do it:&lt;/P&gt;&lt;P&gt;- Create a text field called “all_assignees” or similar&lt;/P&gt;&lt;P&gt;- When creating or assigning tasks, populate that field with the names of &lt;I&gt;all&lt;/I&gt; mobile workers who need to see the task, i.e. “mobile_worker_1, mobile_worker_2, mobile_worker_4” etc.&lt;/P&gt;&lt;P&gt;Think about how this should work from the dispatching side. Maybe you use templates for the different options, maybe you use calculated values based on a “Crew” field so the dispatcher can pick the crew and the crew usernames are automatically added to the field. Maybe you use arcade to intersect with a site boundary and assign the workers that way. There are a lot of ways to automate creation of this list to keep dispatchers from having to enter names manually, it will really depend on your workflow and data.&lt;/P&gt;&lt;P&gt;- Create your task filter. You could edit the “Assigned to Me” filter, or create a new one. The top filter in the list will be the default filter when opening the map. Use the expression:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;all_assignees like ‘%CURRENT_USER%’​&lt;/LI-CODE&gt;&lt;P&gt;Note that `all_assignees` is the example field name I used above, so use whatever field you created to hold the list of names.&lt;/P&gt;&lt;P&gt;This will result in any person listed in the field seeing the task in their list when they open the app&lt;/P&gt;&lt;P class=""&gt;After that, any additional changes to the tasks configuration will depend on how you want things to work. Would the workers still pick up tasks individually? Or would they always tackle them as a team? You may want to adjust the “pickup” action accordingly to only change the status and not the assignee.&lt;/P&gt;&lt;P class=""&gt;I’m happy to go over things in more detail if this looks like a solution that would work for you.&lt;/P&gt;&lt;P class=""&gt;Chris&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2025 15:11:52 GMT</pubDate>
    <dc:creator>ChrisDunn1</dc:creator>
    <dc:date>2025-10-22T15:11:52Z</dc:date>
    <item>
      <title>Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659238#M11742</link>
      <description>&lt;P&gt;With ArcGIS Workforce retiring, and replaced with Tasks within the Field Maps App - what are we supposed to provide for our dispatchers for Task Assignment?!&amp;nbsp; Is there an equivalent to Workforce for this?&amp;nbsp; The documentation on this is super limited at this point.&lt;/P&gt;&lt;P&gt;I understand there is the Field Maps Designer for deploying this, however, this is for the technical GIS staff to deploy.&amp;nbsp; The solution I require is something for dispatchers to assign and manage work assignments (tasks) for mobile crews.&lt;/P&gt;&lt;P&gt;Did Esri just abandon this component of ArcGIS Workforce and require users to develop it on their own?&lt;/P&gt;&lt;P&gt;Anyone in the know, please help!&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 01:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659238#M11742</guid>
      <dc:creator>MDBowser</dc:creator>
      <dc:date>2025-10-21T01:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659383#M11746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/292353"&gt;@MDBowser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Because Tasks work with a single hosted feature layer instead of the multiple layers needed for Workforce, the layer can easily be brought into a variety of editing clients for dispatching. You can use the Web Editor, Experience Builder, Map Viewer, ArcGIS Pro, Field Maps, or a variety of Instant Apps (such as Manager or Sidebar) to create a custom dispatching experience to suit your needs. This will also allow you to leverage forms and arcade to streamline and further customize your dispatching process.&lt;/P&gt;&lt;P&gt;If you have any specific dispatching needs you're trying to achieve let me know and we can offer some more specific guidance.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 16:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659383#M11746</guid>
      <dc:creator>ChrisDunn1</dc:creator>
      <dc:date>2025-10-21T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659400#M11747</link>
      <description>&lt;P&gt;Hey Chris,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp; I guess I understand the concept, however wouldn't it make sense for Esri to have put together a dispatching instant app or experience builder template to facilitate this transition for users that have been utilizing the workforce dispatching application? Something that can have a consistent look and feel, provide at least parity to the functionality of workforce, so they are not left hanging with a new project of developing their own?&amp;nbsp; I think this is especially important when there is such a short timeline for deprecation.&amp;nbsp; Perhaps there is something out there already you recommend or you can provide this feedback to the project manager of this functionality?&amp;nbsp; Perhaps you can loop in Esri's&amp;nbsp; Liz Armstrong into this thread?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 17:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659400#M11747</guid>
      <dc:creator>MDBowser</dc:creator>
      <dc:date>2025-10-21T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659404#M11748</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tasks is very flexible framework, as Chris mentioned, and we have a range of options for you to create custom dispatching experiences that match your custom tasks workflows.&lt;BR /&gt;&lt;BR /&gt;We do have a great option to get up and running immediately. Our Instant Apps' Manager template provides a dispatching experience that you can very quickly spin up in less than 5 minutes to use for dispatching tasks.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Give it a try and see what you think. Happy to take down any specific feedback about your dispatching needs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also, I want to take this opportunity to clarify something. Our deprecation notices give customers a "heads up" that we will be retiring the product. In our &lt;A href="https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-workforce-000038426" target="_self"&gt;deprecation notice&lt;/A&gt;, we outline the retirement dates which are with&amp;nbsp;&lt;SPAN&gt;ArcGIS Online in the Q3 2026 update and from ArcGIS Enterprise 12.2 in the Q3 2026 release. Hopefully this provides some clarification about how much time you will have to transition from Workforce to using tasks in Field Maps!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 17:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659404#M11748</guid>
      <dc:creator>LizArmstrong</dc:creator>
      <dc:date>2025-10-21T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659406#M11749</link>
      <description>&lt;P&gt;HI Liz,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; &amp;nbsp;Do you have a demo or video of sorts of the manager instant app used in a dispatching context?&amp;nbsp; I did deploy this and had a look, and on initial glance did not look very useful from a dispatching perspective - this looks mostly geared towards reviewing attribute tables.&amp;nbsp; I do not see here one would setup creating and assigning tasks to mobile workers.&lt;/P&gt;&lt;P&gt;A side question:&amp;nbsp; will there be functionality to assign a task to multiple workers?&lt;/P&gt;&lt;P&gt;Thank you again for your help!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 18:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659406#M11749</guid>
      <dc:creator>MDBowser</dc:creator>
      <dc:date>2025-10-21T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659444#M11752</link>
      <description>&lt;P&gt;I just want to comment in support of assigning a task to multiple workers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 19:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659444#M11752</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2025-10-21T19:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659445#M11753</link>
      <description>&lt;P&gt;I've configured our tasks to support work order management rather than focusing on training and deploying the workforce. Field crews are now using Field Maps, and supervisors are assigning tasks through Experience Builder. I designed an editor interface that matches the format they're familiar with, allowing them to easily create tasks directly within the app.&lt;/P&gt;&lt;P&gt;The GIS team should collaborate with the supervisors to define the types of tasks that can be assigned, ensuring everything is set up properly in advance because you will choose a task type rather than type out what the task is every time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Laura_0-1761076123029.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142336i0855208902A21FD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Laura_0-1761076123029.png" alt="Laura_0-1761076123029.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Laura_1-1761076157705.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142338iD496985EC2E2764B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Laura_1-1761076157705.png" alt="Laura_1-1761076157705.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 19:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659445#M11753</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2025-10-21T19:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659500#M11756</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do not currently have a video demo illustrating managing tasks with the Instant Apps Manager template but we intend to do a Tips from the Team video on that. Meanwhile, I can highlight the key functionality in the Instant Apps Manager template that Workforce also had:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ability to create, edit (including assign), and delete individual tasks&lt;/LI&gt;&lt;LI&gt;Ability to &lt;EM&gt;batch&lt;/EM&gt; create, edit (including assign), and delete tasks&lt;/LI&gt;&lt;LI&gt;Ability to see a map and a table view of the tasks&lt;/LI&gt;&lt;LI&gt;Ability to sort and filter tasks based on various criteria like due date, assignee, etc.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you have other dispatching requirements, I'm happy to take those down and share it with the teams that build Instant Apps and Experience Builder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tasks does not currently support being able to assign a single task to multiple workers. Would you mind sharing your use case for that and I can log it as an enhancement request? I'm not sure if it would fit your scenario but there is a way to have an unassigned task list where workers can pick up work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 23:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659500#M11756</guid>
      <dc:creator>LizArmstrong</dc:creator>
      <dc:date>2025-10-21T23:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659501#M11757</link>
      <description>&lt;P&gt;Thank you for sharing. Would you mind sharing your use cases for why assigning tasks to multiple workers would be helpful?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 23:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659501#M11757</guid>
      <dc:creator>LizArmstrong</dc:creator>
      <dc:date>2025-10-21T23:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659607#M11760</link>
      <description>&lt;P&gt;One example of how we're currently using tasks is at our city cemetery. We have two full-time field workers who often work together on assignments. When new tasks come up, they're typically not specific to one individual, so we end up leaving them marked as "unassigned"—which, frankly, gets frustrating.&lt;/P&gt;&lt;P&gt;It would be much more efficient if we could assign tasks to both workers simultaneously. That way, instead of having them filter their Field Maps for unassigned tasks, they could just see what's relevant to them directly.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 13:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659607#M11760</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2025-10-22T13:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659646#M11768</link>
      <description>&lt;P class=""&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/578538"&gt;@Laura&lt;/a&gt;,&lt;/P&gt;&lt;P class=""&gt;While there is no way to, for instance, pick multiple users from a drop-down list as the assignee, it is possible to assign tasks to multiple assignees with some changes to the task layer and the task configuration.&lt;/P&gt;&lt;P class=""&gt;Essentially, you can create a field that contains all of the assignee names, and use a task filter that looks for the current user’s username anywhere in the field. To do it:&lt;/P&gt;&lt;P&gt;- Create a text field called “all_assignees” or similar&lt;/P&gt;&lt;P&gt;- When creating or assigning tasks, populate that field with the names of &lt;I&gt;all&lt;/I&gt; mobile workers who need to see the task, i.e. “mobile_worker_1, mobile_worker_2, mobile_worker_4” etc.&lt;/P&gt;&lt;P&gt;Think about how this should work from the dispatching side. Maybe you use templates for the different options, maybe you use calculated values based on a “Crew” field so the dispatcher can pick the crew and the crew usernames are automatically added to the field. Maybe you use arcade to intersect with a site boundary and assign the workers that way. There are a lot of ways to automate creation of this list to keep dispatchers from having to enter names manually, it will really depend on your workflow and data.&lt;/P&gt;&lt;P&gt;- Create your task filter. You could edit the “Assigned to Me” filter, or create a new one. The top filter in the list will be the default filter when opening the map. Use the expression:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;all_assignees like ‘%CURRENT_USER%’​&lt;/LI-CODE&gt;&lt;P&gt;Note that `all_assignees` is the example field name I used above, so use whatever field you created to hold the list of names.&lt;/P&gt;&lt;P&gt;This will result in any person listed in the field seeing the task in their list when they open the app&lt;/P&gt;&lt;P class=""&gt;After that, any additional changes to the tasks configuration will depend on how you want things to work. Would the workers still pick up tasks individually? Or would they always tackle them as a team? You may want to adjust the “pickup” action accordingly to only change the status and not the assignee.&lt;/P&gt;&lt;P class=""&gt;I’m happy to go over things in more detail if this looks like a solution that would work for you.&lt;/P&gt;&lt;P class=""&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 15:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659646#M11768</guid>
      <dc:creator>ChrisDunn1</dc:creator>
      <dc:date>2025-10-22T15:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659810#M11772</link>
      <description>&lt;P&gt;Thank you for the information.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been pouring over the documentation trying to understand how this relates to the Workforce functionality that is being deprecated and I am struggling to understand what functionality exists vs not.&amp;nbsp; In workforce I can assign a task to a mobile worker - this is linked to the data collection map for that specific assignment.&amp;nbsp; How does this work with Tasks now?&amp;nbsp; If my mobile worker has 4 different data collection maps in field maps, how does the assigned task steer them to the correct map to begin data collection?&amp;nbsp; And on this note, how does one expose all these tasks for a dispatcher to pick from?&amp;nbsp; From what I can see here - this functionality is lost as this is all based on one data collection map?&lt;/P&gt;&lt;P&gt;The challenge we have here is we literally just pitched workforce functionality for our org to get buy in as a solution for work order management for field data collection - and they loved the functionality.&amp;nbsp; Now we have to retract that, which is pretty frustrating. So I need to flush out what we can and can not do with this new paradigm.&amp;nbsp; &amp;nbsp;Perhaps you have a functionality matrix between workforce vs tasks you can share?&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 21:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659810#M11772</guid>
      <dc:creator>MDBowser</dc:creator>
      <dc:date>2025-10-22T21:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659925#M11775</link>
      <description>&lt;P&gt;You enable a tasks layer per map in field maps designer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 13:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1659925#M11775</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2025-10-23T13:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1660253#M11791</link>
      <description>&lt;P&gt;Liz,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wanted to let you know I have found the manager instant app particularly useful, our staff has been able to use it without issue.&lt;/P&gt;&lt;P&gt;It would be&amp;nbsp;&lt;STRONG&gt;awesome&amp;nbsp;&lt;/STRONG&gt;if you could configure the filters in the dispatch map to be 1:1 with the filters created in the Field Maps Designer, rather than having to recreate the attribute filters manually.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 17:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1660253#M11791</guid>
      <dc:creator>NICK_COG</dc:creator>
      <dc:date>2025-10-24T17:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1661316#M11817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/292353"&gt;@MDBowser&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;One of the key things to remember is that Tasks rely on a single feature layer as a way to be more flexible within our system. When you enable tasks on a layer, or create a new tasks layer from scratch, the appropriate fields are added to the layer, such as task type, assignee, due date, priority, etc. The layer can be added to any map, app, dashboard, or experience. That layer can be designated as the Tasks layer within a map using Field Maps Designer. This is a change from Workforce, where the assignments in a workforce project were managed in multiple layers that were joined "behind the scenes" by the application itself.&lt;/P&gt;&lt;P&gt;If the mobile worker opens a map where the Tasks layer has been enabled in Designer, then they’ll see the features in the to-do list experience. That layer is still just a feature layer, so dispatchers can create new tasks in the layer using any method you would normally use to add features: map viewer, web editor, an instant app, ArcGIS Pro, python, power automate, or even Field Maps itself.&lt;/P&gt;&lt;P&gt;The number of task maps and layers is really up to your needs and preferences. You could have one tasks layer with many different types of tasks and have them all available in a single map, or use filters on the layer to have specific maps for specific types of tasks. You could have a separate tasks layer and map for each task type, or site, or any other way you want to organize your task features. Filters, layer views, custom popups, everything you can do with a layer will work with a tasks layer.&lt;/P&gt;&lt;P&gt;If you’d like to go over this in more detail, feel free to reach out via arcgisfieldmaps@esri.com and we can set up a call to talk about how you can adopt Tasks for the project you had originally pitched Workforce for.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1661316#M11817</guid>
      <dc:creator>ChrisDunn1</dc:creator>
      <dc:date>2025-10-28T14:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1662047#M11829</link>
      <description>&lt;P&gt;For me, having a handful of distribution techs that cover a very large area- and not knowing which tech will be in the area first- would be a reason not a assign the task to a single person. In fact, most task would be left open to the tech that arrives or is closest to the task area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 20:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1662047#M11829</guid>
      <dc:creator>Debert</dc:creator>
      <dc:date>2025-10-29T20:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dispatching Field Maps Tasks</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1662229#M11835</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Want to say thank you to those who have contributed to this thread!&amp;nbsp; Very valuable information.&lt;/P&gt;&lt;P&gt;Now, my question: do any of you have any pointers on how to interface a system outside of AGOL into this functionality?&amp;nbsp; A Python Script or a Velocity script are my first two thoughts for getting tasks assigned to workers into the system from an external application.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, in regard to assigning a task to multiple users, I have a use case where moving a piece of machinery takes two or three people to do it safely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA --&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 15:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dispatching-field-maps-tasks/m-p/1662229#M11835</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2025-10-30T15:28:04Z</dc:date>
    </item>
  </channel>
</rss>

