SDP filtercriterion not working on REST from fusion apps. using OR
Summary
SDP filtercriterion not working on REST using OR. Important I use a rest from fusion apps.Content
Hello all,
Im following vb cook book recipe quite simple and short.
I filter a table using a variable linked to an input field.
When I apply filter criterion to an SDP for employees business object internal in VB it works.
When I do the same using following fusion apps. REST it does not work.
https://ucf5-zvin-fa-ext.oracledemos.com/hcmRestApi/resources/11.13.18.05/emps
Any help would be appreciated.
Juanje
This is the filtercriterion that works
{
"op": "$or",
"criteria": [
{
"op": "$co",
"attribute": "name",
Tagged:
0