|
Home > Archive > BizTalk Server Orchestration > August 2004 > Field Attribute and expression editor
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 |
Field Attribute and expression editor
|
|
|
| Hi all,
Please help me if you can 
Here is my trouble : I create a chema with field attribute nodes as below :
Tables
Table
Rec_ID
Name
Then I create a quick promotion for Rec_ID. And I don't know how to use attribute Rec_ID in an expression. When I type Msg_Input.Table.Rec_ID , BizTalk didn't accept this command (error "identifier Table does not exist in 'Msg_Input' ").
Please tell me how to do it work.
Thanks so much | |
| Alan Smith 2004-08-20, 7:47 am |
| Hi,
To access schema fields with the dot notation, you sould promote them
to "distinguished fields". Select "Show Promotions" instead of "Quick
Promotion", then add the fields to the destinguished fields table in
the dialog box.
/Alan
"pcl" wrote:
>
> Hi all,
>
> Please help me if you can 
>
> Here is my trouble : I create a chema with field attribute nodes as
> below :
>
> Tables
> Table
> Rec_ID
> Name
>
> Then I create a quick promotion for Rec_ID. And I don't know how to use
> attribute Rec_ID in an expression. When I type Msg_Input.Table.Rec_ID ,
> BizTalk didn't accept this command (error "identifier Table does not
> exist in 'Msg_Input' ").
>
> Please tell me how to do it work.
> Thanks so much
>
>
>
> --
> pcl
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message358322.html
>
>
|
|
|
|
|