Header in custom view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krmn.msg
    Member
    • Jun 2016
    • 36

    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!
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #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...