How to query the Record based on multiple values of a field
Summary
With the help of query param need to fetch the record in a particular combinationContent
Hi,
I need to fetch all records wherein the combination of AccountPartyUniqueName='Lenovo Corp and Status = New,In progress,NotStarted.(Records are available in UI )
I'm struggling to query multiple values on the same Field, Is this possible or not ?
https://**************.oraclecloud.com/crmRestApi/resources/latest/serviceRequests/?q=AccountPartyUniqueName='Lenovo Corp';StatusCd='ORA_SVC_NEW',StatusCd='ORA_SVC_INPROGRESS',StatusCd ='ORA_SVC_WAITING'
Thanks in Advance
Tagged:
0