Page 1 of 1

Script to turn on: Branch view + details view?

Posted: 25 Mar 2012 22:33
by ghost zero
Anyone know how to make a script to turn on: Branch view + details view? Thanks.

Re: Script to turn on: Branch view + details view?

Posted: 25 Mar 2012 22:49
by serendipity
ghost zero wrote:Anyone know how to make a script to turn on: Branch view + details view? Thanks.
Something like this:

Code: Select all

//List details+branch view
  IF(get("View")!=0){
  #302;
  #311;
  }
  ELSE{
  #311;
  }