Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

creating Salesorder with One time customer and delivery address using AIF salesorder services

$
0
0

Normal 0 false false false EN-US X-NONE X-NONE

I am creating Salesorder with One time customer and new delivery address using AIF salesorder services.  The issue is I am not able to see the delivery address at the header of newly created salesorder. But you can find the New delivery address at customer.

The following is the xml file I’m trying for

<Body>

    <MessageParts>

      <SalesOrder xmlns="http://schemas.microsoft.com/dynamics/2008/01/documents/SalesOrder">

        <SalesTable class="entity">

                  <CustAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />          

          <DeliveryName>Mujeeb</DeliveryName>

                  <OneTimeCustomer>Yes</OneTimeCustomer>

                  <CurrencyCode>USD</CurrencyCode>

                  <SalesName>Mujeeb</SalesName>

                  <PurchOrderFormNum>PO</PurchOrderFormNum>

          <ReceiptDateRequested>2012-11-20</ReceiptDateRequested>

          <DeliveryDate>2012-11-20</DeliveryDate>s      

          <DlvMode>01</DlvMode>                        

                  <SalesLine class="entity">

            <ItemId>2003</ItemId>

            <SalesQty>1</SalesQty>

            <SalesUnit>ea</SalesUnit>

          </SalesLine>

                  <TableDlvAddr class="entity">

            <Address>TEST</Address>

            <BuildingCompliment>TEST</BuildingCompliment>

            <City>Adak</City>

            <CountryRegionId>USA</CountryRegionId>

            <LocationName>MM TEST</LocationName>

            <State>AK</State>

            <Street>100B, Electronic city, Six</Street>

            <ZipCode>99546</ZipCode>

          </TableDlvAddr>

                 </SalesTable>

      </SalesOrder>

    </MessageParts>

  </Body>.


Viewing all articles
Browse latest Browse all 73760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>