March 2008 - Posts

Using a Bitwise AND in a BizTalk Send Port as a Filter Expression

I knew this was possible but I guess a lot of people are unaware of this functionality.
Somebody told me I  should blog about it, so here I am adding another entry to my Blog.

How to define the BitWise and in a send port.

  1. Define a property schema in biztalk and make sure one of the properties is of the type unsigned int.
  2. Now deploy that propertyschema.
  3. Now add a send port and go to the filter Expression.
  4. Select the Unsigned int in the first part of the Exprssion
  5. Then open the dropdown and see... there it is ...

the magical, almost undocumented, rarely seen, extra operator &. (standing for Bitwise AND)

Posted by Patrick Wellink with 1 comment(s)
Filed under: