Oracle Agile Product Lifecycle Management for Process

Release Notes

Extensibility Pack 3.6

E50217-01

 

 

 

 

 

 

 October 2013


Copyrights and Trademarks

 

Oracle Agile Product Lifecycle Management for Process Extensibility Pack 3.6 Release Notes

E50217-01

Copyright © 1995, 2013, Oracle and/or its affiliates. All rights reserved.

 

This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government.

This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.

Oracle and Java are registered trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.

This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.


Contents

Chapter 1: What’s New in This Release............................................................ 4

What’s New in This Release?..................................................................................................................................... 4

Email Extensibility.................................................................................................................................................... 4

User Interface Extensibility.................................................................................................................................... 4


Preface

This document describes issues that you may encounter with this release. Internal Tracking numbers that appear in the tables are used to identify issues reported by customers. You can use these numbers to identify the issue should you need to contact Oracle Support. Locator numbers that appear in parentheses after some notes are for Oracle internal use only.


 

Chapter 1: What’s New in This Release

Chapter2-1

This chapter contains information on new product features for Extensibility Pack 3.6 of Oracle Agile Product Lifecycle Management for Process.

Chapter2-1

What’s New in This Release?

 

This extensibility pack contains two new extensibility features:

 

Email Extensibility

 

Customizing the content of workflow emails in GSM and SCRM without custom code is now easier with the addition of a new set of placeholder variables, conditional variables, and other capabilities. These variables are available by deploying a new set of plugins, which can be configured through the CustomPluginExtensions.xml file.

 

Some examples of the new functionality include:

 

See the Email Extensions.docx document in the ReferenceImplementations\EmailExtensions\Documentation\Email Extensions.docx file for details.

User Interface Extensibility


Clients wishing to customize specific User Interface behavior, such as marking certain fields as read only, or applying formatting to show required fields, will be able to do this using the User Interface Extensions feature. Clients can write simple Javascript code which then gets pulled into the desired user interface pages. The Javascript code can leverage useful new Javascript variables and functions that make it easier to perform user interface manipulation, as well as access specific data from the given item (e.g., the specification’s status, the user’s groups, etc).

 

See the User Interface Extensions.doc document in the Utilities\UIExtensions\ folder for more information.