Databases Reference
In-Depth Information
careful when deleting milestones, because there is no check that a milestone is not used somewhere
else.
Tip From the Team Development dashboard you can create a milestone with one click by using the plus icon in
the upper-right corner of the milestone region on that page.
Extending Milestone Functionality
Later in this chapter you will learn how to display the information you entered in a Gantt chart, but first
you have to set up your own Team Development Enhancement application. For this new application
you can pick any schema owner you like, because you will only use the standard APEX views and
packages within this application. Set the Application Alias to TDE (for “Team Development
Enhancement”) and create an empty home page in that application with HOME as Page Alias.
Once you've done that, create a link to that application via the menu Team Development Links.
Click Create Link, give the link a meaningful name and set the Target to f?p=TDE:HOME . Now you can
access your newly created application from within Team Development using the Manage Links action
from the Team Actions menu region on the right side of the Team Development main page.
An even nicer tweak is to add an image with a link to the Team Development main page. To do this
you need to access your APEX Administration tool. Then navigate to Manage Instance and pick Define
System Message. Now create a new Custom Message like this:
<script type="text/javascript">
$(function(){
if ( $v('pFlowStepId')=='4000') {
// Create Image + Link to Team Development Enhancement on this page"
$('.apex-list-horizontal')
.append('
<div class="noncurrent">
<div class="image">
<a title = "Team Development Enhancement"
href = "f?p=TDE:HOME"
target = " blank" >
<img width ="128"
height ="128"
alt ="Team Development Enhancement"
title ="Team Development Enhancement"
src ="/i/apex/builder/apex sample app 128.png">
</a>
</div>
<div class="label">
<a title="Team Development Enhancement"
href="f?p=TDE:HOME"
target=" blank" >
Team Development Enhancement
</a>
</div>
</div>
Search WWH ::




Custom Search