My Calls, My Tasks, and other 'My' dashlets cannot be filtered by assignUsers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arthurmaciel
    Junior Member
    • Jan 2019
    • 15

    My Calls, My Tasks, and other 'My' dashlets cannot be filtered by assignUsers

    On Calls, Tasks and other default entities I can add a link to assignedUsers and it works fine when assigning, as explained on https://www.espocrm.com/documentatio...ssigned-users/.

    But My Calls, My Tasks, and other 'My' dashlets stop showing my records. If I create I Record List and filter by 'Mine' I cannot see any record either.

    If I delete the assignedUsers link and create a call, task or other, assigning my user as the sole user, the Call, Task and other show up again in my default dashlets and in customized Record Lists.

    So I suppose that assignedUser is possible for assignment, but not for filtering in dashlets. Is there a plan to fix it?

    Thanks!
    Arthur
  • yuri
    Member
    • Mar 2014
    • 8547

    #2
    Hi Arthur,

    I tested tasks and it worked as expected. Only My filters shows tasks where my user is in Assigned Users list. It's the way it was designed and is not planned to be changed.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • arthurmaciel
      Junior Member
      • Jan 2019
      • 15

      #3
      Hi Yurikuzn, you are right. With tasks it works perfectly, but with Call and Meetings the only records shown in My Call and My Meetings are the ones I'm assigned in assignedUser (before creating assignUsers) or the ones in which I'm enrolled as a participant (Attendees). Is there a way to show records in My Call and My Meetings in which I'm one of the assignedUsers?

      Thanks!
      Arthur

      Comment

      • yuri
        Member
        • Mar 2014
        • 8547

        #4
        I will take and look. Maybe it's reasonable to copy users from Assigned Users to Users field.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • arthurmaciel
          Junior Member
          • Jan 2019
          • 15

          #5
          If there is a way to do that automatically it will be lovely. Thanks again!

          Comment

          • yuri
            Member
            • Mar 2014
            • 8547

            #6
            You can try to utilize formula.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • yuri
              Member
              • Mar 2014
              • 8547

              #7
              usersIds = assignedUsersIds;
              If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

              Comment

              • arthurmaciel
                Junior Member
                • Jan 2019
                • 15

                #8
                Yurikuzn, wow! Really nice! It worked perfectly.

                Unfortunately My Calls dashlet only show Calls with dateStart today. Do you know if there is a way to make it show all the calls for an user listed in assignedUsers?

                Thanks!!

                Comment

                Working...