Hello everybody,
I just installed the 2.2 API this morning and was testing an application when I noticed that some of my editing was not being saved. They were working fine before the new API, but I can't figure out why only some of my features are not working when others are working just fine.
Here's what happens:
After making an edit to a feature in a FeatureDataForm, usually the "Apply" button is enabled to allow me to applychanges before I save. Now, on some of my FeatureLayers, when I make a change, the "Apply" button never enables and when I hit save, the changes are not saved.
This only happens on a few of my Layers, but I can't figure out what they have in common. It's not dependant on the Geometry type, nor is it dependant on the way the FeatureLayer is rendered in application. It affects versioned and versioned with moves to base equally. It also affects features that do and do not have GlobalIDs.
Even if I try to have the FeatureDataForm apply changes programmatically, it still does not recognize it. What am I missing?
Thanks,
Will