Results 1 to 2 of 2

Thread: Missing linked field in Contacts

  1. #1
    ysh's Avatar
    ysh
    ysh is offline Sugar Community Member
    Join Date
    Apr 2009
    Location
    Nice, France
    Posts
    91

    Default Missing linked field in Contacts

    Hi

    I created a 'Suppliers' module using the Module Builder, based on the 'Company' model.
    I also configured the following two relationships :

    Suppliers-Cases : many2many
    Suppliers-Contacts : many2many

    I deployed, repaired and then tested.

    In Cases, not only can I see the linked field in the Edit and Detail panels
    but I can also select/assign the linked field during a CVS import.

    With Contacts on the other hand, no show : the linked field isn't visible in either panel,
    or selectable during my imports.

    I compared the Suppliers.php files in their respective locations :
    /sugarcrm/custom/Extension/modules/Cases/Ext/Vardefs/Suppliers.php
    and
    /sugarcrm/custom/Extension/modules/Contacts/Ext/Vardefs/Suppliers.php

    and even though I'm no expert in php coding, I was surprised by the lack of info contained within the Contacts version of Suppliers.php. The file was composed of the following block of text - repeated identically (except for the time stamp) three times :

    // created: 2009-04-21 17:36:56
    $dictionary["Contact"]["fields"]["hispl_hi_suppliers_contacts"] = array (
    'name' => 'hispl_hi_suppliers_contacts',
    'type' => 'link',
    'relationship' => 'hispl_hi_suppliers_contacts',
    'source' => 'non-db',
    );
    ?>

    This is a new and ongoing installation. All I have been basically doing for the moment is
    importing the customers CVS data into the database.

    I have defined a number of custom fields (text, currency, date) in Contacts - could this be the cause of my current situation ?

    Thanks for reading,

    any ideas ?

    ysh

  2. #2
    ysh's Avatar
    ysh
    ysh is offline Sugar Community Member
    Join Date
    Apr 2009
    Location
    Nice, France
    Posts
    91

    Default Re: Missing linked field in Contacts

    Oups,

    I just realised that I haven't provide any description whatsoever of the setup :

    SugarCRM 5.2.0c, MySQL 5.0.67, Apache 2.2.10, php 5.2.9, Opensuse 11.1
    80gb drive, 768 MB RAM, P4 2.55 MHz

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Accounts/Contacts linked to documents
    By pobox90210 in forum General Discussion
    Replies: 4
    Last Post: 2008-08-07, 11:06 AM
  2. Email Addresses missing/not linked
    By jaymcd in forum Help
    Replies: 5
    Last Post: 2008-07-02, 02:13 PM
  3. Creating cases linked to contacts, not to accounts
    By bcnx in forum General Discussion
    Replies: 0
    Last Post: 2008-01-29, 08:21 AM
  4. Replies: 4
    Last Post: 2006-10-11, 04:02 PM
  5. Replies: 0
    Last Post: 2006-07-26, 08:42 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
  •