- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2014 08:31 AM
I have a business need to add a simple hyperlink to the bottom of the calendar view for On-Call Scheduling, to make it appear as a Form Link would. My jelly ninja is flimsy at best.
Is this as easy as it seems like it should be?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2014 09:13 AM
This isn't that straight forward,
There is a UI Macro called show_schedule but this is just the 'decoration' that adds an icon to the form next to the field. When you click the icon it opens show_schedule.do which is a page defined in a .xml file on the file system.
To override this page you would have to obtain a copy of its XML, modify it and then save it as a new UI Page with the same name to override.
This would also be pretty bad practice.
Instead you should create a new Schedule Page that allows you to define customer JavaScript, Jelly and Sever-side script. There are many OOTB example of this and the Wiki has good info on it. Once you have your schedule page you should then define a NEW macro/decoration that opens your new page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2014 11:00 AM
I think I'm just going to go ahead and back away from this one slowly...