Creating features using a preset template which includes features with a relationship built from a GlobalID does not correctly create related features.
上次发布: November 15, 2022ArcGIS Pro
增强功能 ID 编号
ENH-000153689
已提交
November 14, 2022
上次修改时间
August 18, 2025
适用范围
ArcGIS Pro
找到的版本
2.9.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Under Consideration
该问题已由开发团队审核。 其尚未被优先纳入发布计划,但将对其进行监控以确定总体影响。 在优先级排序过程中考虑的因素包括受影响或请求功能的用户数量、业务影响、是否存在解决方法等。 如果漏洞对您的业务产生不利影响,请参阅“操作方法:升级缺陷”(https://support.esri.com/en/technical-article/000024129)。
备用工作流程
For the table, set up the foreign key to be a GUID field rather than the GlobalID field. The primary key in the feature class can be the GlobalID field.
Create a new relationship class between Streams GlobalID and Streams_Related GUID.
Add the Streams feature class and the Streams_Related table to a new map.
Open the Stream's feature template properties.
In the Relationship tab, add the Streams_Related table as a related record https://pro.arcgis.com/en/pro-app/latest/help/editing/configure-a-feature-template.htm.
Close the Properties dialog box.
Select the template updated in step 4 in the Create Features pane.
Click the map to create a new Streams feature and related record.