How do I revise BIP template syntax when referencing an external document and including AND / OR sit
Due to an SR I have open with an unresolved issue with JDE Media Object character limitations, I am implementing a workaround for my BIP template and referencing an external document based on the content in the following article.
I am able to successfully reference a field with example: <?when: .//Customer='123'?>. However, how do I apply that syntax to an AND / OR statement?
Example: <?when: .//Customer='123' OR .//Customer='456'?> What about <?when: .//Customer!='789' AND .//Customer!='222'?> ?
Please help. Thanks,