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

Thread: Home Pipeline and opportunities

  1. #1
    jmcalderond is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    Sugar, Hell
    Posts
    113

    Default Home Pipeline and opportunities

    Hi there,

    5.0.0e on windows

    I have opportunities on different stages being shown in the pipeline on the home tab, that's ok so far but the issue I have here is that when I click on any stage of the opportunitie, it is supposed to take me to that module and show me the records that belong to that stage I clicked on right!!!, well, that's exactly what it's not being done, instead, I'm getting to see the opportunities module with the advanced search tab showing the assigned to option selected on the name of the current user and no records are shown.
    I've seen these related records on another instance that I have, there this feature works fine and shows the corresponding records within the selected stage on the home tab; now, the only difference I see between these two instances is that in the second one I mention you get to see the opportunities module on the advanced search but no options are selected meanwhile in the one mentioned first there's an option selected, I guess that's why I can see the records in this instance while I can't in the other.

    I hope I've explained the issue well,

    Any ideas to solve this?? - Thank you for your help guys!!!

    Juan Miguel

  2. #2
    francisco.daza is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    45

    Default Re: Home Pipeline and opportunities

    Hi,

    Does anyone have any suggestions about fixing this issue???

    Help me out with this please!!

    Juan Miguel

  3. #3
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Home Pipeline and opportunities

    Yes I see there is a bug in the dashlet.

    It calles the advanced search with a parameter sales_stage=<displayvalue>
    This should be sales_stage=<databasevalue>

    In 451 it is called correctly with the database value of the sales stage, in 500 it is called with the display dropdown value of the stage.

    As most users use the original definition of sales_stage_dom the database and display values are equal.

    But if you renamed your display values of sales_stage_dom it does not work anymore.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  4. #4
    francisco.daza is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    45

    Default Re: Home Pipeline and opportunities

    Quote Originally Posted by kuske

    But if you renamed your display values of sales_stage_dom it does not work anymore.
    No kuske, I haven't renamed anything from that dropdown list, I'm curently using an instance of version 5.0.0e and it's not working but with another instance I have (version 5.0.0a) it does work.

    Do you have any suggeestions for fixing this issue??

    Thank you in advance!!

    Juan Miguel

  5. #5
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Home Pipeline and opportunities

    Yes francisco!

    In version 5.0.0e in module /modules/Charts/Dashlets/PipelineByeSalesStageDashlet/PipelineByeSalesStageDashlet.php in function getChartData() there is one important line more than in version 5.0.0a.
    If you comment this line, all works like in 5.0.0a


    PHP Code:
            foreach($selected_datax as $sales_stage){
             foreach(
    $temp_data as $key => $value){
              if (
    $value['sales_stage'] == $sales_stage){
               
    //$value['total'] = $symbol . $value['total'];
    //KUSKE
    //           $value['sales_stage'] = $app_list_strings['sales_stage_dom'][$value['sales_stage']];
    //KUSKE
               
    array_push($data$value);
               unset(
    $temp_data[$key]);
              }
             }
            } 
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  6. #6
    greenie is offline Member
    Join Date
    Jun 2008
    Posts
    15

    Default Re: Home Pipeline and opportunities

    Hi Kuske

    I have a couple of custom charts using custom drop down fields. The charts work however the drill down in the charts don't. I had a look at the sugarcrm.log and see that the correct database field name is used in the url but is ignored by the advanced search function.

    Have you had any success at getting the drill down to work with custom fields in custom charts?

    greenie

  7. #7
    francisco.daza is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    45

    Smile Re: Home Pipeline and opportunities

    Wow man!!!!

    That fixed the issue for non-admin users but when comes to an admin user the issue seems to remain there

    What can I do about that KUSKE???

    Thanks a lot!!!

    Juan Miguel
    Last edited by francisco.daza; 2008-07-10 at 06:40 PM.

  8. #8
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Home Pipeline and opportunities

    Perhaps the temporary xml file which is generated to build up the chart was not recreated.

    Try a rebuild, or better remove all xml files from /cache/xml.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  9. #9
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Home Pipeline and opportunities

    Quote Originally Posted by greenie

    I have a couple of custom charts using custom drop down fields. The charts work however the drill down in the charts don't. I had a look at the sugarcrm.log and see that the correct database field name is used in the url but is ignored by the advanced search function.

    Have you had any success at getting the drill down to work with custom fields in custom charts?

    greenie
    Custom charts? Which version do you use? CE? PRO or ENT? 451 or 500?
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  10. #10
    francisco.daza is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    45

    Default Re: Home Pipeline and opportunities

    Quote Originally Posted by kuske
    Perhaps the temporary xml file which is generated to build up the chart was not recreated.

    Try a rebuild, or better remove all xml files from /cache/xml.
    No kuske,

    I did what you said but it's still the same, admin users can't see the opportuities from the pipeline

    Any other suggestion??

    Regards!!

    Juan Miguel

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. Pipeline works for some users, but not all
    By rtschimp in forum Help
    Replies: 2
    Last Post: 2007-11-19, 11:56 AM
  2. Replies: 0
    Last Post: 2007-06-18, 08:04 PM
  3. Replies: 0
    Last Post: 2006-06-19, 08:51 AM
  4. Deleted opportunities still appear in pipeline
    By Davinci in forum General Discussion
    Replies: 0
    Last Post: 2006-01-11, 12:46 PM
  5. Replies: 0
    Last Post: 2005-03-23, 07:43 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
  •