Results 1 to 3 of 3

Thread: Selectively Hide Contact from Contact View

  1. #1
    Robert685 is offline Junior Member
    Join Date
    Apr 2008
    Posts
    4

    Default Selectively Hide Contact from Contact View

    Is there a way to selectively hide a contact from view when viewing an account?

    For example.
    IBM is my account.

    I have 172 Contacts for this account.

    About 5 of these contacts I need on a regular basis.
    Thus, 167 of these contacts are “stale” as it pertains to my daily activities.

    I do not want to delete or remove the “stale” contacts, as that information does have value to me (just not daily value).

    Is there a way I can turn off / “hide from view” those contacts so that I don't have to scroll through pages of contacts to find the contacts I want to work with.


    Thanks!

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Selectively Hide Contact from Contact View

    Hi, Robert.

    You can create an extended layoutdefs for Accounts
    custom/modules/Accounts/Ext/Layoutdefs/layoutdefs.ext.php

    At this file (perhaps you need to create it) you type this piece of code:

    PHP Code:
    $layout_defs['Accounts']['subpanel_setup']['contacts']['subpanel_name'] = 'NewSubpanelName' 
    Replace the 'NewSubpanelName' to a better name for your needs.

    Save the file modules/Contacts/metadata/subpanels/ForAccounts.php with the name choosen for 'NewSubpanelName' and modify the line:

    PHP Code:
        'where' => ''
    To
    PHP Code:
        'where' => 'where clause for your needs'
    This will select only the contacts which satisfy the query.

    Cheers

    --
    André Lopes
    Lâmpada Global Services
    Rua Bela Cintra, 299 conjunto. 51
    São Paulo, SP 01415-000
    tel1. 55 11 3237-3110
    cel. 55 11 7636-5859
    e-mail: info@lampadacrm.com.br

  3. #3
    Robert685 is offline Junior Member
    Join Date
    Apr 2008
    Posts
    4

    Default Re: Selectively Hide Contact from Contact View

    thank you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Contact Name Missing for Contact List View
    By carrier1 in forum Help
    Replies: 0
    Last Post: 2008-03-12, 02:50 AM
  2. Replies: 10
    Last Post: 2006-10-12, 08:59 AM
  3. Contact List View - Email Address
    By clyons in forum Help
    Replies: 4
    Last Post: 2005-03-11, 03:19 AM

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
  •