I created several Python/ArcPy tools to help our editing process. Now we want to use branch versioning and feature service editing. The tools are not working. I'd like to know if I modify the tools and if they will work with feature service editing. Please help. Thanks
Solved! Go to Solution.
I just found out that python/arcpy tools work for the attributes editing. Some arcpy objects may not work, e.g. layer description. Some return less items, e.g. connection properties. I just need add code which will go around the objects which do not work with feature services.
thanks...
I just found out that python/arcpy tools work for the attributes editing. Some arcpy objects may not work, e.g. layer description. Some return less items, e.g. connection properties. I just need add code which will go around the objects which do not work with feature services.
thanks...