|
Home > Archive > BizTalk Server General > June 2006 > How to do it with a Functiod ????
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 |
How to do it with a Functiod ????
|
|
| Namshub 2006-06-13, 1:18 pm |
| I have a value in one of the fields in the schema, if it is empty I then
don't want it to map a few other items within the schema. What functoids do
I use to try and achieve this apart from scripting functoids. Is it
possible?
| |
|
| Hi,
Use the NotEqualTo (<> ) functoid to check the value in the schema field
and link this to target schema Record node(this node hosts all your
transformations) This action creates the target record only when you
have value in the key source field.
Hope this helps.
-Kiran Pabba
| |
| Namshub 2006-06-13, 1:18 pm |
| So what you are saying is that I map the elements as normal but, if using
the <> functoid at the Record node of the destination it ignores the other
element transformations?
If this is the case , thanks for your help....
"Pabba" <kiran.pabba@gmail.com> wrote in message
news:1150206599.182732.169340@u72g2000cwu.googlegroups.com...
> Hi,
>
> Use the NotEqualTo (<> ) functoid to check the value in the schema field
> and link this to target schema Record node(this node hosts all your
> transformations) This action creates the target record only when you
> have value in the key source field.
>
> Hope this helps.
>
> -Kiran Pabba
>
|
|
|
|
|