Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Imported leads exist in DB, invisible everywhere

  1. #1
    nyaconis is offline Member
    Join Date
    Aug 2008
    Posts
    8

    Exclamation Imported leads exist in DB, invisible everywhere

    Hello,
    I'm using Sugar CE 5.1 and have imported 788 Leads using the import module. I imported the leads as Admin. I an see the 788 records in the database, all are assigned to user_id 1, admin. When in the dashboard, or the lead module, there are no leads listed.

    Another note, even when creating a lead through the editor saves the lead and brings up the edit screen, but after saving and closing lead does not become visible.

    What are some things I cacn check or why wouldn't these be appearing in the list?

    I've attempted to debug this to see if anything is even being pulled into a list. Here is the generated sql for the list_view function:
    SELECT leads.*, users.user_name assigned_user_name,leads_cstm.* FROM leads LEFT JOIN users ON leads.assigned_user_id=users.id LEFT JOIN email_addr_bean_rel eabl ON eabl.bean_id = leads.id AND eabl.bean_module = 'Leads' and eabl.primary_address = 1 and eabl.deleted=0 LEFT JOIN email_addresses ea ON (ea.id = eabl.email_address_id) LEFT JOIN leads_cstm ON leads.id = leads_cstm.id_c where leads.deleted=0;

    This works fine and pulls in all the records when running against the db. When i add error logging to functions that actually build the lists, i'm not seeing anything fire other than generating the query.
    Last edited by nyaconis; 2008-08-31 at 03:59 PM.

  2. #2
    nyaconis is offline Member
    Join Date
    Aug 2008
    Posts
    8

    Thumbs up Re: Imported leads exist in DB, invisible everywhere

    Ok i found the issue.

    Having more than 4 custom integer fields with a Lead module, the leads will dissapear from display.

    to reproduce, add more than 4 custom integer fields of any size.

  3. #3
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Imported leads exist in DB, invisible everywhere

    I may add here: The same "feature" works in accounts - more than 4 custom fields (tried it with text and integer) make the list view disappear. Once you delete the 5th field the list view is back in all its glory.
    Did you file a bug?

    rgds
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  4. #4
    tuitai is offline Member
    Join Date
    Aug 2008
    Posts
    11

    Default Re: Imported leads exist in DB, invisible everywhere

    Hello,
    I have same problem with leads; any update or link to a bug filed?
    Thanks,
    -Tige

  5. #5
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Imported leads exist in DB, invisible everywhere

    Not yet. Will check an file one if there isn't any yet
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  6. #6
    barrettp is offline Member
    Join Date
    Aug 2008
    Posts
    17

    Default Re: Imported leads exist in DB, invisible everywhere

    Dang,

    What is the workaround. I have a database I am trying to import but I need more than 4 or 5 custom fields to make SugarCRM worthwhile.

    And it appears the data is there.

  7. #7
    barrettp is offline Member
    Join Date
    Aug 2008
    Posts
    17

    Default Re: Imported leads exist in DB, invisible everywhere

    Version 5.1.0 (Build 4732) Complete Stack Install

    Created about 8 custom fields in "Clent" module with Studio

    Then select "Client" tab to go to Clent section

    Click "Import"

    Selected "Tab" import

    Browsed to data text file

    Matched fields with respective import field

    Ran import

    No errors, 3,900 records imported

    Click on "Clients" to view imported

    No records visible

    Try search for known record

    No record shows

    I think it may be related to this thread's problem but not sure. I really need those custom fields.

    Any ideas?

    Thanks,
    Barrett

  8. #8
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Imported leads exist in DB, invisible everywhere

    Filed a bug - No. 24954

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  9. #9
    enrashid is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    59

    Default Re: Imported leads exist in DB, invisible everywhere

    This is just to make sure that it is not just the Sugar import tool that is causing the problem:

    If you create a lead record through the interface as different users, can the records be seem appropirately based on the all the visibility and permission rules you have set up.

    If the answer is yes (which is good), I would then look at the underlying database tables to find out what tables/fields got touched and you may have to import data into those tables NOT using the Sugar import tool, but using SQL or some equivalent tool that imports directly to the tables.

    I had to do this with the out of the box Contract module since there was no import facility at all and link it with the Account module. All is good.

    Now to do a simple test to simulate using an SQL import, access the database tables effected and manually put in entries in the tables/fields that were somehow missed by the Sugar Import tool.

  10. #10
    barrettp is offline Member
    Join Date
    Aug 2008
    Posts
    17

    Default Re: Imported leads exist in DB, invisible everywhere

    My short fix was to import the database using fewer than 4 custom fields and then add the fields once imported. Also, for the record, I was able to import 39,000+ contacts at one time.

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. Replies: 0
    Last Post: 2008-06-17, 06:54 PM
  2. Imported leads directly in a Target list ?
    By natoulou in forum Marketing/Campaign Management
    Replies: 1
    Last Post: 2008-06-12, 12:50 AM
  3. Replies: 4
    Last Post: 2008-05-08, 06:11 AM
  4. Replies: 0
    Last Post: 2008-03-04, 05:22 PM
  5. Query erro after 4.0 upgrade
    By ldebernardini in forum Help
    Replies: 20
    Last Post: 2006-01-13, 05:10 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
  •