How to deploy VO extension in oaf
In this post , We will Discuss how to deploy VO extension in the OAF Page. Once we have done the Vo extension in the J-Developer we need to deploy this Extended VO in the application Server. Here below I am sharing the steps to migrate the VO Extension in the OAF.
Steps to Deploy VO Extension in the OAF page.
1.Once the VO extension has been done in the J-Developer then we need to move the VO files from Local desktop to the Java_Top of the Application Server.
2.If we have created the Extended VO in the Local Desktop under folder oracle.apps.xxap.lov.server
then we need to copy the same folder from Oracle and then move to the Java_Top and create the directory structure like below
Java_Top/oracle/apps/xxap/lov/server/XXSupVO --XXSupVO is the name of the View Object.
3.Once the File Migrated to the Java_Top then we need to run JPX Import script to register the VO in the Application Server.
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/server/ TrackExpenseReportsVOEx.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server name)(PORT=100001))(CONNECT_DATA=(SERVICE_NAME=SID NAME)))"
Once the Above Script will be executed Successfully in the Application server then we need to go to the OAF page and then add the new Field through OAF Personalization and then add the Extended View Object column to display in the OAF Page.
Now again go Back to the Web page in application where we want to do this View Object Extension. Now Click on the 'Personalize Link' Highlighted below.
Step24:- Now click on Create Item Icon as below to add new field in the View Object.
Step25:- Create Item with Style 'Message Styled Text'.
Step26:- Give the Item Properties as below.
Step27:- Give the name of the Extended View Object in View Instance and the Name of your New View object Column in the View Attribute as below.
Step28:- Now we can see below Tracking No. field displaying in the OAF Expense Home Page.
1 comments:
Hello, importer is no required for VO but onlu for pages and regions...
Post a Comment