Hi,
Upgrade safe way -----
I would suggest create your own button for export, and check the javascript function sugarListView.prototype.send_form( ) found in include/javascript/sugar_3.
js
Override the function in view.list.php
You will get list of selected record ids and then you can use them in a new file which will do export like function and give you the output as you desire.
If you want to go for upgrade safe way ----- (not preferable)
modify the function create_export_query found in MODULE/MODULE.php
Bookmarks