Announcement

Collapse
No announcement yet.

Change Link name

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

  • Change Link name

    Hi,

    Is it possible to change the name of the link (relationship between two entities)?

    I see in entityDefs you can edit it:

    Code:
    "project1234567": {
                "type": "link"
            },
    ​
    But when I rebuild en clear cache, it's still the old relationship name in the relationship panel.

    I want to change it to make some links more intuitive when using them in formula script.

  • #2
    I suggest searching for your link name in all JSON files and replace all occurrences. Then clear cache.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • yuri
      yuri commented
      Editing a comment
      It will occur as a field name, a link name, a foreign parameter of a link. In translation files, in layouts. Maybe in some other places.

    • yuri
      yuri commented
      Editing a comment
      If you use PhpStorm, Ctrl + Shift + F. It will find all occurrences in a moment.

      Or with a command:

      grep -R 'yourLinkName' custom
Working...
X