Select to view content in your preferred language

Python tools and feature service editing

547
1
Jump to solution
09-08-2022 09:15 AM
YinghongLi1
Frequent Contributor

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

0 Kudos
1 Solution

Accepted Solutions
YinghongLi1
Frequent Contributor

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...

View solution in original post

0 Kudos
1 Reply
YinghongLi1
Frequent Contributor

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...

0 Kudos