Announcement

Collapse
No announcement yet.

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

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

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

  • #2
    Hi,
    check "export all field" and then id field is exported.
    of course, then maybe not needed fields are exported

    Comment


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