Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Promoting a node which is not unique › Re: Promoting a repeatative node
October 22, 2007 at 12:57 PM
#18244
Hi Ram,
Only unique elements can be promoted and two elements *cannot* be promoted to create one unique field 'out of the box' – have a look at for more information http://msdn2.microsoft.com/en-us/library/aa561059.aspx. I think you could probably fudge something with distinguished fields
but I doubt it'll be supported by Microsoft, but properties promoted in
a custom pipeline component from a combination would be possible
If you need to read read the value of a repeating element in an orchestration, you'll need to dive out to XPath in an Expression shape.
Hope this helps,
Nick.