email related to location when real state extension used

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marthyr
    Junior Member
    • Jan 2018
    • 20

    email related to location when real state extension used

    Hello,

    I wanted to know if possible to do email's parent to real state location relationship.

    Already tried a lot of combination no luck up to now
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    in application/Espo/Modules/RealEstate/Resources/metadata/scopes/Location.json add "object": true,
    Save > Administration > Rebuild > Entity Manager > Email > Parent > Select Location > Save

    Comment

    • marthyr
      Junior Member
      • Jan 2018
      • 20

      #3
      Hello, Thanks you so much, problem, solved... How could I understand/learn to do this kind of customization? is legal to do it? If I apply a patch in the future, personalization could be lost?

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        To make it upgrade safe create custom/Espo/Custom/Resources/metadata/scopes/Location.json with content {"object": true}

        Comment

        Working...