Announcement

Collapse
No announcement yet.

Quote Link Parent

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

  • Quote Link Parent

    Why isn't there a field "parent" type "Link Parent" in Quotes (Advanced Pack).

    I really need this so I can specify the types of entities the parent can be and have only one parent entity for a quote.

  • #2
    If you don't have needed field - add it with Entity Manager. If there are no such field - develop it.
    Choose entities, which have this feature and use code as example

    also maybe this topic will help you
    Hello, I'm working to a custom extension used for practice management. I created a new entity practice via Resource/metadata/entityDefs and now I would like to add

    Comment


    • #3
      Yes I know, but I can't add a "parent" field of type "Link Parent" where I can choose which entities are applicable. This field type doesn't exist by default. "Link Parent" exists in Calls, Meetings, etc.. but how do I add this type of field to Quotes?

      Comment


      • #4
        add this field manually in entityDefs using previous link and https://forum.espocrm.com/forum/deve...r-field-parent

        open application/Espo/Modules/Crm/Resources/metadata/entityDefs/ use Meeting and Opportunity as example.
        set your changes in custom/Espo/Custom/Resources/metadata/entityDefs

        Comment

        Working...
        X