BizTalk Server Orchestration - Database Functiods

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > July 2004 > Database Functiods





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 Database Functiods
Guru

2004-07-27, 5: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 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


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com