I would like to create a custom tool or button in Arcmap that programmatically fills in a number of attributes of selected features for a layer. To keep things simple, lets say my Arcmap project only has one SDE layer, and I'd like to populate the Date_Created field. The SDE layer being edited is versioned.
I have some code that partially works, but after the selected records are updated, the layer can no longer draw stating it's in a closed State.
I appreciate any suggestions on how to accomplish this. Thanks, Frank