|
Balaa_ts -> BizTalk Rule Engine Doubt (20 December 2007)
|
Hi All, I’ve one basic clarification in BizTalk Rule Engine. Please take this as an example: <LoanData> <Status>Success</Status> <LoanNo>LN-00037</LoanNo> </LoanData> <LoanData> <Status>Success</Status> <LoanNo>LN-00037</LoanNo> </LoanData> <LoanData> <Status>Failed</Status> <LoanNo>LN-00038</LoanNo> </LoanData> <LoanData> <Status>Success</Status> <LoanNo>LN-00037</LoanNo> </LoanData> Here we’ve multiple records (n records), each row contains LoanNo and Status column. I want to compare LoanNo of the first record with next LoanNo(next record) , similarly for other records as well. Here I want to know whether checking across records is possible or not? If it’s possible please advise us on the same. Thanks, Bala. S
|
|
|
|