I am trying to write a python script that will update fields that have ArcFM Connectivity. I have written a simple script using update cursors, but I receive the following error: "TypeError: cannot update join table"
I have tried placing a line of code to remove the join, as well as manually un-joining the table. The ArcFM table shows back up immediately. I have also looked into turning off the automatic join, as described on the ArcFM reference page, but it does not seem to work properly.
Does anyone have an alternative solution to updating fields (with python) that have ArcFM Connectivity?