Page 1 of 1

Change "day/date" link on the Week tab?

PostPosted: Tue Jul 19, 2011 4:27 pm
by DPmax
There seems to be a hidden button/script in the date (row one of the portal) on the Week tab that loads the clicked date into the Day tab. I'd like to change this so that when the date is clicked that date is loaded into the Schedule tab. Any pointers?

Thanks

Re: Change "day/date" link on the Week tab?

PostPosted: Wed Jul 20, 2011 7:19 am
by JasonYoung
Hi Max,

That's part of the script trigger that calls the script "Click in / Drag Event." I've attached an image of where the Go to Day script is called.

hth,
Jason

Click In Drag Event.png
Click In Drag Event.png (152.66 KiB) Viewed 3984 times

Re: Change "day/date" link on the Week tab?

PostPosted: Wed Jul 20, 2011 1:53 pm
by DPmax
I'm surprised there isn't already a "Go to Schedule" script.

If I duplicate and modify the GO to Day script...
Picture 4.png
Picture 4.png (19.12 KiB) Viewed 3983 times

What should I have the $$sc_Mode variable be? I tried every thing from Schedule to even the Tab's name, but no luck so far.

Re: Change "day/date" link on the Week tab?

PostPosted: Wed Jul 20, 2011 2:44 pm
by JasonYoung
Hi Max,

Go To Day is specific to drilling down from one of the other views. If you want to go the the schedule, then I would do the equivalent of hitting the schedule button:

Go to Calendar Tab ( Tab Name ) with a parameter of "Calendar Resource Scheduling - Vertical"

hth,
Jason

Re: Change "day/date" link on the Week tab?

PostPosted: Thu Jul 21, 2011 10:55 am
by DPmax
Thanks Jason.
And for completeness, it the first "Go To Day" in that section that needs to be changed.