Search This Blog

Saturday, March 19, 2016

13.2 OAF Update Page Creation From Data Entry Page

To Create Update Page from the Existing Data Entry Page:
1. Close the Jdeveloper.
2. Copy the D:\JDev_Home\jdevhome\jdev\myprojects\xxffrd\oracle\apps\xxcust\ffrd\webui\EntryPG.xml
3. Paste in the same folder will show as ‘EntryPG– Copy.xml’
4. Change the name to UpdatePG.xml
5. Open the jdev and you can see the Upage Page.
6. Now open the EntryPGCO (Controller of EntryPG) in jdev, click save as ‘UpdagePGCO’
7. Open the UpdagePGCO and change the name of the Class from EntryPGCO to UpdatePGCO.
8. Change the Controller attached to region of UpdatePG from EntyPGCO to UpdagePGCO.
9. Its done and you got your update Page. 

No comments:

Post a Comment