Announcement

Collapse
No announcement yet.

Item List in self-created entity

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

  • Item List in self-created entity

    Hi
    How to add Item List (look Opportunities Layout Manager) to self created entity "Projects"? I add relations beetween Project and Opportunity Item, but field ItemList not exist on Project Layout Manager. I have only entity Project in Layout -> Relations.

    Thank You for any help!

  • #2
    This field needs development. Use Item field in Opportunity as example. Start to read from entityDefs. Also we have additional entity OpportunityItem
    application/Espo/Modules/Advanced/Resources/metadata/entityDefs/ Opportunity.json and OpportunityItem.json

    Comment


    • #3
      I created Project.json and ProjectItem.json. I get "error 404. Not found"

      Comment


      • #4
        "Server side error 404: Layout ProjektyItem:listItem is not found."

        Comment


        • #5
          Note: It's possible to create custom entity through Admin UI. This article is outdated. I'm going to show you how to create new entities in EspoCRM manually. We will make new simple module called PM (Project Management) with Projects and Tasks entities.

          Comment

          Working...
          X