|
Home > Archive > BizTalk Server General > February 2005 > BTS2004: Content Based Record Elimination (Flat File Schemas) on M
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 |
BTS2004: Content Based Record Elimination (Flat File Schemas) on M
|
|
| Andy Young 2005-02-23, 5:58 pm |
| Hello Fellow BizTalkers,
I have two records (ABC, XYZ) each contain three fields (F01, F02, F03).
I need to remove the XYZ from passing if ABC/F02 does not match my passing
criteria.
If ABC/F02 does match the passing criteria, then I want it to forward on.
I have tried to create a functoid to set all the fields to vbNullString, but
it still will output an empty record.
This is BizTalk 2004 Map with the same inbound and outbound schema.
Environment:
[ ] BizTalk 2004 SP1
[ ] Windows 2003 Server
Thanks,
Andy Young
Microsoft Certified Professional
Support Engineer/Product Manager
Summit Healthcare Services, Inc.
Partners in Data Management
www.summit-healthcare.com
| |
| Sasidhar Parvatham 2005-02-23, 5:58 pm |
| Andy,
Use a logical functoid. May be the following will be useful to you
http://dotnetjunkies.com/WebLog/jly...7/13/19240.aspx
--
Sasidhar
http://bizstop.blogspot.com/
"Andy Young" <Andy Young@discussions.microsoft.com> wrote in message
news:31B28400-9818-4A1E-9EB8-B5E673077312@microsoft.com...
> Hello Fellow BizTalkers,
>
> I have two records (ABC, XYZ) each contain three fields (F01, F02, F03).
>
> I need to remove the XYZ from passing if ABC/F02 does not match my passing
> criteria.
>
> If ABC/F02 does match the passing criteria, then I want it to forward on.
>
> I have tried to create a functoid to set all the fields to vbNullString,
but
> it still will output an empty record.
>
> This is BizTalk 2004 Map with the same inbound and outbound schema.
>
> Environment:
> [ ] BizTalk 2004 SP1
> [ ] Windows 2003 Server
>
> Thanks,
> Andy Young
> Microsoft Certified Professional
> Support Engineer/Product Manager
> Summit Healthcare Services, Inc.
> Partners in Data Management
> www.summit-healthcare.com
|
|
|
|
|