If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
RelashionShip Panel missing after upgrade from 5.7 to 6.1
Thank You. If no other option, I will do this. But, I am not a coder.
So, please confirm. There is no more RelashionShip Panel in newer ESPO versions administration interface. Is this right?
Hi, you can have a look in the custom folder: Resources->metadata->entityDefs->your entity.json. There is a line in tasks, emails, meetings etc.
Code:
"layoutRelationshipsDisabled": true
Configured as above it will not be displayed, set it to "false" to display.
So.. I really can't find contract layoutRelationshipsDisabled in registration.json file.
I was very simple process in old espo version..
Pls see attachements..
So you want to display the contracts in your registration entity, right?
If so, you do that in the registration entity in the Admin Interface->entity Registration->layout manager->look for the field contracts of type link.
If it is not there to choose, maybe your relationship does not exist (any more). Then you would have to create the relationship in Contract entity, which will generate the linked field. Then it should be displayed in the layout manager of Contract.
It could happen, that from upgrading espoCRM there remained the relationship in the database. Then you would get a message on creating the relationship, that it is already there and cannot be saved. In that case you would have to search in your MySQL database for the table of that name and delete it. After that you can create the new relationship.
Any other questions, feel free to ask.
If the Relationship has not been deleted, it should appear in Administration > Entity Manager > Contract > Relationships (in v.7.4.3).
And the Acte additionale field (if its Lable has not been changed) should be in other Layouts.
For example, in screenshot 1 you have Administration > Entity Manager > Contract > Layouts > List. As for screenshot 2, we are talking about Bottom Pannels, namely Administration > Entity Manager > Registratura > Layouts > Bottom Pannels (where Contracts should be available, of course depending on whether there is a Relationship with the appropriate Link Type between Contracts and Registratura).
If the Relationship has not been deleted, it should appear in Administration > Entity Manager > Contract > Relationships (in v.7.4.3).
And the Acte additionale field (if its Lable has not been changed) should be in other Layouts.
For example, in screenshot 1 you have Administration > Entity Manager > Contract > Layouts > List. As for screenshot 2, we are talking about Bottom Pannels, namely Administration > Entity Manager > Registratura > Layouts > Bottom Pannels (where Contracts should be available, of course depending on whether there is a Relationship with the appropriate Link Type between Contracts and Registratura).
Comment