Thursday, January 08, 2009 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  General Discussion  Home page perso...
 Home page personalization
 
july
43 posts
Joined
3/30/2007

Home page personalization
Posted: 03 Sep 07 5:15 AM

Hi!! How Can I don't see, in the home page, this areas

"My Top Open Opportunities" "

My Open Cases"

"My Upcoming Appointments"....

Thanks

support
2240 posts
1st
Joined
1/3/2006

Re: Home page personalization
Posted: 03 Sep 07 8:50 AM

We don't have an easy way to hide the sub panels.  For now, you can just mark the records as deleted in the database.  Here is the SQL code:

update DETAILVIEWS_RELATIONSHIPS
   set DELETED = 0
 where DETAIL_NAME = 'Home.DetailView'
   and MODULE_NAME in ('Opportunities', 'Cases', 'Activities')

 

Ricky
93 posts
Joined
3/26/2007

Re: Home page personalization
Posted: 03 Sep 07 11:10 AM

I'had the same problem... I've executed the query

with: DELETED = 1

but I still see the box in the home (in the table I see DELETED true for home.detailview   Bug ecc...

support
2240 posts
1st
Joined
1/3/2006

Re: Home page personalization
Posted: 03 Sep 07 1:54 PM

Right.  Sorry about that.  Just a little too much cut and paste.

 

july
43 posts
Joined
3/30/2007

Re: Home page personalization
Posted: 04 Sep 07 5:58 AM

but also with deleted = true I still see the contents in home page

 

accounts, bugs, cases .... why this??

  Mainstream Forums  General Discussion  Home page perso...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2009 by Perpetual Motion Interactive Systems Inc.