Contact phone number in Meeting entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cossplay
    Junior Member
    • Aug 2021
    • 18

    Contact phone number in Meeting entity

    Hello!

    I need to monitor a phonenumber of contact or lead in Meeting entity like a Call entity.

    In call entity i have linked contact and i see his phone number, i need to do same thing in meeting entity.

    How i can do that?

    Thanks for any replies.
  • emillod
    Active Community Member
    • Apr 2017
    • 1456

    #2
    There field called phoneNumbersMap which contain phone numbers. Then custom field in call entity show next to contact/lead phone number. Here you have code:
    EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.

    Comment


    • cossplay
      cossplay commented
      Editing a comment
      Thank you! Thats works!
  • esforim
    Active Community Member
    • Jan 2020
    • 2205

    #3
    I don't know the cool way that EspoCRM does it, what I did do was by creating a relationship between two entity, then I create the foreign field and link it like that for Task entity. I would assume Meeting can do the same thing.

    As it is an field, you need need to add it to your layout. For me I add it to the sidebar.
    Last edited by esforim; 09-06-2021, 02:39 AM.

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1456

      #4
      esforim yeah, but it'll not work for multiple contacts/leads. Author have to dig in source code and just copy/paste what they already did.

      Comment


      • esforim
        esforim commented
        Editing a comment
        Yeah it a weakness in the big picture. Fortunately it is not a problem for me yet (does cause a few inconvenience occasionally). But your method is probably the way to go... only if you scare of code then would be force to go with my method.
    • item
      Active Community Member
      • Mar 2017
      • 1512

      #5
      Hello,
      i have try but not result
      front-end is not in my knowledge

      If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

      Comment

      • telecastg
        Active Community Member
        • Jun 2018
        • 907

        #6
        Hello cossplay

        Could you please post how you accomplished this ?

        It will help others that might have the same question.

        Thanks

        Comment

        Working...