Wednesday, November 19, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Bugs  Status field do...
 Status field does not display
 
blueip
11 posts
Joined
1/22/2006

Status field does not display
Posted: 14 Apr 06 12:00 PM

I have noticed that the status field don't the correct info in for example the open activities list (see demo site as well).

Example of info shown instead are:

.task_status_dom.Task In Progress

.call_status_dom.Inbound Planned

.meeting_status_dom.Meeting Planned

support
2089 posts
1st
Joined
1/3/2006

Re: Status field does not display
Posted: 20 Apr 06 2:19 AM
Can you please provide the complete URL to a page on the demo site that demonstrates the problem.
blueip
11 posts
Joined
1/22/2006

Re: Status field does not display
Posted: 20 Apr 06 6:31 AM

Sure, try these links:

History list of the bug tracker
http://demo.splendidcrm.com/Bugs/view.aspx?id=60f87e4c-dcb9-4b76-8efc-ec2a6a5b9349


History of Leads
http://demo.splendidcrm.com/Leads/view.aspx?id=a5ec59b1-86ea-455f-8a4c-24ca59485e22

/Hans

support
2089 posts
1st
Joined
1/3/2006

Re: Status field does not display
Posted: 21 Apr 06 11:44 PM

Thanks that helped.  The problem was that activity_status needs to be dynamically mapped to the correct list.  In this case, we needed to use the default list of activity_dom.

The fix goes in the case statement _code\SplendidGrid.cs near line 129.

switch ( sACTIVITY_TYPE )
{
case "Tasks" : sList = "task_status_dom" ; break;
case "Meetings": sList = "meeting_status_dom"; break;
case "Calls" : sList = "call_status_dom" ; break;
case "Emails" : sList = "email_status_dom" ; break;
default : sList = "activity_dom" ; break;
}

 

  Mainstream Forums  Bugs  Status field do...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.