Announcement

Collapse
No announcement yet.

How do I custom view edit a lead?

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

  • How do I custom view edit a lead?

    Hello,
    I want to add a new field, but I want to do it privately. I don't want to edit the original data.

    Like this;
    Code:
    client/custom/[U][B]modules/crm[/B][/U]/src/views/your-entity-type/record/detail.js
    Code:
    custom/Espo/[U][B]Modules/Crm[/B][/U]/Custom/Resources/metadata/clientDefs/YourEntityType.json
    Or how?

  • #2
    Hello
    the only one path is supported for Custom and it has the highest priority and it is custom/Espo/Custom/Resources/metadata/clientDefs/YourEntityType.json
    If this file exists (it can be created with Entity Manager), even if you override original data, you won't see this changes.
    Also you can define own module, which have the less priority , then base (crm), and in this module define your clientDefs

    Comment

    Working...
    X