• 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
  • Separate import/export permissions from API permission

    Hello, It is a best practice to prevent users from exporting data to CSV or mass-importing. However, blocking these permissions will prevent them from using the Outlook plugin (and Sugar Connect, I suspect). It would be great it there were additional…
  • Add support for upserts in SugarCRM API

    Hi SugarCRM, I'd like to highlight this as a key missing element for the SugarCRM API. Specifically, this API allows us to integrate more easily with external systems by using the upsert functionality based on an external key or id. It's available in…
  • 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…