BizTalk - biztalk Map
Asked By Ashwin Kunde
05-Feb-10 11:57 AM
I am mapping for outbound 810 and have to calculate the tax for each line. I have two tables Invoices details and Invoice additional details. The tax amounts are in Invoice additional details table. I am not getting the tax amount in a sequence, same tax amount repeats for all the items.
<TXI02>105</TXI02> --> should be 362
</ns0:TXI>
</ns0:IT1Loop1>
Daivagna Nanavati replied to Ashwin Kunde
the schema you showed is source schema or destination schema???
if it is source schema you can achive desire results using your query or in sp and output the xml
if it is your destination schema than create a map(i think you have created that already) and try using database lookup field,so with logical functoids,now if your database functonoids returns a row do not consider it or if its more than one times do not consider that,
or you can use orchestration to do the task,loop through all nodes of your xml and do not include duplicates,that will do the task
thxs

list of all functoids used in a biztalk map Windows Server Does anyone know how to see or get a list of all functiods used in a BizTalk map while in the BizTalk Mapper? We have 2 separate maps and want to know all of the functoids used in each BizTalk map. It is hard trying to see all of the functoids while scrolling through the map in BizTalk Mapper. Chris C. BizTalk Discussions BizTalk (1) Functoids (1) Eliasen (1) Mapper (1
Executing a BizTalk map that generates non-xml (i.e. via custom XSLT) from orchestration Windows Server Hi all, I have come accross an issue here with executing a BizTalk map in a orchestration. The BizTalk map that I'm trying to execute uses custom XSLT to convert XML to a human readable string - no output schema applies. Note: BizTalk maps have a property to set the output value to "Text", which we have done. The map is being called from the orchestration via BizTalk's internal ApplyTransform method. The issue occurs
BizTalk Mapper Grid Pages and how processed Windows Server I am updating an existing BizTalk map. This BizTalk map has a CSV input file and creates an HL7 message XML output. Currently the input Employer data. My question is what is the best way to do this? The current BizTalk map contains a grid page for the guardian processing using functoids. If I were to add and have not found anything yet Googling. Any help will be greatly appreciated. Chris C. BizTalk Discussions BizTalk (1) NK (1) Output (1) Xslt (1) CSV (1) Guardian (1) XML (1
BizTalk map: Call external assembly inside inline XSLT Windows Server Hello What's the best way to call an external assembly inside an inline XSLT of a BizTalk map? The way I do at the moment works, but it's not a very good created a dummy method in the external assembly which returns an empty string. In the map I have my inline XSLT and another scripting functoid which calls this dummy method. Now inline XSLT I'm able call other methods of this assembly. Thanks in advance Samuel BizTalk Discussions BizTalk (1) JanThe (1) Functoid (1) XSLT (1) Could this be because your methods are not Private email: jan@eliasen.dk Hi Jan The methods are all static. . . Greetings Samuel keywords: BizTalk, map:, Call, external, assembly, inside, inline, XSLT description: Hello What's the best way to
need biztalk / map looping help Windows Server I am creating a map in visual studios 2005 for biztalk 2006. I have an EDI 834 schema on one side of the map. I have a flat file schema on the other side. The map works, but only returns one record. I have max occurs as unbounded on the flat I'm just not seeing what would solve my problems. I would appreciate any suggestions. . . BizTalk Discussions Stu (1) Functoid (1) Studios (1) Biztalk (1) Max (1) There is a seperate forum for HIPAA questions microsoft.public.biztalk.accelerator