I had this requirement where I had to use the same page structure but change few things in the page dynamically.I extended the PageLayoutRN of the original page and dynamically created few links and other things that I had to do in that page.

Read more: Extending the PageLayoutRN of a Page in OAF

OA Framework

I came across this requirement some time back where I have to open the webadi document dynamically from my OAF page.You can write this method in the CO and open the webadi doc from the OAF page.Below is the sample code for the same.

Read more: How to Launch WebADI Document from OA Framework

OA Framework

I recently came across this requirement in one of my project. The business requirement is to validate the SSN format in an OAF page. The US SSN format is xxx-xx-xxx. User has to provide the SSN value in this format. If he provides any other format we have to throw a user friendly error message.

In this article I will take you through the steps in performing the SSN format validation.

Read more: How to perform SSN format validation in OA Framework

OA Framework

This is a very common requirement in any OAF project. The logic for Validating the date can be added in EO or AM. Below is the code that will help in comparing the sysdate with any date value. Below code is writtten inside the setter method in the EO.Ofcourse you can write it anywhere in AM also.

Read more: How to compare SysDate with any other Date in OAF

OA Framework

In this article we will walk you through the steps of how to Dynamically change the color of a column in an Advanced Table. Depending on the value of Job of each row the color needs to be changed for a particular column. For all other columns a different color needs to be changed. Eg: If the value for Job is " Manager" then the background color will be Red. For all other columns it will be Orange.

Read more: Dynamically Color the Rows in an OA Framework Advanced Table

OA Framework

Page 1 of 2

Advertisements