Announcement

Collapse
No announcement yet.

Custom csv/xls export

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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...
    X