Oracle Application's Blog - Add Button in Oaf Page

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

2/21/24, 8:06 AM Oracle Application's Blog: Add button in oaf page

ORACLE APPLICATION'S BLOG


The purpose of this blog , is to do Knowledge sharing with my Followers through my own Experiences. Contact us for Oracle Applications Job Support
, Project Support and any other freelancing work.

About us Fusion E-Books Workflows OAF Interfaces Scripts XML Fusion Technical Fusion Financial EBS

Wednesday 27 June 2018

Add button in oaf page

Add button in oaf page

We can add Button in the OAF page by two ways. One way , we can directly create the Button in the
OAF page through J-Developer. In the J-developer , we can add the Item with type 'Submit Button' in
the OAF page regions so this is the simple and easy to create or ADD the button in the OAF page.
another way to add button in the OAF page , through Programming , in which we cannot add the button Know More About Us
physically through J-Developer but we add the button by writing code in the OAF page controller and
Products & Offerings
this code dynamically create the Button in the OAF Page. I will share the both of the two ways to add
button in the OAF page.

Learn Fusion Financials' (Online


Add button manually in the OAF page through J-Developer
Book)
Step1:- Right Click on "PageLayoutRN".Click New. Click Region.

Click To Download

Oracle Fusion Self Paced


Trainings in Discounted Prices

Step2:-Region1 has created.


ID=PageButtons
Change the Region Style for region1 is "pageButtonBar".

Right Click on PageButtons Region.Click New.Click Item

Click to know more

https://rpforacle.blogspot.com/2018/06/add-button-in-oaf-page.html 1/4
2/21/24, 8:06 AM Oracle Application's Blog: Add button in oaf page

Buy Oracle Cloud Instance


Access (Click to Know More)

Oracle Fusion/EBS Interview's


Question Answer Series

Top 33 Oracle Fusion Order


Management Interview Questions
TOP 31 Oracle Fusion SCM Cloud
Step3:- item1 has created under "PageButtons" region. Interview Questions
Change the item1 Proeprty TOP 21 Oracle Fusion HCM Interview
ID=Save Questions
Item Style=submitButton. Complete Tax Setups in Oracle Fusion
Top 50 oracle reports interview
questions
33 Most Important Oracle Fusion fixed
assets interview questions
TOP 33 Most Important Oracle Apps
Technical Interview Questions
25 Most Important Oracle receivable
interview questions
21 Most Important Oracle r12 Payables
Interview Questions
TOP 20 general ledger interview
questions in oracle apps r12
TOP 23 Most Important Oracle Fusion
Interview Questions
TOP 23 Most Important oaf interview
questions

Online Oracle Courses (Free of


Cost)
Write code under the Process Form Request Block under the contrller "RohitDataEntryCO"
Complete Tax Setups in Oracle Fusion
Learn Tax Implementation in Oracle
Fusion
Learn P2P Cycle in Oracle Fusion
public void processFormRequest(OAPageContext pageContext, OAWebBean webBean) Learn Oracle Reports XML Tutorial
{ Learn Oracle Fusion Custom Roles
super.processFormRequest(pageContext, webBean); Tutorial

OAApplicationModule oa=(OAApplicationModule)pageContext.getApplicationModule(webBean); Learn Oracle Fusion Technical Online


if(pageContext.getParameter("Save")!=null) Learn Oracle Fusion/cloud Financials

{ Online

oa.invokeMethod("saverecord",null); Learn Oracle Cloud BPM Online

} Learn Complete OAF Step by Step


Online
}
Learn Oracle Workflow Builder Online

After this Right Click on the project "RohitDataEntryOaf" and then Click Rebuild.

Rebuild is the compilation of the project.


Online Fusion Application

After successful compilation , Right Click on the page "RohitDataEntryPG".


Click Run.

https://rpforacle.blogspot.com/2018/06/add-button-in-oaf-page.html 2/4
2/21/24, 8:06 AM Oracle Application's Blog: Add button in oaf page

Composer/Customization Book

To Create Button Dynamically in OAF Page Online Fusion Application


You can follow this below post to know how we can create button dynamically in OAF Page. Composer/Customization Book Click To
Know More

https://rpforacle.blogspot.com/2018/03/how-to-create-button-in-oaf-page-programmatically-
dynamically.html Oracle Fusion Technical Book

at 21:44 (2018-06-27T21:44:00-07:00)
Labels: Add button in oaf page, Add button manually in the OAF page through J-Developer, To Create Button
Dynamically in OAF Page

0 comments:

Post a Comment

Enter comment

Oracle Fusion Technical Book


Newer Post Home Older Post

Oracle Fusion Web


Contact us for any Collaboration, Project Support & On Job Support Work Services(REST& SOAP API's) /
Integration Book
Name

Email *

Message *

Send

Contact Me
OracleApplicationsBlog@gmail.com

https://rpforacle.blogspot.com/2018/06/add-button-in-oaf-page.html 3/4
2/21/24, 8:06 AM Oracle Application's Blog: Add button in oaf page

Most Viewed Posts


Report Bursting in oracle fusion
AR to GL reconciliation in oracle apps
r12
Set the override email address in Oracle
Fusion
How to Create PO and Receiving
Inquiry(View Only) Role in Oracle
Fusion
How to create a new Oracle apps Data
base source to Design the BIP reports
How to add hyperlink in the email body
using Bursting in Oracle Cloud BIP
reports
What is Rapid Implementation in Oracle
Cloud : Rapid Implementation Data
Upload Process in Oracle Fusion
Drill Down OTBI reports to Navigate
Directly in to Oracle Cloud Payment
Page
How to create vacation rules in Oracle
cloud
TOP 30 Most Important OAF Interview
Questions

https://rpforacle.blogspot.com/2018/06/add-button-in-oaf-page.html 4/4

You might also like