Thursday 12 October 2017

Creating Bind variable and View Criteria in ADF

Guys in this Post I'll explain how to create Bind variable and View Criteria in VO.
Below are the steps to follow -
S1- Create  ADF project.
S2- Create view and am package under model project.

S3- Open BPMExtpropQueryVO , In query section >Bind Variables click on + sign,provide bind variable name and type uncheck the required checkbox.



I have created 2 bind variable.
S4- In View Criteria Section click on + sign and provide the criteria name,click on Add Item >select Attribute from view,Operator,operand (bind variable)and parameter >click on OK.



S5- Now create a fragment BPMExtUserProp.jsff and drag the view criteria from Data Controls as ADF Query Panel with Table.

S6- now drag and drop this fragment into Task flow and drag that task flow into page as region.




S7- Now run the Application .



Cheers :)

No comments:

Eclipse With Python

Hi Guys, Today i'll share how to start python project in eclipse IDE. to start Py development in eclipse we need to add Py Dev plugi...