Urgent : Database Functiod
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > Urgent : Database Functiod




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Urgent : Database Functiod  
Guru


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-04 10:53 PM

Hi All

I am using SQL Receive in my orchestration (select Product from DFS_lead).

The Product Column is of lookup type.

I want to implement multiple if statements in my orchestration

Product          CRMProductLine         CRMPriorityCode

P232                              11                                        
             22

P301                              33                                        
              44

............

.............

If i get a Product of P232 the output message should be

<CRMData>

<opportunity>

..

...

<CRMProductLine>11</CRMProductLine>

<CRMPriorityCode>22</CRMPriorityCode>

</opportunity>

</CRMData>

and If i get a Product of P301 the output message should be

<CRMData>

<opportunity>

..

...

<CRMProductLine>33</CRMProductLine>

<CRMPriorityCode>44</CRMPriorityCode>

</opportunity>

</CRMData>



This is possible through the use of Database functiods (most probably by usi
ng Format Message functiod)

I used the tool BTSXRefImport.exe which accepts some predefined xml files fr
om which it fills the tables in BiztalkMgmtDb which will act as lookup table
s.

I am not able to continue further as there are no samples available in micro
soft website.

Can anyone help me in this regard



Regards

Guru







[ Post a follow-up to this message ]



    Re: Urgent : Database Functiod  
Matt Milner


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-04 10:53 PM

if you are using BizTalk 2004, this sounds like the business rules engine
might work for you as well.  it is a bit more flexible than the mapper and
can be changed on the fly without having to redeploy your maps.

Matt


"Guru" <Guru@discussions.microsoft.com> wrote in message
news:85B48D38-C31A-44A0-8B92-C676923AE88A@microsoft.com...
> Hi All
>
> I am using SQL Receive in my orchestration (select Product from DFS_lead).
>
> The Product Column is of lookup type.
>
> I want to implement multiple if statements in my orchestration
>
> Product          CRMProductLine         CRMPriorityCode
>
> P232                              11
22
>
> P301                              33
44
>
> ............
>
> .............
>
> If i get a Product of P232 the output message should be
>
> <CRMData>
>
> <opportunity>
>
> ..
>
> ...
>
> <CRMProductLine>11</CRMProductLine>
>
> <CRMPriorityCode>22</CRMPriorityCode>
>
> </opportunity>
>
> </CRMData>
>
> and If i get a Product of P301 the output message should be
>
> <CRMData>
>
> <opportunity>
>
> ..
>
> ...
>
> <CRMProductLine>33</CRMProductLine>
>
> <CRMPriorityCode>44</CRMPriorityCode>
>
> </opportunity>
>
> </CRMData>
>
>
>
> This is possible through the use of Database functiods (most probably by
using Format Message functiod)
>
> I used the tool BTSXRefImport.exe which accepts some predefined xml files
from which it fills the tables in BiztalkMgmtDb which will act as lookup
tables.
>
> I am not able to continue further as there are no samples available in
microsoft website.
>
> Can anyone help me in this regard
>
>
>
> Regards
>
> Guru
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:27 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register