View Poll Results: Have you had the issue with text fields not sharing data between modules?

Voters
2. You may not vote on this poll
  • Yes, I have searched the forum also and have not found the answer

    2 100.00%
  • Yes, I have the answer and it did not come from the forum

    0 0%
  • Yes, I have asked in other threads also and still have not obtained an answer

    0 0%
  • No, The system has no issues and can share text field data between modules

    0 0%
Results 1 to 6 of 6

Thread: Share Text or Address Fields Between Modules

  1. #1
    cryobite is offline Junior Member
    Join Date
    Jul 2008
    Posts
    2

    Thumbs up Share Text or Address Fields Between Modules

    Linux/Apache Centos 4.6
    Apache/2.2.9 PHP/5.2.6
    5.1.0RC


    I am in the mortgage industry and I was testing the free 5.1.0RC version to see if this system would work for me before purchasing the monthy seat system with support. It seems to be pretty workable but has one big issue as I have found so I am not sure on the subscription. I need help from a good knowledgeable sugar client or tech.

    I want to modify the Lead, Accounts, and Contacts tabs to suit the Mortgage industry

    1. I am separating the leads tab from the Accounts and Contacts making it just for imported mortgage leads and distribution

    2. I am creating a custom module to replace Accounts with Partners to add like title companies, appraisers etc that we deal with.

    3. I want to make contacts a relative association to Partners, so I may enter the name of the contact and select the partner it associates with. In other words, when I add a rep for a certain partner or company in contacts, I want to be able to select the company/Partner he works for using like the Accounts button, or a renamed button called Company and when I choose the company he works for, it automatically adds all the address information and contact numbers for that company. Other than that contacts email and cell number which obviously would be different.

    I have used the same custom field names in both Accounts and Contacts with the same description name etc and when I select the account name like a title companies name, it will not auto import the data to that contact. I tried using custom address fields I created in accounts and added in contacts with same field name and description, and it still does not work.

    I am not sure if I want to waste a month to month fee on a system that is not user friendly and I need someone to tell me if this system can do standard field information carryovers from one form to another, other than the industry type fields, these do work fine when going from one form to the other, it’s the custom test entering fields that do not...


    Any help appreciated...

    Thank You....
    Last edited by cryobite; 2008-07-24 at 09:14 PM. Reason: Add System Information

  2. #2
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Share Text or Address Fields Between Modules

    Well, I'm afraid I need to keep this brief, partly because I want to sleep .

    What you want to achieve is certainly possible, in a perfectly upgrade-safe way, with logic hooks. I'm not sure whether Sugar allows hooks when you host with them, but the system itself does support this.

    you'll also need an expert, because this isn't something you can'T click together in sugar itself.
    Last edited by SugarDev.net; 2008-07-25 at 04:17 AM.
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  3. #3
    eNick is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    UK
    Posts
    282

    Default Re: Share Text or Address Fields Between Modules

    Unfortunately, this doesn't happen. Though you've happened to name the fields in your module the same as in the default modules, this isn't enough to trigger Sugar into thinking it should copy data automatically.


    It would probably be a big problem if it did!

    What you are suggesting would require a logic hook - which is a little piece of customisation catered for via sugar's extensibility framework. In other words, it's program code but not changes to the core program code. That's just where code that moves data around belongs in Sugar so that it remains upgrade safe. (Sorry if you know all this already).

    Some of these issues, however, may be due to you kind of throwing away the accounts module to create your partners module when you could presumably have renamed Accounts to be Partners or Company and modified it to suit? In that case it would. For example, when you convert a lead to an Account/Contact it will copy that data to the Account/Contact. It's difficult to say more specifically with out understanding your business better.

    I think your phrase "is not user friendly" is a little unfair. Clearly its a generic system aimed at a theoretical "normal business" (accepted that doesn't exist) which inevitably means some customisation and some compromise is going to be required.

    This is all just my opinion and others may give you more information or have a different perspective on your problem. Certainly you will usually be able to get assistance to particular issues you face on this board.

    I hope that helps some.
    T H E S U G A R R E F I N E R Y
    : : : SugarCrm Customisation and Integration Services : : :

    SugarCRM Systems Integration Partner
    Trusted with SugarCRM
    http://www.theSugarRefinery.com ::: sales@{removethis}theSugarRefinery.com

  4. #4
    cryobite is offline Junior Member
    Join Date
    Jul 2008
    Posts
    2

    Default Re: Share Text or Address Fields Between Modules

    Well, it’s a little off from what I need... I just want to make the accounts tab into a partner tab, where I can add all the title companies, appraisers etc that we can click on to get their information. I want to make the contacts area, just that...a contacts page and not a leads page so I can enter the employees that we will with for that company.. The leads tab will do a totally different function and work leads only, like a normal lead management system. I am however able to add a contact and when I do this, if I have entered an account/partner, I can select account in contacts and then select the account business name and it add it under the contact, but it will not auto populate the address fields because it says billing and shipping in the accounts module. I can add a custom address field in accounts and also in the contacts with the same field id but it still does not auto populate... Now if I add a custom accounts module and look at the field code for the account field, it will reference in the field code both the contacts field code and the accounts field code when looking at the field code for accounts, and when looking at the contacts field code for the account button, where it will allow you to select the account name, it has this same field code, but reversed... So, if I can figure out exactly how that field code works, I can create other manual text fields with the code linking it with another module like the accounts name field and then do the same in the other module so it will basically do the same, auto populate, correct?

  5. #5
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Share Text or Address Fields Between Modules

    It's really not that simple, I'm afraid. There's a small amount of programming needed for this functionality..
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  6. #6
    magma is offline Member
    Join Date
    Jul 2008
    Posts
    6

    Default Re: Share Text or Address Fields Between Modules

    i think it is very difficult

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. exporting enum custom fields
    By dricrm in forum Developer Help
    Replies: 0
    Last Post: 2007-07-18, 04:41 PM
  2. Replies: 1
    Last Post: 2007-03-20, 01:28 PM
  3. Share custom fields across modules?
    By p3t3 in forum General Discussion
    Replies: 3
    Last Post: 2006-09-12, 01:58 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
  •