Announcement

Collapse
No announcement yet.

Call parent type in to the list report

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

  • Call parent type in to the list report

    Hi,

    I want to get a call list report with including parent type entity. But its not there. is there any way i can fetch parent type to the list report ???
    Cheers!
    Nishan.

  • #2
    Hello.
    Please make this:
    1. create in the Call entity new field of the Varchar type with a name for example 'myParentType';
    2. add this formula to the Call entity: myParentType = parentType;
    3. recalculate formula for all your Call's records;
    4. Add your myParentType field to the report fields.

    Comment


    • #3
      Hi Maximus,

      Thank you for the reply. I'll check this and get back to you.
      Cheers!
      Nishan.

      Comment


      • #4
        Hi Maximux,

        This is working. Thank you so much for the support.! Cheers!
        Cheers!
        Nishan.

        Comment

        Working...
        X