Results 1 to 3 of 3

Thread: Tab among fields

  1. #1
    RyanAPetersen is offline Junior Member
    Join Date
    May 2009
    Posts
    1

    Default Tab among fields

    Hi Sugar Community,

    This software has been a life-saver for my start-up - a customizable, extensive CRM system has been essential to getting us off the ground.

    Apache 2, Ubuntu 8.04 Operating System.

    Sugar CRM Community 5.2.0.d

    In the studio interface, for my leads - edit page - layout, I want to customize the order in which a user can tab to enter information, just so it's possible for the user to input lead information strictly by utilizing the keyboard.

    Can anyone point me to the path to do this?

    Thanks!

    Ryan

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Tab among fields

    open the layout of your edit view in Studio, go to one particular field and click the pencil symbol. You have to repeat this for all visible fields there.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: Tab among fields

    Hi Ryan,

    you can do this within Studio. You need to click the edit button for each field in the edit view, and then there is a field called 'Tab Order' that you can populate. This is a bit tedious, since you would need to do this for each individual field. You can also do this in the code in custom/modules/Leads/metadata/editviewdefs.php. You would need to add the following within each field array:
    PHP Code:
    'tabindex' => '1'
    you can change the tabindex number in the order your wish
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2010-04-08, 12:05 PM
  2. Replies: 0
    Last Post: 2008-11-13, 11:45 AM
  3. Creating Fields - calculated fields and 'related' field
    By gipps in forum General Discussion
    Replies: 0
    Last Post: 2007-07-21, 10:17 PM
  4. Replies: 1
    Last Post: 2007-02-06, 09:21 PM
  5. Replies: 1
    Last Post: 2007-01-30, 11:34 AM

Tags for this Thread

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
  •