Book Image

Oracle APEX Cookbook : Second Edition

Book Image

Oracle APEX Cookbook : Second Edition

Overview of this book

Table of Contents (21 chapters)
Oracle APEX Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a site-specific task list


You can customize the workspace home page for developers when they have logged in. You can add a site-specific task list. This is a section on the page with links to websites or APEX applications. For example, you can put a link to an APEX application that needs to be tested or a link to a relevant website. You can choose to add the site-specific task list to the login page or to the workspace home page.

Getting ready

You need to have access to the internal workspace.

How to do it...

  1. Log on to the internal workspace.

  2. Click on the Manage Instance icon.

  3. In the Messages section, click on Manage Site-Specific Tasks.

  4. Click on the Create button. The following screen appears:

  5. Enter a number in the Display Sequence text field. This determines the order of the tasks.

  6. In the Display Location radio group, select where you want to see the task list. If you select Workspace Login, the task list will be displayed on the login page. If you select Workspace Home, the task list...