Announcement

Collapse
No announcement yet.

Header in custom view

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

  • Header in custom view

    Hi!

    I created a custom entity. And I follow the steps in https://github.com/espocrm/documenta...ustom-views.md page, but my custom view don't have header view. I want have header like the rest of entities.

    Where do I choose these?? Why don't I have header view??

    Thanks!

  • #2
    Hi
    From page
    Code:
     {
      "views": {
        "list": "custom:views/your-entity-type/list",
        "detail": "custom:views/your-entity-type/detail",
        "edit": "custom:views/your-entity-type/edit"
      }
    }
    Did you create custom detail view file exteds 'views/detail' (you have to create all of set views)? If you don't need to change the default logic, you can don't set this view in clientDefs

    Comment

    Working...
    X