CRM Open Source Business & Social CRM Software

Results 1 to 5 of 5

Thread: Hi

  1. #1
    wilsonshamim is offline Junior Member
    Join Date
    Feb 2009
    Posts
    4

    Default Hi

    am New To SugarCRM.
    I dont have coding concept.
    I have certain Problems:
    1.Why is the Relationship permanent.
    2.Is there any way to delete the relationship between modules.
    3.can we create many- to- many and one-to-many relationship between the same modules.
    .If yes then what will happen
    Last edited by wilsonshamim; 2009-03-09 at 03:18 PM.

  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,262

    Default Re: Hi

    Hi Wilson

    Just add the attribute 'tabindex' into field defs at editviewdefs.php

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    wilsonshamim is offline Junior Member
    Join Date
    Feb 2009
    Posts
    4

    Default Questions on Relationship

    I am New To SugarCRM.
    I dont have coding concept.
    I have certain Problems:
    1.Why is the Relationship permanent.
    2.Is there any way to delete the relationship between modules.
    3.can we create many- to- many and one-to-many relationship between the same modules.
    .If yes then what will happen

  4. #4
    wilsonshamim is offline Junior Member
    Join Date
    Feb 2009
    Posts
    4

    Default Re: Hi

    am New To SugarCRM.
    I dont have coding concept.
    I have certain Problems:
    1.Why is the Relationship permanent.
    2.Is there any way to delete the relationship between modules.
    3.can we create many- to- many and one-to-many relationship between the same modules.
    .If yes then what will happen

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

    Default Re: Hi

    Lets suppose you want to define the "tab order" for the field 'account_type' into Accounts module:

    1.Check if the file custom/modules/Accounts/metadata/editviewdefs.php exists, if not copy the modules/Accounts/metadata/editviewdefs.php into it;
    2. Look for the field account_type and add a new attribute into it:

    PHP Code:
    array(
      
    'name' => 'account_type',
      
    'tabindex' => '2',
    ), 
    Go to Admin -> Repair -> Quick Repair and Rebuild

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

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
  •