Posts

Showing posts from 2017

Creation of Data Entry Page in ADF

Image
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 App

Display Selected Value from Cascaded LOV in ADF Page

Image
To implement cascaded LOV in ADF its quite easy , but to display its values Id's  and selected values  are bit tricky.  For example , Lets suppose you have have a Select One choice LOV which holds Employee Name as its display  , where as its List Attribute is Employee id , if you try printing Employee id in your manage bean code it displays Index number  , rather than employee id . I gone through various forums and posts  , but unable to find the direct solution related to it .  Finally after going through many forums and guides , i able to find a way for it . This article will guides with steps to display Select One Choice Values and its corresponding Id's Please go through the below article , to create cascaded List of Values  https://oracleerplearning.blogspot.sg/2017/04/cascading-list-of-values-in-adf.html As we are pretty much aware that , we are using DualVO attributes to Implement cascading Select One Choices .  Now to display Select On Choice display val

Cascading List of Values in ADF

Image
Hi Friends, This article explains about the concepts of  Cascading lov in ADF . Cascading LOV is the most common requirement in ADF  we come across, But i haven't found single blog which had listed out the detailed steps to create Cascaded LOV , in this post i will going to cover each and every step  of Cascaded LOV creation process. Before we begin the process LOV creation process,  I would like to create some database tables , relationship between this tables and Insert some data into tables. Below link contain scripts to create database tables and insert data into tables. https://drive.google.com/file/d/0B7aSuIl4TDKJRk5VNmdvdW1xamc/view?usp=sharing  Once we are done with the process , then we can proceed further with Cascaded LOV creation Process. Before we begin i would like to show  how page looks with cascading LOV . Here " BusinessUnit"  is Parent LOV , upon the selection of Parent LOV values , child LOV  that is " Practice " values displa