contact view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Frank
    Member
    • Aug 2015
    • 64

    contact view

    Good afternoon!

    When I look at the table of contacts "view" - I see displayed the column of table "responsible member", which is a mapping of the standard field of multiple-choice among all users of the system.

    Question: How can I do that would have the opportunity to choose (to appoint) liability by viewing directly from the table - not going to the Edit section?
  • yuri
    Member
    • Mar 2014
    • 8627

    #2
    Hi

    You can redefine rowActionsView class in clientDefs in relationshipPanels section. Then add your action to your view class.
    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

    • Frank
      Member
      • Aug 2015
      • 64

      #3
      Thanks for the advice, I was able to make only correct display (as was necessary, see screenshot). This happened thanks to the creation of a new view of link:

      "assignedUser": {
      "type": "link",
      "view": "Custom. Document.Fields.Linksh"
      }

      which is the same as a link, only now in the list displays a template "edit".

      But now there is a question - now we have select button and cleaning button, but they do not work (when you press the button, nothing happens), in an ideal I would like to see the selection of responsible person, after the selection of which he was appointed to the respective contact, and brought us back to the table "list" of Contacts.

      Any ideas how this can be implemented? Thank you very much for your help, Yuri!
      Attached Files

      Comment

      • Frank
        Member
        • Aug 2015
        • 64

        #4
        Any ideas? Maybe it possible do this by another way?

        Comment

        Working...