Page 1 of 2 12 LastLast
Results 1 to 10 of 20
Like Tree1Likes

Thread: Adding multiple Fields similiar to the Email +

  1. #1
    bgsfin is offline Junior Member
    Join Date
    Sep 2009
    Location
    Boca Raton, FL, USA
    Posts
    4

    Default Adding multiple Fields similiar to the Email +

    In the basic CRM the email field has the ablility to add 1, 2, 3 entries, etc. You can add as many emails as you want. If I want to recreate that same process for another field how would I do that. My example is children of a client. Some have none, some have 6. I would like to be about to add that variable to the contact record with Name, DOB & SS#. Can this be done? If so how?

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Adding multiple Fields similiar to the Email +

    Goto Admin>Studio>Contacts

    Create custom fields of type text.

    Modify the EditView and Detail View Layouts.

    AND ... read the manual

  3. #3
    leowolff is offline Sugar Community Member
    Join Date
    Apr 2009
    Posts
    126

    Default Re: Adding multiple Fields similiar to the Email +

    I would like to know this too, which page of the manual? I didnt find any reference.
    Regards,

    SugarCRM CE v.5.2.0c
    Windows platform
    MySQL v.5.0.37
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  4. #4
    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: Adding multiple Fields similiar to the Email +

    Quote Originally Posted by bgsfin View Post
    In the basic CRM the email field has the ablility to add 1, 2, 3 entries, etc. You can add as many emails as you want. If I want to recreate that same process for another field how would I do that. My example is children of a client. Some have none, some have 6. I would like to be about to add that variable to the contact record with Name, DOB & SS#. Can this be done? If so how?
    This feature is not easily customizable. The current email address logic is a hardcoded one which only works for email address and can not be extended for other stuffs.
    So you should need to recreate it by hand.
    Just remember the email addresses you fill in the multiple fields are stored into a separated table (emailaddresses) so the field for which you want to implement such feature should be stored into a separated table too.
    We had developed a feature to accomplish such requirement.
    Let us know if you would like to enjoy that.

    Best regards
    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.

  5. #5
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: Adding multiple Fields similiar to the Email +

    Quote Originally Posted by andopes View Post
    This feature is not easily customizable. The current email address logic is a hardcoded one which only works for email address and can not be extended for other stuffs.
    So you should need to recreate it by hand.
    Just remember the email addresses you fill in the multiple fields are stored into a separated table (emailaddresses) so the field for which you want to implement such feature should be stored into a separated table too.
    We had developed a feature to accomplish such requirement.
    Let us know if you would like to enjoy that.

    Best regards

    Hi andopes,
    Can you please tell me how to implement such feature.
    I am really interested in adding a custom field and buttons similar to the email address.

    Thanks in advance
    ShamimWilson
    shamim.797@gmail.com.

  6. #6
    logicasrl is offline Senior Member
    Join Date
    Sep 2009
    Location
    Italy, not so far from Venice
    Posts
    51

    Exclamation Re: Adding multiple Fields similiar to the Email +

    Quote Originally Posted by andopes View Post
    This feature is not easily customizable. The current email address logic is a hardcoded one which only works for email address and can not be extended for other stuffs.
    So you should need to recreate it by hand.
    Just remember the email addresses you fill in the multiple fields are stored into a separated table (emailaddresses) so the field for which you want to implement such feature should be stored into a separated table too.
    We had developed a feature to accomplish such requirement.
    Let us know if you would like to enjoy that.

    Best regards

    I would be very interested too

    In another thread I am trying to recreate the same thing by a custom "code" field created by "Enhanced Studio" but in this moment I have some difficulties with Javascript (and in a second step I probably will have even more difficulties with a logic hook that will save and retrieve the fields from a custom database table).
    Here is the link to this thread:
    http://www.sugarcrm.com/forums/showt...104#post194104

    Are there other possibilities?
    Thank you very much,
    Luca

  7. #7
    logicasrl is offline Senior Member
    Join Date
    Sep 2009
    Location
    Italy, not so far from Venice
    Posts
    51

    Question Re: Adding multiple Fields similiar to the Email +

    Alternatively, I would only need a couple of indications on how to proceed implementing the functionality with Javascript and Logic Hook.

    The information I would need is:
    1. How could I add some Javascript code to a custom module, without using Enhanced Studio? It would be useful to add an "html table" with "html input text fields", for example (I do not need the Javascript code, only a suggestion about WHERE to insert such Javascript code)
    2. How could I access the values inserted in the html table from the PHP code of a Logic Hook?

    Once resolved these two problems, and creating new custom tables in the database, it should be easy to recreate the functionality of adding multiple rows of a certain field as now happens with multiple email address in the Contacts module.
    If someone could help me in resolving the 2 questions, I'll try to implement a solution and share this with everyone.

    Thank you,
    Luca

  8. #8
    Join Date
    Oct 2009
    Location
    Bangalore
    Posts
    69

    Default Re: Adding multiple Fields similiar to the Email +

    Hello Andopes,

    Could you please explain me about the feature which u have developed to achieve this.

    I am trying to add more phone numbers in Account Module simillar to Email address. Please help me out. i am in very much need

    Quote Originally Posted by andopes View Post
    This feature is not easily customizable. The current email address logic is a hardcoded one which only works for email address and can not be extended for other stuffs.
    So you should need to recreate it by hand.
    Just remember the email addresses you fill in the multiple fields are stored into a separated table (emailaddresses) so the field for which you want to implement such feature should be stored into a separated table too.
    We had developed a feature to accomplish such requirement.
    Let us know if you would like to enjoy that.

    Best regards
    Thanks & Regards,
    Nagaraj S Konaguthi

  9. #9
    Join Date
    Oct 2009
    Location
    Bangalore
    Posts
    69

    Default Re: Adding multiple Fields similiar to the Email +

    Quote Originally Posted by andopes View Post
    This feature is not easily customizable. The current email address logic is a hardcoded one which only works for email address and can not be extended for other stuffs.
    So you should need to recreate it by hand.
    Just remember the email addresses you fill in the multiple fields are stored into a separated table (emailaddresses) so the field for which you want to implement such feature should be stored into a separated table too.
    We had developed a feature to accomplish such requirement.
    Let us know if you would like to enjoy that.

    Best regards
    Hello andopes,

    Please provide me the solution, Even i am looking for similar solution.

    I want to add custom field just simillar to email field

    Awaiting for your reply

    Thanks,
    Regards,
    --Nagaraj
    Thanks & Regards,
    Nagaraj S Konaguthi

  10. #10
    Join Date
    Oct 2009
    Location
    Bangalore
    Posts
    69

    Default Re: Adding multiple Fields similiar to the Email +

    Quote Originally Posted by andopes View Post
    This feature is not easily customizable. The current email address logic is a hardcoded one which only works for email address and can not be extended for other stuffs.
    So you should need to recreate it by hand.
    Just remember the email addresses you fill in the multiple fields are stored into a separated table (emailaddresses) so the field for which you want to implement such feature should be stored into a separated table too.
    We had developed a feature to accomplish such requirement.
    Let us know if you would like to enjoy that.

    Best regards
    Hello Andopes,

    Could you please help me out in creating a custom field simillar to email field.

    I am looking the below solution - for accounts moudle
    1. Add button which creates a new field (phone number field)
    2. on click of save, the phone number should be saved

    Please help me, i got stuck
    Thanks & Regards,
    Nagaraj S Konaguthi

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Adding fields to the Lead Notification Email
    By Berger in forum Developer Help
    Replies: 0
    Last Post: 2009-01-15, 12:19 PM
  2. Adding Data Entry Method when adding custom fields
    By pablo1999 in forum General Discussion
    Replies: 0
    Last Post: 2008-02-07, 05:09 PM
  3. Replies: 1
    Last Post: 2007-01-30, 11:34 AM
  4. Adding Form Fields to an Email Template
    By miles932 in forum Help
    Replies: 1
    Last Post: 2006-01-06, 08:54 PM
  5. Adding custom fields to email templates
    By cbandes in forum Help
    Replies: 0
    Last Post: 2005-08-11, 04:52 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
  •