Bug
Bug-ID-Nummer | BUG-000151657 |
---|---|
Eingereicht | August 18, 2022 |
Zuletzt geändert | September 26, 2025 |
Gilt für | ArcGIS Field Maps |
Gefunden in Version | 22.2 |
Betriebssystem | N/A |
Betriebssystemversion | N/A |
Status | Will Not Be Addressed |
Define a GUID initially and check if the field value contains a GUID. If it is empty, create and assign a GUID using the Guid() function. If not empty, return the current GUID field value.
For example, to calculate a random GUID in a field, use the following expression and replace FIELDNAME with the name of the field:
var id = $feature.FIELDNAME
IIf(id==null, guid(), id)
Bug-ID: BUG-000151657
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen