Hi, new to EspoCRM, really a good system, but a lot of learning curve to do! I'm having an issue with a relationship. I'm using the software to handle a small insurance company policies, problem is that I can't figure out how to display a policy number properly. I did a varchar custom field called Policy Number (inside Policies entity), but when trying to display that under the contact details pane, I can only do a relationship to Policies (inside Contact entity), not to that specific field, and then the Policy number shows in a weird format (maybe hexadecimal), but if I click on that weird number, under contact details the number shows in the correct format. How can I fix that? I'm attaching several images to try to be clear on the problem I have. Thank you in advance for your help!
Announcement
Collapse
No announcement yet.
Help with relationships
Collapse
X
-
go to Administration > Entity Manager > Policy > Formula and past this code:
Code:ifThen(entity\isNew() || !entity\attribute('name') || entity\isAttributeChanged('policyNumber'), name = entity\attribute('policyNumber') );
Rabii
Web Dev
- Likes 1
Comment
-
I recommend you dig to find where the issue start and 'end'. Here is my guide to 'debugging'
https://forum.espocrm.com/forum/installation-and-upgrade-help/57881-trouble-importing-data#post58119Hi there, I just installed espo on my aws server and spent all day setting it up. Email is working fine however importation of my data is not working correctly. I have been using a commercial crm for the past 6 years and have downloaded the data in csv files. It is really strange because Sometimes it imports some of the leads
Comment
Comment