I've been asked to see if its possible to maintain values in a coded domain on an ESRI Geodatabase. I would need to insert, update, and delete code/description combination records in the domain. I've found this article:
https://knowledge.safe.com/articles/886/working-wi...
but it's referring to updating a table that uses a domain, not the actual domain.
I know FME can call a python script like this from within FME...
arcpy.AddCodedValueToDomain_management(in_workspace="H:/MyDocs/geodbs/inspections/Inspections.gdb",domain_name="Structure_No",code="ABC-123",code_description="STRUCTURE 123")
But can FME do it directly?
Thanks,
Sarah