Projects Custom Fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • logic-gate
    Junior Member
    • Dec 2024
    • 3

    Projects Custom Fields

    Greetings fellow Espo's.

    We are trying to create Shareholder fields with roles designated to them in the Project detail layout. These shareholders are `contacts` outside our organization; as in not users.

    We created a relationship in the Entity manager to link contacts to the project detail layout. Since we are linking multiple contacts, we cant simply use a text field to designate roles. Assume you add 5 contacts, you'll need to manually add 5 text fields from the entity manager.

    Option 1: Is there a way to enumerate the creation of text fields based on the number of linked contacts?
    Option 2: Can we expand the Team tab(members) to include contacts and users rather than users alone?
    Option 3: Is there a way to create a combined field structure that creates a many-to-many relationship and a singular text field beneath it for every linked contact?

    Is there another way to achieve what we want other than the options?

    Example screenshot.

    Last edited by yuri; Yesterday, 11:16 AM.
  • yuri
    Member
    • Mar 2014
    • 8438

    #2
    Hi,

    Currently there's no the ability to create fields in relationship tables via the UI.

    It's not possible to include Contacts in Members. The project members relationship quite a comprehensive feature and it works only for users by design.
    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

    • logic-gate
      Junior Member
      • Dec 2024
      • 3

      #3
      Hey,

      Cheers Yuri.

      We went with a different idea by creating a new Entity called ProjectRole. Added a many-to-one relation to contacts and a many-to-one relation to Projects. Then linked them to the bottom panel in Projects. It works, but we seem to have faced another issue with the bottom panel. We lost the Tasks tab. Even resetting it to default wont get it back.

      Is there a way to increase the number of allowed tabs? Because it seems that it is fixed to 3.

      Comment

      Working...