|
Home > Archive > BizTalk Server General > January 2006 > promoted property not show up in "filter expression" of receive sh
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 |
promoted property not show up in "filter expression" of receive sh
|
|
|
| I am having a customized pipeline promoted the incoming message to a deployed
property schema. And I was able to check the data successfully promoted in
the HAT. The problem is, for my orchestration, I want the receive shape only
accept certain messages (i.e. MyPropertySchema.OrderAmount>1000), however, I
was unable to select my promoted property in the "filter expression" drop
down list, all I can see are system properties. Anything I did wrong? Please
help.
| |
| Stephen W. Thomas 2006-01-23, 6:02 pm |
| Hello.
If the type of the Schema on the Receive Ports does not contain the Promoted
Property it will not show up on the list (assuming you used the default
promoted property type of MessageDataPropertyBase).
You might try changing the type of the Promoted Property to
MessageContextPropertyBase.
I have some more detail on it here:
http://geekswithblogs.net/sthomas/a...8/27/10301.aspx
http://geekswithblogs.net/sthomas/a...9/16/11289.aspx
Best of luck.
Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/
"Tommy" wrote:
> I am having a customized pipeline promoted the incoming message to a deployed
> property schema. And I was able to check the data successfully promoted in
> the HAT. The problem is, for my orchestration, I want the receive shape only
> accept certain messages (i.e. MyPropertySchema.OrderAmount>1000), however, I
> was unable to select my promoted property in the "filter expression" drop
> down list, all I can see are system properties. Anything I did wrong? Please
> help.
|
|
|
|
|