• How to exclude email address field from Export.csv for contacts module

    How to exclude the email address field from Export.csv for the contacts module
  • What does Sugar use to determine the order of columns in the list view export?

    I have overridden the create_export_query function for both a custom module and an out of the box module (Contacts). For the custom module it works fine in that it orders the columns in the CSV based on the order my SQL query returns the fields however…