<?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: Pre-Incident Planning Solution in ArcGIS Solutions Questions</title>
    <link>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1683387#M1931</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/775498"&gt;@GaryMorris&lt;/a&gt;&amp;nbsp;If you are talking about the 'TimeToCompletion' &amp;amp; the 'Upcoming Workload' data expressions. They are absolutely able to connect to your SDE data, and you are correct that you only need to adjust the two variables of 'portal' and 'fs'.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var portal = Portal('https://gis1.domain.com/portal')
var fs = FeatureSetByPortalItem(portal,'&amp;lt;Feature Server ID&amp;gt;',&amp;lt;Layer ID&amp;gt; ,['assignstation','assignshift','status','plandate','assigndate'],false);&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 10 Feb 2026 15:43:40 GMT</pubDate>
    <dc:creator>amarcz_cc</dc:creator>
    <dc:date>2026-02-10T15:43:40Z</dc:date>
    <item>
      <title>Pre-Incident Planning Solution</title>
      <link>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1401418#M1331</link>
      <description>&lt;P&gt;I am working on setting up the Pre-Incident Planning Solution; I want to have the feature layers in our SDE.&amp;nbsp; For the most part the transition has been smooth.&amp;nbsp; I am having trouble with one part.&lt;/P&gt;&lt;P&gt;The Dashboard has two data expressions.&amp;nbsp; I thought I could just replace the Portal Name and the ID and it would work, since the fields that are being called in the expression exits in the SDE published Feature Class.&amp;nbsp; Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 13:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1401418#M1331</guid>
      <dc:creator>GaryMorris</dc:creator>
      <dc:date>2024-03-27T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-Incident Planning Solution</title>
      <link>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1401720#M1332</link>
      <description>&lt;P&gt;It is recommended to use the layers that come with the solution to ensure everything works properly:&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-solutions/latest/get-started/faqs.htm#anchor7" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-solutions/latest/get-started/faqs.htm#anchor7&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example, there may be additional settings on the gdb that are added causing this such as attribute rules that aren't supported with some Arcade functions?&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/attribute-rules-questions/arcade-error-featuresetbyportalitem-cannot-be-used/td-p/1329459" target="_blank"&gt;https://community.esri.com/t5/attribute-rules-questions/arcade-error-featuresetbyportalitem-cannot-be-used/td-p/1329459&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 21:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1401720#M1332</guid>
      <dc:creator>JeremiahLindemann</dc:creator>
      <dc:date>2024-03-27T21:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-Incident Planning Solution</title>
      <link>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1401930#M1333</link>
      <description>&lt;P&gt;Thank you for the response, Jeremiah; to give some more information on my situation.&amp;nbsp; I loaded my data into the ESRI feature layers and then added them to my SDE.&amp;nbsp; I published them from the SDE and I am just replacing the layers.&amp;nbsp; I did add a few fields but I did not add any attribute rules.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 13:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1401930#M1333</guid>
      <dc:creator>GaryMorris</dc:creator>
      <dc:date>2024-03-28T13:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-Incident Planning Solution</title>
      <link>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1683387#M1931</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/775498"&gt;@GaryMorris&lt;/a&gt;&amp;nbsp;If you are talking about the 'TimeToCompletion' &amp;amp; the 'Upcoming Workload' data expressions. They are absolutely able to connect to your SDE data, and you are correct that you only need to adjust the two variables of 'portal' and 'fs'.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var portal = Portal('https://gis1.domain.com/portal')
var fs = FeatureSetByPortalItem(portal,'&amp;lt;Feature Server ID&amp;gt;',&amp;lt;Layer ID&amp;gt; ,['assignstation','assignshift','status','plandate','assigndate'],false);&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Feb 2026 15:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-solutions-questions/pre-incident-planning-solution/m-p/1683387#M1931</guid>
      <dc:creator>amarcz_cc</dc:creator>
      <dc:date>2026-02-10T15:43:40Z</dc:date>
    </item>
  </channel>
</rss>

