<root> <row> <CUST_ID>3060966</CUST_ID> <CUST_NAME>Frank Wallace</CUST_NAME> <CUST_ADDR>123 Main</CUST_ADDR> <CUST_PHONE>985-555-1212</CUST_PHONE> </row> <row> <CUST_ID>3060967</CUST_ID> <CUST_NAME>Betty Weaving</CUST_NAME> <CUST_ADDR>123 Washington</CUST_ADDR> <CUST_PHONE>985-555-1213</CUST_PHONE> </row> </root>And, I know from my research that I'll probably need to make a temporary table, and then use that temporary table to process the records. But, I could really use an example of how I would do this. Thanks in advance. I'm new to XMLports and temporary tables, even though I've done basic examples of them.
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Microsoft Dynamics NAV User
For the XMLport: and the Codeunit:
Microsoft Dynamics NAV User