I need to customize the url of Contact List records. For example, click on Contacts tab display a list of Contacts. Click on a contact display custom module, Preference.

Right now the url of contacts record is :
http://localhost/sugarcrmce/index.ph...&record=someId.
this will get the detail view info for a contact.

I want to change it to something like:
http://localhost/sugarcrmce/index.ph...&record=someId

How can I do it?

Seem like I have to edit it in ListViewData.php, but not sure how.

Thank you for your help

Tien