Posts

Showing posts from November, 2019

Blog: How to insert data using LOV, Date and InputText from single column

Image
--My requirement is to insert data using LOV, Date and InputText from single column --I am using two tables header and line & in line table one column have multiple LOVs that I achieve from Ashish awasthi’s blog http://www.awasthiashish.com/2015/02/adf-basics-set-multiple-lovs-on-attribute-and-conditionally-switch-using-lov-switcher.html --This is how I done 1) create transient attribute 2) Apply LOVs on attribute and give the reference of created transient column in List of values switcher. --set AutoSubmit True on page 3) And write Expression on transient column -- here LOV_CriteriaValueFrom, LOV_CriteriaValueFrom1, LOV_CriteriaValueFrom12, LOV_CriteriaValueFrom123 are LOVs name  After creating jsff or jsf and drag and drop your tables from data control on the page. My detail region looks like below  Lovs is opeing with respect to the value of ‘criteria column’ like If ‘AGENT_NAME’ is sh