Hello again,
I've add a n:n relationsship person to targetList. Now I can select and add persons to a targetList - all fine.
But the field entryCount didn't count the added persons and may be other actions in conjunction with targetList.
Now gone to the deepth of code :-)
I found 3 places with codepart 'entryCount':
And there are 2 places where entity person is not listed in:
What's to do?
Thanks
Christoph
I've add a n:n relationsship person to targetList. Now I can select and add persons to a targetList - all fine.
But the field entryCount didn't count the added persons and may be other actions in conjunction with targetList.
Now gone to the deepth of code :-)
I found 3 places with codepart 'entryCount':
- ../application/Modules/Crm/Classes/FieldProcessing/TargetList/EntryCountLoader.php
- ../application/Modules/Crm//Resources/metadata/clientDefs/targetList.json
- ../application/Modules/Crm//Resources/metadata/entityDefs/targetList.json
And there are 2 places where entity person is not listed in:
- ../custom/Espo/Custom/Resources/metadata/clientDefs/TagetList.json
- ../custom/Espo/Custom/Resources/metadata/entityDefs/TagetList.json
What's to do?
Thanks
Christoph
Comment