Error
Número de ID del error | BUG-000151657 |
---|---|
Enviado | August 18, 2022 |
Última modificación | September 26, 2025 |
Relacionado con | ArcGIS Field Maps |
Versión encontrada | 22.2 |
Sistema operativo | N/A |
Versión de sistema operativo | N/A |
Estado | 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)
ID del error: BUG-000151657
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri