Hi!! How Can I don't see, in the home page, this areas
"My Top Open Opportunities" "
My Open Cases"
"My Upcoming Appointments"....
Thanks
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')
I'had the same problem... I've executed the query
with: DELETED = 1but I still see the box in the home (in the table I see DELETED true for home.detailview Bug ecc...
Right. Sorry about that. Just a little too much cut and paste.
but also with deleted = true I still see the contents in home page
accounts, bugs, cases .... why this??