• import data into relationship table

    following on from my last question, I have managed to generate a CSV of 635 records to go into my holokote - feature-key relationship table, this was easy to do with my local backup of my live cloud system. My question now is, is there anyway to import…
  • How to get scheduled report in .csv format?

    Currently scheduled report get in pdf format but is there any way to get scheduled report in .csv format? #scheduled #report csv
  • Alternative to fputcsv as it is banned

    Hi can anyone help me with alternative to php function fputcsv which is banned by sugar Thanks in advance
  • 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…