Page 1 of 1

Hide status area in list view

PostPosted: Thu Mar 06, 2008 6:30 am
by jswart
Hi,
I'd like to hide the status area in list view when clicking on the List icon at the top left of a page. I've set the hide status area for Contacts in Admin ->Tabs and Navigation which works for the Tab button, but Lists default to Show status area with the List button. It seems to depend on a variable setting but I can't figure out where to set that.

thanks,
John

PostPosted: Thu Mar 06, 2008 6:58 am
by John Sindelar
You know, I think we actually left a line out of there when we last simplified this script. Edit the script "Go to Form or List or Table ( Action )" and add a second Set Variable line below the one already there at the beginning of the script. Set the variable "$DestinationHideStatusArea" to:

Get ( StatusAreaState ) = 0 or Get ( StatusAreaState ) = 3

Sorry for the inconvenience!

PostPosted: Thu Mar 06, 2008 9:50 am
by jswart
John,
Perfect, thanks!
John