Announcement

Collapse
No announcement yet.

Edit Target lists

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

  • Edit Target lists

    Hello
    it would be very helpful,
    if you could change contacts of a contact / target list via a mass change the assignment to contact lists.​
    peter

  • #2
    Hi peterberlin,

    Please tell me what you mean by change contacts of a contact / target list via a mass change the assignment to contact lists? Could you show the desired functionality in screenshots?

    Comment


    • #3
      Oh. Sorry for my bad statement.

      Hello lazovic
      I want to mark several contacts in a target list and then reassign them to one or more other target lists using the bulk change.
      Or even remove the marked contacts from the target list using bulk change.
      There is no option to select the target list field when mass change.​

      Comment


      • #4
        In custom/Espo/Resources/metadata/entityDefs/Contact.json

        Code:
        {
            "fields": {
                "targetLists": {
                    "layoutMassUpdateDisabled": false
                }​
            }
        }
        Then clear cache.

        The field will be available for mass-update. I tested, and it seems works. Not sure why I disabled it before. Maybe it didn't work back then.

        Comment


        • peterberlin
          peterberlin commented
          Editing a comment
          thank you very much.
      Working...
      X