• export failiure - Could not find a handler for the path specified in the request.

    Hiya, Upon trying to export my Product Templates into a csv file sugarcrm using the get request below export = a.get('.../rest/v11_8/ProductTemplates/export/' + exportline + '?platform=base',allow_redirects=True, headers = headers) os.remove(r…
  • 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…