Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST Service Query Issue in OIC

edited Aug 15, 2019 4:07PM in Integration 2 comments

Content

Hi All,

I am having issues while querying the data using REST Services in OIC when i try to add <= or >= operators in the query string.

in OIC the following string is being passed as the query parameter for query the REST Service.

concat ("Item='", $itemNumber_val, "' AND (charges.EndDate is NULL OR ((charges.EndDate is NOT NULL) and (charges.StartDate<='", $initParameters_curDate, "' AND charges.EndDate>='", $initParameters_curDate, "')))" )

However when i look at the runtime log i could see that this is being converted to 

<nsmpr10:q>Item='XT/Z52D2H00' AND (charges.EndDate is NULL OR ((charges.EndDate is NOT NULL) and (charges.StartDate

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!