Multiple assinged Users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maho
    Junior Member
    • Mar 2016
    • 29

    Multiple assinged Users

    Referal to:
    Hi, compared to vTiger it's great, that it is possible to add more than one object of the same type to another object, e.x. accounts, email and phone to a


    Hi I started testing around a bit and encountered the following problems that aren´t technicaly a Bug but would be helpfull....

    I created a multi link from accounts to useres.
    I can not include the new "assigned useres"- field into the listview and neither its included in the export.
    also I dont have a Idea how to customize the default top right box ("Useres", Teams" ...) to use the new field instead of the old one.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi Maho

    Try to change assigned-user to assigned-users in
    client/src/views/record/detail-side.js
    ​client/src/views/record/edit-side.js

    Clear cache.

    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

    • gribs
      Senior Member
      • May 2015
      • 104

      #3
      Hi thanks for the tips Yuri

      it works in detail and edit view, but what about list view ? And how to put current assigned user in assigned users ?

      Thanks for your help..

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Hi

        In service class you need to load them in loadAdditionalFieldsForList
        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

        • bandtank
          Active Community Member
          • Mar 2017
          • 379

          #5
          Maho Did you ever get this to work the way you wanted? I'm trying to replace assignedUser with assignedUsers and if you have any code to share that would be very helpful.

          Comment

          Working...