Results 1 to 8 of 8

Thread: The old sugarcrm demos on the sugar website

  1. #1
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default The old sugarcrm demos on the sugar website

    Hi,

    A while back, clicking on demo on the sugarcrm website would start an online instance of sugar to play with. However, now, there are only video demos and signups for trials.

    The old online demos were really useful for testing for possible bugs we found on our customized instance - if I could replicate it online, then it was a bug in the core code - or an affect of our server installation (caching and compression etc).

    Does anyone know if these are still available?

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

    Default Re: The old sugarcrm demos on the sugar website

    No ... but there are some online demos at the salesagility site http://salesagility.com/index.php/sugarcrm-demo.html that you are welcome to use

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

    Default Re: The old sugarcrm demos on the sugar website

    When I said "No" ... I had actually meant to say that the online demos disappeared some time ago ... they were useful ... but I suppose Marketing knows best

  4. #4
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: The old sugarcrm demos on the sugar website

    Thanks - I had a look but the advanced search criteria for account list view are the same as the account popup picker criteria - I found a possible bug where when these are different, thy start to overwrite each other.

    I guess I might have to install a vanilla copy.

    Thanks

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

    Default Re: The old sugarcrm demos on the sugar website

    This is actually a bug. But don't ask me where it comes from, we experience this one app. since 5.2. I can't even say when it happens but I suspect after a reorg (quick repair) but not always...
    __________________________
    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
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: The old sugarcrm demos on the sugar website

    The problem seems to be the 'searchdefs' definition in the various modules' popupdefs.php and listviewdefs.php metadata files overwriting each others' cached templates.

    Locally, I got around this by creating custom view.list.php and view.popup.php views that overrode the display function, calling a template cache clear:

    Code:
            function display(){
            require_once('modules/Administration/QuickRepairAndRebuild.php');
            $selected_actions = Array('clearTpls');
            $modules = Array($this->bean->module_dir);
            $RepairAndClear = new RepairAndClear();
            $RepairAndClear->repairAndClearAll($selected_actions, $modules, $autoexecute = true, $show_output = false);
    
            parent::display();
            }
    However, this is a bit ugly but it's better than running in developer mode.

    I'll raise it as a bug again - last time it was resolved as a problem down to customisations.

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

    Default Re: The old sugarcrm demos on the sugar website

    Thx for the confirmation. But I am absolutely sure that it has nothing to do with customization (except if they call adding fields or changing searchdefs a customization).

    Did you check with 5.5 already? If not I'll have a look these days.
    __________________________
    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

  8. #8
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: The old sugarcrm demos on the sugar website

    I haven't tried 5.5 - and I'm about to go on vacation for a few days.

    I've tried to resurrect the sugar case for it though so fingers crossed.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Using Sugar CRM on website
    By CLausier in forum General Discussion
    Replies: 3
    Last Post: 2009-07-28, 07:00 AM
  2. developer,s online sugarcrm website
    By shafique in forum Developer Help
    Replies: 0
    Last Post: 2009-07-13, 06:54 AM
  3. Integrate website using soap with sugarcrm
    By satkumar84 in forum Developer Help
    Replies: 1
    Last Post: 2008-10-20, 02:19 PM
  4. Search on sugarCRM website
    By jsulkimo in forum General Discussion
    Replies: 2
    Last Post: 2008-04-09, 01:50 PM
  5. How to crerate a website using sugarCRM
    By test123456 in forum Help
    Replies: 2
    Last Post: 2007-05-31, 02:09 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
  •