Thursday, November 20, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Bugs  Activities.Clos...
 Activities.Close
 
vandalo
116 posts
5th
Joined
6/13/2006

Activities.Close
Posted: 21 Jun 06 9:05 AM

The activities list show an image button which I can use to close the ACTIVITY but it doesn't work. I cannot find the associated action in the ASCX file: Leads\Activities.ascx

regards

Alberto

 

 

support
2095 posts
1st
Joined
1/3/2006

Re: Activities.Close
Posted: 21 Jun 06 11:35 PM Modified By support  on 6/21/2006 11:36:25 PM)

It would appear that all the Activities sub panels are missing the code.  I've changed them all to be the following:

<asp:TemplateColumn HeaderText="Activities.LBL_LIST_CLOSE" ItemStyle-Width="1%" ItemStyle-HorizontalAlign="Center">
   <ItemTemplate>
      
<asp:HyperLink NavigateUrl='<%# "~/" + DataBinder.Eval(Container.DataItem, "ACTIVITY_TYPE") + "/edit.aspx?id=" + DataBinder.Eval(Container.DataItem, "ACTIVITY_ID") + "&Status=Close" + "&PARENT_ID=" + gID.ToString() %>' Runat="server">
         
<asp:Image ImageUrl='<%# Session["themeURL"] + "images/close_inline.gif" %>' BorderWidth="0" Width="12" Height="14" ImageAlign="AbsMiddle" AlternateText='<%# L10n.Term("Activities.LBL_LIST_CLOSE") %>' Runat="server" />
      
</asp:HyperLink>
   
</ItemTemplate>
</asp:TemplateColumn>

I also modified Calls, Meetings and Tasks to translate Status == "Close" to "Held" for Calls and Meetings and "Completed" for Tasks.

if ( Sql.ToString(Request["Status"]) == "Close" )
   new DynamicControl(this, "STATUS").SelectedValue = "Held";
else
   new DynamicControl(this, "STATUS").SelectedValue = Sql.ToString(rdr["STATUS"]);

 

vandalo
116 posts
5th
Joined
6/13/2006

Re: Activities.Close
Posted: 27 Jun 06 8:21 AM

Thank you for your help Paul.

What do I have to do with this?

Are you planning a new release of SplendidCRM?

 

Regards

 

Alberto

 

support
2095 posts
1st
Joined
1/3/2006

Re: Activities.Close
Posted: 14 Jul 06 12:45 PM Modified By support  on 7/14/2006 12:46:35 PM)

We are planning a new release on July 17th.

 

  Mainstream Forums  Bugs  Activities.Clos...

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.