Creation of Data Entry Page in ADF

Data Entry Page in ADF 


Data Entry Page is One of the  most frequent  requirements we come across in Business scenarios. Creating Data Entry Page is very simple in ADF , One  just need to  drag and Drop the inbuilt methods from Data control on to the page and the job is done. 

I have prepared sequential steps which will help all the new learners to create "Data Entry ADF Page".


1. First Step is to select Table on which you want to perform Data Entry Operations and create a entity object . Just like below 




In this example i have opted  Table Name is "XX_EMPLOYEE_INFO" on which i want to perform Data Entry Operations   and created Entity Object with Name "XxEmployeeInfo"





2. Click On Next  by  Checking  "Generation Entity Object Class"






3 . Click on checkbox of Generate Default View Object   and Application Module as shown in below screenshot   and click on next will create View Object and Application Module 


4. Once BC4J Components created (Entity Object, View Object  & Application Module  ) then create a Page . Go to View -> Web Tier - > JSF -> JSF Page



5. Select Layout as per your need , I'm selecting Quick Start Layout


6. Once page is created , Now we need to Add UI components which required in ADF Data Entry Form. There is one Tab  on right hand side with name Data Control . Data Control that makes data available from source to User Interface in Fusion web applications .

You just need to Drag the Entity Object from Data Control onto the Page as ADF form  , Like shown in below screenshot.


7. ADF Form will be created , but there must be some button and upon click data must be inserted. To achieve that, Go to ADF data control and Drag the "CreateInsert" as ADF button on JSF page and name it as "Create" and there must be some button to save the data into Table  and for that you need to drop Commit as ADF Button on JSF  Page  and name it Save . 




8. This how page looks in Developer View Mode  , Now run it


9. Now you can enter the data and click on "Create" Button which will insert record into Database , it will Commit the database till you Click the "Commit" Button


10. You can verify data by querying the table 

Comments

  1. Hi,

    I am jobless now. Please give me some work if you have.
    You can pay me whatever you feel reasonable after completion of the task.

    What I can do:
    Data entry, processing and conversion (I have typing speed more than 60-word per minute)
    SEO: link building using various platforms such as forums, blogs, social media, Q&A websites and more
    I know some popular programming languages such as PHP, Python, HTML, CSS, AHK etc. but I am not confident to my programming skills.
    I can communicate in English comfortably but I'm not a native speaker.

    What I can't do:
    I can't do complex calculation.
    I can't do graphic design related tasks....

    Thanks
    Pawan
    Email: admin@e07.net

    ReplyDelete

Post a Comment

Popular posts from this blog

REST integration built-in OIC to read Large files with size more than 10MB

Basic Concepts of OAF (Oracle Applications FrameWork )