Hi All,
This thread was really helpfull - in regards to provider filter context to the point I was only using one condition in my provider filter. But as soon I applied multiple condition under the provider filter it doesn’t works:
Eg: In the document in the top level itself the fields as present are CONVERSION_TYPE and TO_CURRENCY and I want to put filter as below - these doesn’t seems to be working.
CONVERSION_TYPE = ‘Corp’ && TO_CURRENCY = ‘USD’
CONVERSION_TYPE = ‘Corporate’ || CONVERSION_TYPE = ‘8800’
Though below works for Provider filter:
CONVERSION_TYPE = ‘Corporate’
I read earlier - Lexical operator should work for these case and tried below combination - but they doesn’t work either:
%CONVERSION_TYPE% L_EQUALS ‘Corp’ && %TO_CURRENCY% L_EQUALS ‘USD’
All said, below combo works for Local filter setup
%CONVERSION_TYPE% == “Corp” && %TO_CURRENCY% == “USD”
Not sure where I am going wrong. Tried to read around documentation for a exact example to address the scenario however didn’t find any. Can any of you help.
#Universal-Messaging-Broker#Integration-Server-and-ESB#webMethods