Results 1 to 2 of 2

Thread: all phones in one field in listview

  1. #1
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Arrow all phones in one field in listview

    Hi,

    I have custom phones - phone_work_1_c and phone_work_2_c. My goal is to display them in listview in the phone_work field. I guess with customCode it will be easy. In DetailView I can get the value of a field with:
    Code:
    'customCode' => '{$fields.phone_work_1_c.value} ',
    But in listview they do not appear:
    Code:
      'PHONE_WORK' =>
      array (
        'width' => '15%',
        'label' => 'LBL_OFFICE_PHONE',
        'default' => true,
        'customCode' => '{$fields.phone_work_1_c.value} {$fields.phone_work_2_c.value}',
      ),
    How to show all custom phones in phone_work?
    SugarCE 5.2.0a (Build 5447)
    Thanks

  2. #2
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Default Re: all phones in one field in listview

    Code:
      'PHONE_WORK' =>
      array (
        'width' => '15%',
        'label' => 'LBL_OFFICE_PHONE',
        'default' => true,
        'customCode' => '{$PHONE_WORK_1_C} {$PHONE_WORK_2_C}',
      ),
    Think simple

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Skypeout For Only Office Phones In Contacts List View?
    By Antonio in forum Feature Requests
    Replies: 4
    Last Post: 2011-01-25, 10:49 AM
  2. Custom Search Fields... Phones, Addresses, Etc.
    By jjwdesign in forum Developer Help
    Replies: 2
    Last Post: 2009-04-17, 09:20 PM
  3. clickable field in ListView
    By zaska in forum Help
    Replies: 6
    Last Post: 2009-03-19, 09:09 PM
  4. Add a field in subpanel listview
    By fjhuerte in forum Help
    Replies: 5
    Last Post: 2008-08-28, 08:11 AM
  5. Custom field beneath ListView
    By madmat in forum Developer Help
    Replies: 0
    Last Post: 2008-08-05, 04:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •