How to prevent a new Field type from being sorted

Hello All,
I created a new Dynamic Field, and i really need to prevent this field from being sorted at the ListView when its added at any module.

I know that i need to go to

modules/<ModuleName>/metadata/listviewdef.php  

and find the name field name and add

"sortable"=> false 

to its array.

but i was wondering if there a more generic way to disable sorting of the field whenever its added from studio rather than edit the listviewdef manually for every module.

Thank you alot

Hello Again ?
Any Suggestions ?