Passing Date Parameter to BAM
- by mona.rakibe(at)oracle.com
In the past I wrote a blog on passing ADF parameter to a BAM page. This sample can be further extended for parameter of any data type. Here is the similar sample for Date type, the steps to create application remain same.Sample : PassDate.zipSteps to RunCreate this Data Object on BAM server ID(integer) Date(datetime)
1 01/12/2010 4:22:34 AM
2 10/12/2009 5:22:20 PM
3 10/10/1999 5:22:10 PM
4 11/11/1980 4:23:10 PM Open adfc-config.xml and run InputValueProvide some date value and click on "Filter Records"Verify that the data is filtered in next page.