Hans Dijkema

Results 46 comments of Hans Dijkema
trafficstars

Thank you for telling this.

> To apply it to "Contact" all you need to do is to create a custom "Contact" entity and extend from "PersonPlus" instead of from "Person" then add a varchar...

> I got it to work without modifying any of the original Espo scripts. I implemented your solution, but See issue telecastg/person-plus-for-espocrm#3 and issue telecastg/person-plus-for-espocrm#4. Either you have no use...

I'm still missing something... When I use a normal list view, I see: ![image](https://user-images.githubusercontent.com/745693/86420347-9d853f00-bcd6-11ea-8c50-0f33be4c8ce0.png) In a list of related contacts, I see: ![image](https://user-images.githubusercontent.com/745693/86420304-62830b80-bcd6-11ea-9fd6-a04b16189c8f.png) Also, in the details view I see:...

Can you elaborate a littlebit on the customization?

I'm sorry for not being clear. These are the steps to reproduce: 1. I added an entity 'Visitatie'. 2. I added a relation from 'Contact' to 'Visitatie'. One to Many,...

Hmm. I'm running EspoCRM almost from the git repository.

I think this is the get? https://crm.nvkh.nl/api/v1/Visitatie?select=name%2ClidId%2ClidName%2Cregiocode%2Cvisitatiedatum%2Cresultaat&maxSize=200&offset=0&orderBy=createdAt&order=desc

I see this: Line 1112: [Sun Jun 28 13:27:52.850913 2020] [php7:notice] [pid 16517] [client [ip]:52989] Array\n(\n [0] => id\n [1] => assignedUserId\n [2] => createdById\n [3] => name\n [4] =>...

Output of > Also here: https://github.com/espocrm/espocrm/blob/5.9.3/application/Espo/ORM/DB/Query/Base.php#L287 > > Add this to debug: > > ``` > if ($entityType === 'Visitatie') { > print_r($params); > die; > } > ``` Output:...