Where Used Criteria
Hello,
I`m trying to create new Criteria in the JAVA application in order to catches cases of Parent PNs which marked with some parameter and his Son Those not have this parameter marked – Did not found a way to do it with the Criteria on part or document classes.
This could done only at the WEB application VIA query or report.
the issue is that the program i have could fix those Errors using Criterias defined at the JAVA application only.
did someone faced this issue before and could share notes how to solve ?
thank you.
There are multiple work arounds,
- export the results from the search query, writhe sdk to update the values as desired, much simpler way is to write a agile query and update the data in sdk itself.
- if you are aware of how database tables are organized in the backend, you can you simple sql statements.