Part 2: How to Create a new Region in standard OAF Page. How to Extend Standard OAF Page Layout
This is the Second part for the Extension of OAF Page Layout. In this post , we will merge custom region in the standard OAF Page. With this approach , We can do changes in the Standard OAF page Design and Layout also.
To find the Part ! , you can refer the Below URL:
Part 1:- Part 1: How to Create a new Region in standard OAF Page. How to Extend Standard OAF Page Layout
How to Create a new Region in standard OAF Page
In this Second Post , We will create Application Module (AM) and then Attach This AM to the Custom region which is created in the First part of this Post.
Step12:- In this Step , We will Create the Application Module. To find the rest of the Steps 1 to 11 please refer the Part of this Post.
Step13:- Creating Application Module
Package : oracle.apps.xxap.pageextend.server
Name : PageExtendAM
Step14:- Now here in this Step , click on the PageExtendRG Structure and then in the Properties of this Region set the Application module created in the Previous Step.
Application module : oracle.apps.xxap.pageextend.server.PageExtendAM
Now our custom Region is created successfully.
Step15:- In the Next Step , we need to move this Custom region and its files to the Java_Top directory and import with the JPX importer Script.
Step16:- Once our Files moved to Java_Top then we need to go to the Oracle Application OAF Page, In which we want to add this region.
Step17:- I have choose Workflow notifications Page for I-Expense.
Step18:- Now go to this Page , and Then Click on the Personalization Link.
Step19:- Go to the Stack Layout of this Region and Create a New Item as below
Step20:- We will create the Item Style as a 'Stack Layout'
Level will be Site.
Given an unique Id of this Region
Most important part of this Item is 'Extends' Column , in this field , you will enter the Path of your Region which you have created in the J Developer (
oracle.apps.xap.pageextend.webui.PageExtendRG) This is the Path in the J Developer but in the Application the Path will be same but we will not use '.' . We will use '/'.
Extends : /oracle/apps/xxap/pageextend/webui/PageExtendRG
After this your Page Extension has been completed and you can see the changes/ custom region in OAF Page.
0 comments:
Post a Comment