Results 1 to 6 of 6

Thread: SugarCRM 5.2i doesn't import custom fields

  1. #1
    ryan.mcgarrie is offline Junior Member
    Join Date
    Aug 2008
    Posts
    3

    Unhappy SugarCRM 5.2i doesn't import custom fields

    Hi,

    We've started to move alot of our data accross to a new implementation of SugarCRM 5.2j.
    Unfortunately, it doesn't import data into custom fields that I created in Studio - for Accounts.

    I cant seem to find a known bug (past v5.2a) is anyone experiencing the same problem?

    Any help would be appreciated. PLEASE!!!!

    Thanks,

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

    Default Re: SugarCRM 5.2i doesn't import custom fields

    When you created the custom field did you mark as being available for import?

  3. #3
    esilverberg is offline Junior Member
    Join Date
    Oct 2009
    Posts
    2

    Default Re: SugarCRM 5.2i doesn't import custom fields

    I am seeing this behaviour. My fields are marked as importable. Sugar 5.2.0j flat out refuses to import custom fields, even though I can map them just fine.

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

    Default Re: SugarCRM 5.2i doesn't import custom fields

    Are you getting any error messages ... what are they?

    what versions of webserver, operating system, database and php are you running?

  5. #5
    esilverberg is offline Junior Member
    Join Date
    Oct 2009
    Posts
    2

    Default Re: SugarCRM 5.2i doesn't import custom fields

    I realized the issue.

    When I created a URL field, sugar gave it a default size of 25. That limitation was expressed in the database and never exposed in the import UI. When it tried to execute the INSERT statement for leads_cstm, mysql failed with a "data too large for field" error, but sugar silently swallowed this error and went along creating records. A failure for one custom field resulted in no custom fields being stored, because all the custom fields are stored in one INSERT statement.

    The solution was to go back and enlarge the field size for those custom fields to 255.

    Sugar should not be hiding these kinds of mysql errors - the whole insert should have failed and it should have told me why.

  6. #6
    Captivea's Avatar
    Captivea is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    52

    Lightbulb Re: SugarCRM 5.2i doesn't import custom fields

    Check the datatable as well
    Sugar 5.5 can break the import functionnality if you first created some required fields in the studio (it creates a not null column as well in the DB) and then delete the column from the studio (it doesn't delete the column in the db, and so MySQL can't insert new rows)

    You have to manually delete the column before being able to import any data
    Captivea
    Partenaire officiel SugarCRM France
    Découvrez nos solutions CRM basées sur SugarCRM
    -----
    695 av. Paul Louis Merlin - "Espace Merlin" - 73800 Montmélian
    Tél : 08 11 69 63 30 – Fax : 09 72 13 05 20

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Custom Fields Not Populating on Import
    By vccsdotca in forum Help
    Replies: 5
    Last Post: 2008-05-28, 09:42 PM
  2. import for custom fields and custom modules
    By waverider in forum Developer Help
    Replies: 2
    Last Post: 2008-03-14, 09:44 AM
  3. Import Custom Fields 5GA
    By JeanetteRoss in forum Help
    Replies: 0
    Last Post: 2007-12-17, 02:19 PM
  4. Help anybody - import to custom fields
    By infocap in forum Help
    Replies: 3
    Last Post: 2005-02-09, 01:42 PM

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
  •