I have a feature service that I want to add items to using the editor. I have an attribute that I want to assign a guid to:
UNIQUEID (Type: esriFieldTypeGUID, Alias: UNIQUEID, Length: 38 )
How do I assign a guid to this? In fiddler I receive this error for addResults:
code=-2147219887
description=Setting of Value for UNIQUEID failed.
I haven't found how to format my GUID yet for this to work. Please help.
Thanks!
James