I'm continuing working on enhancements on the edit widget. I've built an Object Class Extension to generate a uniqueID and populate a field based on some rules, I've deployed it and it works well.
When you make an edit to one of five fields the values of those fields are combined to populate a sixth field in the object class extension. When I make an edit to one of those five fields the applyEdits function fires and sends the update (updating all fields?). The class extension fires and fills in the sixth field. The attribute inspector doesn't know this happens and doesn't reflect the result for the sixth field.