Results 1 to 7 of 7

Thread: Import of Opportunities not working correctly

  1. #1
    changfoot is offline Member
    Join Date
    May 2010
    Posts
    17

    Question Import of Opportunities not working correctly

    Hi all,

    I've hit a snag with importing Opportunities.

    I manage to upload the CSV, and import records, the Import Script says 20 records imported.

    If I look in the DB, there they all are, with their correct assignments.

    BUT, alas... When I goto my opportunity listing and list all opportunities, there is nothing there?

    Not a single record appears in the list, yest the DB has records in it?


    Am I missing something, I've imported before with success, except now each time I do it, it says successful, puts them in the DB but gives me stick when I view the listing?


    any ideas?

  2. #2
    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: Import of Opportunities not working correctly

    Follow my tips here.

    Cheers
    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.

  3. #3
    nickgiguere is offline Senior Member
    Join Date
    Jun 2009
    Posts
    24

    Default Re: Import of Opportunities not working correctly

    Hi ... I've run into the same problem but with Leads. I've imported leads and they show after import but then I did a search and bam, they are not there. Data is in the database but will not show in any view. I tried adding that line in the code to see the query but it doesn't seem to be working. Any advice?

  4. #4
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Import of Opportunities not working correctly

    Hi,

    Try echoing list view query (include/ListView/ListViewData,php) and run that query in database. Do you get result there?
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  5. #5
    nickgiguere is offline Senior Member
    Join Date
    Jun 2009
    Posts
    24

    Default Re: Import of Opportunities not working correctly

    Thank you for the reply ... i've tried echoing the query per the link above .. it doesn't work for some reason. Not sure why.

    e.g.:
    PHP Code:
            $main_query $ret_array['select'] . $params['custom_select'] . $ret_array['from'] . $params['custom_from'] . $ret_array['inner_join']. $ret_array['where'] . $params['custom_where'] . $ret_array['order_by'] . $params['custom_order_by'];

    echo 
    "<LI>$main_query"
    Quote Originally Posted by davidboris View Post
    Hi,

    Try echoing list view query (include/ListView/ListViewData,php) and run that query in database. Do you get result there?

  6. #6
    Join Date
    Feb 2007
    Location
    San Jose, CA
    Posts
    1,169

    Default Re: Import of Opportunities not working correctly

    This may be an incredibly simple answer, but did you make sure you clicked the "Clear" button before searching for the Leads? Sugar saves your previous search criteria and if you want to see all records you'll need to click the Clear button before searching.
    Susie Williams

  7. #7
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Import of Opportunities not working correctly

    Hi,

    What is not working when you echo that query? Paste the query here which appears when you echo it.

    And try the suggestion of Susie too.

    Quote Originally Posted by nickgiguere View Post
    Thank you for the reply ... i've tried echoing the query per the link above .. it doesn't work for some reason. Not sure why.

    e.g.:
    PHP Code:
            $main_query $ret_array['select'] . $params['custom_select'] . $ret_array['from'] . $params['custom_from'] . $ret_array['inner_join']. $ret_array['where'] . $params['custom_where'] . $ret_array['order_by'] . $params['custom_order_by'];

    echo 
    "<LI>$main_query"
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. zuckerReports xls not working correctly
    By blitz2190 in forum Help
    Replies: 0
    Last Post: 2010-01-07, 08:37 PM
  2. Replies: 0
    Last Post: 2008-09-25, 08:57 AM
  3. Replies: 5
    Last Post: 2008-01-09, 02:08 PM
  4. GMAIL POP Not working correctly
    By rfenn in forum Help
    Replies: 4
    Last Post: 2007-08-27, 02:31 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
  •