<?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 Potential bug regarding views created in an sde database? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1419537#M7030</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not sure if anyone else has experienced this issue, but I have an issue with one of my attribute rules where my arcade expression validates but cannot be saved.&lt;/P&gt;&lt;P&gt;I am using 10.9.1 for the sde database. I just wanted to know if this is a sde version issue or a general issue. I am still exploring other means to see if I can circumvent the issue or find another potential solution around it.&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 17:33:40 GMT</pubDate>
    <dc:creator>RPGIS</dc:creator>
    <dc:date>2024-05-06T17:33:40Z</dc:date>
    <item>
      <title>Potential bug regarding views created in an sde database?</title>
      <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1419537#M7030</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not sure if anyone else has experienced this issue, but I have an issue with one of my attribute rules where my arcade expression validates but cannot be saved.&lt;/P&gt;&lt;P&gt;I am using 10.9.1 for the sde database. I just wanted to know if this is a sde version issue or a general issue. I am still exploring other means to see if I can circumvent the issue or find another potential solution around it.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 17:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1419537#M7030</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2024-05-06T17:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Potential bug regarding views created in an sde database?</title>
      <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1419556#M7031</link>
      <description>&lt;P&gt;There are a number of enterprise geodatabase platforms, even if you don't consider the four different flavors of each RDBMS, so your problem statement is missing critical information.&lt;/P&gt;&lt;P&gt;Please specify the exact RDBMS in use (major and minor version, at least), the geodatabase release of the EGDB, the table definition, the exact attribute rule, and the exact Arcade expression in use.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 18:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1419556#M7031</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2024-05-06T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Potential bug regarding views created in an sde database?</title>
      <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1419568#M7032</link>
      <description>&lt;P&gt;ArcGIS Pro - 3.2+&lt;/P&gt;&lt;P&gt;Enterprise - 10.9.1&lt;/P&gt;&lt;P&gt;Arcade Expression Version - 1.0.0+&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var Asset = $feature.assetnum
var Location = $feature.location
var Check = $feature.CheckWorkOrder

var Query = 'location = @Location OR asset = @Asset'
var WO = OrderBy( FeatureSetByName($datastore, "table.MaxWOs"), 'reportdate DESC' )
if ( Boolean( Filter( WO , Query ) ) ){
    WO = Filter( WO , Query )
    Console( First( WO ) )
    }&lt;/LI-CODE&gt;&lt;P&gt;The view is created using a linked server so I wouldn't be able to post the definition for it here.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 18:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1419568#M7032</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2024-05-06T18:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Potential bug regarding views created in an sde database?</title>
      <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1422294#M7033</link>
      <description>&lt;P&gt;It turns out that in order for attribute rules to identify any view(s) the view(s) need to be registered with the enterprise sde database.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 13:25:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1422294#M7033</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2024-05-13T13:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Potential bug regarding views created in an sde database?</title>
      <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1454698#M7035</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/22623"&gt;@RPGIS&lt;/a&gt;&amp;nbsp;&amp;nbsp;When you say &lt;EM&gt;"registered with the database"&lt;/EM&gt;, do you mean &lt;EM&gt;"registered with the &lt;U&gt;&lt;STRONG&gt;geo&lt;/STRONG&gt;&lt;/U&gt;database"&lt;/EM&gt;?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 04:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1454698#M7035</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-05-13T04:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Potential bug regarding views created in an sde database?</title>
      <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1457849#M7036</link>
      <description>&lt;P&gt;Yes. It has to be registered with the enterprise sde geodatabase.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 13:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1457849#M7036</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2024-05-13T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Potential bug regarding views created in an sde database?</title>
      <link>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1458137#M7037</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Related idea:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/attribute-rules-ideas/use-unregistered-database-view-in-attribute-rule/idi-p/1454659/highlight/true" target="_self"&gt;Use unregistered database view in attribute rule&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 14:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1458137#M7037</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-05-13T14:07:44Z</dc:date>
    </item>
  </channel>
</rss>

