<?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: ArcGIS Enterprise - Postgres Trigger Workflow in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1282374#M8418</link>
    <description>&lt;P&gt;Hi Marlon&lt;/P&gt;&lt;P&gt;Many thanks for your reply. I didn't know I could achieve this with attribute rules.&lt;/P&gt;&lt;P&gt;Do you by any chance know of any documentation regarding how I could define feature classes outside the one I am creating the rule for? As this is going to Enterprise&amp;nbsp; and the datasets are in postgres, I don't know how to reference the layers.&lt;/P&gt;&lt;P&gt;For instance would this work say getting the data from test_layer?&lt;/P&gt;&lt;P&gt;var test_variable = FeatureSetByName($datastore, "test_layer")&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kivanc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 15:29:43 GMT</pubDate>
    <dc:creator>KIVANC</dc:creator>
    <dc:date>2023-04-25T15:29:43Z</dc:date>
    <item>
      <title>ArcGIS Enterprise - Postgres Trigger Workflow</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1280764#M8412</link>
      <description>&lt;P&gt;I am working on a project where users enter data to a table using survey123 in ArcGIS Enterprise and I would like to have a trigger in postgres to auto-populate a second table whenever a row is inserted, which should be available in ArcGIS Enterprise as well. I believe since the table has objectID and GlobalID fields, my trigger function failed when I added data in ArcGIS Pro as a trial.&lt;/P&gt;&lt;P&gt;Appreciate any help regarding this. Maybe there is another logical approach that I am missing?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 14:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1280764#M8412</guid>
      <dc:creator>KIVANC</dc:creator>
      <dc:date>2023-04-20T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Enterprise - Postgres Trigger Workflow</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1281080#M8414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447668"&gt;@KIVANC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look into using Attribute Rules if are you using ArcGIS Pro&amp;nbsp;exclusively.&lt;/P&gt;&lt;P&gt;Attribute Rules (calculation rule)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-attribute-rules.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-attribute-rules.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Share data with attribute rules&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/share-datasets-with-attribute-rules.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/share-datasets-with-attribute-rules.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 22:25:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1281080#M8414</guid>
      <dc:creator>MarlonAmaya</dc:creator>
      <dc:date>2023-04-20T22:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Enterprise - Postgres Trigger Workflow</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1282374#M8418</link>
      <description>&lt;P&gt;Hi Marlon&lt;/P&gt;&lt;P&gt;Many thanks for your reply. I didn't know I could achieve this with attribute rules.&lt;/P&gt;&lt;P&gt;Do you by any chance know of any documentation regarding how I could define feature classes outside the one I am creating the rule for? As this is going to Enterprise&amp;nbsp; and the datasets are in postgres, I don't know how to reference the layers.&lt;/P&gt;&lt;P&gt;For instance would this work say getting the data from test_layer?&lt;/P&gt;&lt;P&gt;var test_variable = FeatureSetByName($datastore, "test_layer")&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kivanc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1282374#M8418</guid>
      <dc:creator>KIVANC</dc:creator>
      <dc:date>2023-04-25T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Enterprise - Postgres Trigger Workflow</title>
      <link>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1282399#M8419</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447668"&gt;@KIVANC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes, if you want to reference another feature class, the FeatureSetByName would be used.&lt;/P&gt;&lt;P&gt;The following resources are helpful to review examples and review how different functions are utilized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-script-expression.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-script-expression.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/arcade/profiles/attribute-rule-calculation/" target="_blank"&gt;https://developers.arcgis.com/arcade/profiles/attribute-rule-calculation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/arcgis-enterprise-postgres-trigger-workflow/m-p/1282399#M8419</guid>
      <dc:creator>MarlonAmaya</dc:creator>
      <dc:date>2023-04-25T15:55:55Z</dc:date>
    </item>
  </channel>
</rss>

