phone numbers are not showing.
public function loadAdditionalFieldsForList(Entity $entity) { parent::loadAdditionalFieldsForList($entity); $entity->loadLinkMultipleField('users'); $entity->loadLinkMultipleField('contacts'); $entity->loadLinkMultipleField('phoneNumbers'); }
Contacts phone numbers in calls list
Collapse
X
-
Hi
That's not easy. You need to create notStorable field. Then in custom Call Service class call define method oadAdditionalFieldsForList where you will load phone numbers.Leave a comment:
-
Contacts phone numbers in calls list
Hello
I want to display contacts phone number in the list of call entity.
how can I do this please?
Thank youTags: None

Leave a comment: