Discussion
Unable to pass ValueList to Obj-Browse method
Hi ,
I want to give a set of values to a condition like "IN" in SQL . Example: pyStatusWork ISEQUAL ("Pending",ReSolved","Open") ,This is working in Report Definition but its not working in oj-browse . In Obj-Browse its taking first value only . can we able to implement like this ? i am expecting Query Condition from the Obj-Browse need to be SELECT * FROM PC_WORK WHERE pyStatusWortk IN ("Pending",ReSolved","Open")
pystatusWork value would be dynamic.so i can't frame the multiple conditions.
THanks,
Brahmesh.
What version of Pega are you in?
If you are in 7, you can just link the data coming in to the activity with a Data Page.
If you are in 6, you could recreate the SQL logic in a List View and use the Obj-List-View method in an activity step to pull in the data.
I wrote a test activity to put the obj-browse through the paces. I was able to get it to work. Are you using the "Logic" row? I just labeled my rows A, B, and C and used the logic A OR B OR C.