Hi,
I have some customize code in modifiedField(FieldId _fieldId) method of an existing table. I am trying to move all the customization from the method. Is it feasible using pre/post event handlers for modifiedField() method?
And if so, how can I get the fieldId in my event handler method, which we take as an argument in modifiedField()?