Show Account field into Tasks list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexiel
    Junior Member
    • Mar 2016
    • 9

    Show Account field into Tasks list

    Hi,
    is there a way to show a field from an entity into another entity panel?
    I have created an enum field for Accounts. I'd like to display it into the Tasks list.
    Thanks
  • yuri
    Member
    • Mar 2014
    • 8453

    #2
    Hi

    Yes. But manually. Check how "accountType" field is implemented in Contact. You need to do it in metadata. There was a thread in this forum about it.
    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

    • alexiel
      Junior Member
      • Mar 2016
      • 9

      #3
      And on the cloud version?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8453

        #4
        On the cloud version no, because it needs changes in files. If you will have an extension we can install it for you.
        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

        • jcortes0309
          Member
          • Mar 2016
          • 68

          #5
          How can you make accountType read only? I tried adding "readOnly": true to my file; however I'm still able to make changes to the accountType.

          Comment

          • yuri
            Member
            • Mar 2014
            • 8453

            #6
            readOnly in entityDefs works fine.
            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

            • jcortes0309
              Member
              • Mar 2016
              • 68

              #7
              Thanks. I will try it again. I might have made a mistake when I tried it last time.

              Comment

              Working...