Announcement

Collapse
No announcement yet.

Report of notes

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

  • Report of notes

    I need a report on all activities for the week.
    To do this, I analyse the notes in a report, which works so far.

    The linked data record is defined by type and ID.

    So account or contact, lead, opportunities.

    I would like to display these in the report,

    Unfortunately, it is not possible to add a field to the notes, otherwise I would have solved this using a workflow.

    How can I access a relationship field in the report with the target entity note?​

  • #2
    Hi Ednt,

    Do I understand correctly, you are using some third-party extension that allows you to use the Note entity as an entity type in reports? In EspoCRM with Advanced Pack extension installed (latest versions), by default it is impossible to make such a report, that’s why I’m asking.

    Comment


    • Ednt
      Ednt commented
      Editing a comment
      can you help me ?

  • #3
    No, i don't use external Application,
    i have Advanced Pack. i have activated note entity.

    But in The Report if I select note as target entity i cannot found the field for account, contract ....

    Do you mean with Complex expressions ?
    Last edited by Ednt; 05-24-2024, 02:18 PM.

    Comment


    • #4
      Ednt,

      How did you activate the Note entity for reports? I need this information to reproduce this case.

      Comment


      • Ednt
        Ednt commented
        Editing a comment
        Have you read how I have enabled note in report?

    • #5
      i was modifying ./custom/Espo/Modules/Advanced/Resources/metadata/entityDefs/Report.json

      delete in "entityListToIgnore" "Note",

      and

      "entityListAllowed": [
      "CampaignLogRecord",
      "Note"
      ],

      Comment


      • #6
        Hi,

        There is an extension stream plus helps to provide notes into reports in addition to entity manager, so you can enhance it with custom fields
        CEO of Eblasoft
        EspoCRM Expert since 2014
        Full Stack Web Developer since 2008
        Creator of Numerous Successful Extensions & Projects​

        Comment

        Working...
        X