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…
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…