Partial Page Rendering in OAF Page
Hi Friends, We are going to discuss about Partial Page Rendering in OAF Page. Partial Page rendering is one of most important feature of OAF. Using Partial page rendering we can display the OAF Page items dynamically. Partial Page rendering helps to put the validation on the OAF Page fields. It also helps to set the OAF Page fields properties dynamical. We just need to put the Partial Page rendering code in the OAF Page controller and then it works as per our requirement. Some Time to implement Business Logic we need to put
validations. On the basis of validation we Enable Disable fields.We can do this by partial Page rendering Feature. In
this topic I trying to implement the Partial Page Rendering in OAF Page. Please find below the complete detail about
Complete Tax Setups in Oracle Fusion
2 Parts Divided Partial Page Rendering in OAF Page
This post is quite long so for that reason I will split this post in two parts. Here below is the URL of both these two posts.
Part1:- https://rpforacle.blogspot.com/2013/03/partial-page-rendering-in-oaf-page.html
Part2:- https://rpforacle.blogspot.com/2018/01/part1-partial-rendring-in-oaf.html
Step 5:-
Enter the Run Time connection details as below.Enter the E-business Suit Application User Name and Password.(already explained in the JDev installation).
Workspace and project has been created.
Step 6:-
Step 8:-
Step 9:-
Page has Created as Below :-
Part1:- https://rpforacle.blogspot.com/2013/03/partial-page-rendering-in-oaf-page.html
Part2:- https://rpforacle.blogspot.com/2018/01/part1-partial-rendring-in-oaf.html
4 Important Key Activities for Partial Page Rendering in OAF Page
1. Create Application Module (AM).
2.Create View Object(VO).
3.Create Page Object(PG).
4.Create Controller for OAF Page (PG)
Step by Step to Implement the Partial Page Rendering in OAF Page
Here below is the Detail steps to use the Partial Page Rendering feature in OAF Page.
Step 1:-
Right Click on Applications. Click New OA Workspace.
Enter the Workspace Name=RohitPartialRendring.
Partial Page Rendering in OAF Page |
Step 2:-
Enter the Workspace Name=RohitPartialRendring.
Enter the Workspace Name=RohitPartialRendring.
Partial Page Rendering in OAF Page |
Project
Wizard will open.Click Next.
Partial Page Rendering in OAF Page |
Step 4:-
Enter the Project Related Properties.
Enter the Project Related Properties.
Enter the Project Name=RohitPartialRendring
Default Package=rohit.oracle.apps.fnd.RohitPartialRendring
Partial Page Rendering in OAF Page |
Step 5:-
Enter the Run Time connection details as below.Enter the E-business Suit Application User Name and Password.(already explained in the JDev installation).
Workspace and project has been created.
Now we create Application Module.
Right click on Project “RohitPartialRendring”.Click New.
Select Application Module.Click OK
Partial Page Rendering in OAF Page |
Enter the Application Module Properties.
Application Module Name= RohitPartialRendringAM
Default Package=rohit.oracle.apps.fnd.RohitPartialRendring.server
Click Next and then finish.
Partial Page Rendering in OAF Page |
Step 7:-
Now we create OAF Page.
Right Click On
Project “RohitPartialRendring”.Click New.
Under the OA Components.Select “Page” and then ok.
Partial Page Rendering in OAF Page |
Enter the Page Proeprties.
Page Name= RohitPartialRendringPG.
Defualt Package=rohit.oracle.apps.fnd. RohitPartialRendring.webui
Partial Page Rendering in OAF Page |
Page has Created as Below :-
Partial Page Rendering in OAF Page |
Step 10:-
Due to the Length of this post I have split this post in two parts Please find the Second part here Below.
Part2:- https://rpforacle.blogspot.com/2018/01/part1-partial-rendring-in-oaf.html
If you Want to Learn Oracle Fusion , Please Follow the Oracle Fusion Tutorial
Select the “RohitPartialRendringPG”.Under the Structure Pane.Select
the “region1” and then in the property window for this region change the Region
ID=”PageLayoutRN”.
ID=”PageLayoutRN”.
Partial Page Rendering in OAF Page |
Step 11:-
Now we have to set the Application Module for the PageLayoutRN.
Set AM Property for “PageLayoutRN”.
AM=rohit.oracle.apps.fnd.RohitPartialRendring.server.RohitPartialRendringAM.
Partial Page Rendering in OAF Page |
Due to the Length of this post I have split this post in two parts Please find the Second part here Below.
Part2:- https://rpforacle.blogspot.com/2018/01/part1-partial-rendring-in-oaf.html
If you Want to Learn Oracle Fusion , Please Follow the Oracle Fusion Tutorial
2 comments:
I want to enable submit button on selecting the value from LOV , please help how to do this.
your blog is really informative and helpful for me. Thanks for sharing information
Oracle Fusion Financials Online Training
Oracle Fusion Technical Online Training
Post a Comment