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

Problem in defining filter expression

edited Mar 20, 2018 7:00AM in Integration 11 comments

Summary

Problem in defining filter expression

Content

Hi,

 

I'm trying to use filter expressions while creating a trigger point for a business event. For this, I need to specify a filter expression(check whether eventPoint = APPROVE) while defining the business event. I tried using 

<xpathExpr xmlns:s='http://xmlns.oracle.com/apps/projects/billing/workarea/invoice/InvoiceEvent'>/s:InvoiceEventInfo/s:eventPoint = 'APPROVE'</xpathExpr> as the filter expression. But its returning false.

 

The payload passed is:-

 

<InvoiceEventInfo xmlns="http://xmlns.oracle.com/apps/projects/billing/workarea/invoice/InvoiceEvent">

  <invoiceId>123445678</invoiceId>

  <contractNumber></contractNumber>

  <eventPoint>APPROVE</eventPoint>

  </InvoiceEventInfo>

 

I tried searching but couldn't find a proper documentation for the same. Please guide where I'm going wrong.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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