Results 1 to 2 of 2

Thread: Display order

  1. #1
    guptajee is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    18

    Exclamation Display order

    I would be extremely grateful to the person who can tell me how to do this.

    When I go into accounts, I see accounts, then activities, then history then contacts and so on in that order. I want to see Contacts right after accounts. Is there anyway to do that? I have searched the admin customization options high and low.

    Thank you so much in advance

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Smile Re: Display order

    Quote Originally Posted by guptajee
    I would be extremely grateful to the person who can tell me how to do this.

    When I go into accounts, I see accounts, then activities, then history then contacts and so on in that order. I want to see Contacts right after accounts. Is there anyway to do that? I have searched the admin customization options high and low.

    Thank you so much in advance
    edit modules/Accounts/Layout_defs.php

    PHP Code:
           'activities' => array(
           
    'order' => 10,
           
    'title_key' => 'LBL_ACTIVITIES_SUBPANEL_TITLE'
    Change the 10 to a 15 and then

    PHP Code:
           'contacts' => array(
           
    'order' => 30,
           
    'module' => 'Contacts'
    change the 30 to a 10
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

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

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
  •