I'm wondering, with using Python, if there is a way to turn on/off specific fields (make visible/invisible) for all layers in an MXD, where the data type is an SDE feature class(in my case, each layer's data type is a "Query Feature Class" see image). I am aware of the arcpy class "Fields", but I'm not seeing a way to solve my problem with this. Any help is greatly appreciated!
At the bottom of the page is a sample to help you set that up in similar fashion...presumably you could set up a list of fields you want to 'turn off' and loop through that while looping through the relevant layers in your map.
At the bottom of the page is a sample to help you set that up in similar fashion...presumably you could set up a list of fields you want to 'turn off' and loop through that while looping through the relevant layers in your map.