Unable to add records to a related table hosted in ArcGIS Online if the relationship is created using GlobalID and GUID fields; and contains more than one relationship with the table.
ArcGIS Online
漏洞 ID 编号
BUG-000155928
已提交
February 16, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
November 2022
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The current online version does not support this issue and it is a known limitation.
解决办法
The workarounds are:
Split the current field into two nullable fields; each is responsible for storing the foreign key to one of the tables. This is the most dependable and straight-forward approach to deal with these types of relations.
Ensure the same GlobalID is present in both feature tables before adding a relationship to the table.
Use a different field to have more than one relationship with the table (not the GUID and GlobalID combination).