|
Home > Archive > BizTalk Server General > November 2004 > Filter expression in send port
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Filter expression in send port
|
|
|
| In my incoming schema I have promoted a field as a property, so I can
reach it from my sendport. I have to check if this field has a value
or not, because if it does NOT have any value I should map it to a
specific schema and send it to a file. But I cant find any filter
expression to use. The filter expression "Exists" checks if the field
has any value, but i have to check if the field is empty! Is it really
not any filter expression that I can use for this check?
| |
| Bryan Brouckaert 2004-11-24, 5:52 pm |
| Hello,
The only thing I found is that you access the value in an orchestration and
catch the exception.
Greetings,
Bryan.
"JS" <jannicke@trondheimsfjorden.no> schreef in bericht
news:d8fb9449.0411222305.28a3a426@posting.google.com...
In my incoming schema I have promoted a field as a property, so I can
reach it from my sendport. I have to check if this field has a value
or not, because if it does NOT have any value I should map it to a
specific schema and send it to a file. But I cant find any filter
expression to use. The filter expression "Exists" checks if the field
has any value, but i have to check if the field is empty! Is it really
not any filter expression that I can use for this check?
|
|
|
|
|