Contacts phone numbers in calls list

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • maryam1234
    replied
    phone numbers are not showing.
    public function loadAdditionalFieldsForList(Entity $entity) { parent::loadAdditionalFieldsForList($entity); $entity->loadLinkMultipleField('users'); $entity->loadLinkMultipleField('contacts'); $entity->loadLinkMultipleField('phoneNumbers'); }

    Leave a comment:


  • Maryam123
    replied
    My phone numbers are not showing
    Attached Files

    Leave a comment:


  • Maryam123
    commented on 's reply
    Hello my phone numbers are not showing

  • yuri
    replied
    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:


  • Truin
    started a topic Contacts phone numbers in calls list

    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 you
Working...