How we can solve this issue , It’s visible while inside the obj-open I am trying to give combination of primary keys ?
Hi @MonikaS9010,
In this case it seems you are trying to open a instance which doesn’t exist like there is a line1 item but this line1 might be your primary key . Primary key value which is "Radio colony " i guess not exist inside DB . that is why its throwing the error of line1 . Please try to give the correct primary key value and remove all below properties it will open all the result as u pass primary key correctly.
Yes @Somil0607, my Value for line 1 is “aa” but here i tried with some other value . What is the solution to achieve the correct results ?
@MonikaS9010 I already gave the answer in above reply. You just need to set correct value for primary key in case hardcoding better to use parameters here as pega suggests so that dynamically you can update the values.
Thanks @Somil Shukla Issue got resolved.
