...
As of November 4, we have a working Accela implementation which uses the - we are "replicating" to a table named eas_flat_addresses. We use the ArcGIS rest API. We use addFeatures for inserts, and we use query and updateFeatures for updates. You ; inserts maps to addFeatures; updates maps to query and updateFeatures. Note that we do not delete address records. You can see the code here and it should be running now on our DEV instance. You can also get some sense of how this works by examining the insert and update log file output.
After some discussion, Mike and Paul have decided to try the simplest thing that could possibly work. In this case, this means using a flattened representation of EAS addresses. This should allow us to better understand Accela and how addresses work in Accela. We expect that we'll make some changes as we learn.
...