Custom csv/xls export

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irpopescu
    Junior Member
    • Jun 2017
    • 1

    Custom csv/xls export

    HI,I'm trying to implement an export function for a custom table implemented in a custom view. Can you please tell me what are the steps needed to implement this. Thank you.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    the main code is in application/Espo/Core/Controllers/Record.php (actionExport method) and application/Espo/Services/Record.php (export method)
    You need to override the method export in the service or your Entity (custom/Espo/Custom/Services/<your_entity_name>.php)

    Comment

    Working...