I'm using the JavaScript API version 4.18. I'm building a popup on a layer that has a GUID field that I want to display. The field does not display weather I use defaultPopupEnabled = true or if I create my own template for the layer. I've found this in the CreatePopupTemplateOptions documentation ("System fields such as Shape_Area and Shape_length, in addition to geometry, blob, raster, guid and xml field types are automatically ignored"): https://developers.arcgis.com/javascript/latest/api-reference/esri-support-popupUtils.html#CreatePopupTemplateOptions
Is there anyway to display a GUID field in a popup?