Reports: ID column available in Export to - Field list, but not in Report - Columns

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexvam1
    Junior Member
    • Oct 2023
    • 9

    Reports: ID column available in Export to - Field list, but not in Report - Columns

    I have Advanced Pack module.

    I need to add ID column for Opportunity report.

    But i can't do this, there is no ID column in Columns option.

    By the way... i can do this with Export to XLS, CSV - Field list option.



    How to make available ID column in Columns option, like i have this in Export - Field list option?
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Hi,
    check "export all field" and then id field is exported.
    of course, then maybe not needed fields are exported
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • alexvam1
      Junior Member
      • Oct 2023
      • 9

      #3
      Ok, i'm fixed this.

      Just extend default
      /crm/client/modules/advanced/src/views/reports/fields/columns-list.js

      and add ID column like in Export feature.

      itemList.unshift('id');

      Comment

      Working...