Skip to content

Importing Sales Credit Memos into Dynamics 365 Business Central

This task will create or update sales credit memos in Dynamics 365 Business Central. The data must be supplied in the Dynamics 365 Business Central Sales Credit Memo XML format.

Sales credit memos are matched based on the following XML elements, in the order listed: Id, ExternalId, Number, ExternalDocumentNumber. If a match is found, the existing sales credit memo will be updated. If not, a new sales credit memo will be created.

When updating existing sales credit memos, the sales credit memo lines are matched based on the following XML elements, in the order listed: Id, ExternalId, Sequence, ItemId. If a match is found, the existing sales credit memo line will be updated. If not, a new sales credit memo line will be created.

Settings

Dynamics 365 Business Central Connection

Required
The connection to Dynamics 365 Business Central to use. See the Connecting to Dynamics 365 Business Central article if you require more information on how to create/manage connections.

Fail File

Required
The name of a file for records that fail to import to be output to. The data will be in the same XML format as the input file.

Input File

Required
The file containing the records that you want to import into Dynamics 365 Business Central. The records must be supplied in the XML format shown below.

Success File

Required
The name of a file for successfully imported records to be output to. The data will be in the same XML format as the input file.

Auto Create Customers

Required

Set to true to have the task automatically create new customers if they do not already exist, and have been provided within the Customer or BillToCustomer element of the XML. Setting this to false will cause the record to fail import if the customers do not already exist.

Note

The CustomerId, CustomerNumber, BillToCustomerId and BillToCustomerNumber elements take precedence over data provided in the Customer and BillToCustomer elements. They should not be specified if you want to auto create customers.

Auto Create Items

Required

Set to true to have the task automatically create new items if they do not already exist and have been provided within the Item element of the XML. Setting this to false will cause the record to fail import if any of the items do not already exist.

Note

The LineObjectNumber element takes precedence over data provided in the Item element. It should not be specified if you want to auto create items.

Auto Post

Required
Set to true to have the task automatically post each record.

Auto Send

Required
Set to true to have the task automatically send each record.

Match Customers On

Optional
The list of fields to use to try and find an existing customer in Dynamics 365 Business Central which matches with the customer in the input file. These settings will only be used if the customer Id and Number are not provided in the input file, and the external ID is not found in the truth table. When multiple fields are selected, only customers where the value of all the fields match will be considered a match. The following fields are supported:

  • DisplayName
  • Email
  • PhoneNumber

Prevent Reprocessing

Required
Set this to 'True' to check the value specified in the ExternalId element in the XML against the truth table to see if it has already been processed, and if so skip the record.

Zynk Settings

See Common Task Settings

Examples

Sample input file, for full documentation see Dynamics 365 Business Central Sales Credit Memo XML:

<?xml version="1.0" encoding="utf-8"?>
<SalesCreditMemos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SalesCreditMemo>
    <Id>212dc02c-3fbc-ed11-9a88-0022481aff68</Id>
    <ExternalId>325192</ExternalId>
    <Number>1001</Number>
    <ExternalDocumentNumber>TEST-0001</ExternalDocumentNumber>
    <CreditMemoDate>2023-02-13T00:00:00</CreditMemoDate>
    <DueDate>2023-02-13T00:00:00</DueDate>
    <CustomerId>d4f4fd40-34bc-ed11-9a88-6045bd0cf992</CustomerId>
    <CustomerNumber>C00020</CustomerNumber>
    <Customer>
      <ExternalId>5230</ExternalId>
      <Id>d4f4fd40-34bc-ed11-9a88-6045bd0cf992</Id>
      <Number>C00020</Number>
      <DisplayName>Zynk Software</DisplayName>
      <Type>Company</Type>
      <AddressLine1>Office 16</AddressLine1>
      <AddressLine2>6 Charlotte Square</AddressLine2>
      <City>Newcastle</City>
      <State>Tyne &amp; Wear</State>
      <Country>GB</Country>
      <PostalCode>NE1 4XF</PostalCode>
      <PhoneNumber />
      <Email>[email protected]</Email>
      <Website>www.zynk.com</Website>
      <TaxLiable>false</TaxLiable>
      <TaxAreaId>248e3bdf-549e-ed11-988a-000d3a3885d3</TaxAreaId>
      <TaxAreaDisplayName>Domestic customers and vendors</TaxAreaDisplayName>
      <TaxRegistrationNumber />
      <CurrencyId>00000000-0000-0000-0000-000000000000</CurrencyId>
      <CurrencyCode>GBP</CurrencyCode>
      <PaymentTermsId>fa97d7da-549e-ed11-988a-000d3a3885d3</PaymentTermsId>
      <ShipmentMethodId>ae98d7da-549e-ed11-988a-000d3a3885d3</ShipmentMethodId>
      <PaymentMethodId>c58d3bdf-549e-ed11-988a-000d3a3885d3</PaymentMethodId>
      <Blocked> </Blocked>
    </Customer>
    <BillToCustomerId>d4f4fd40-34bc-ed11-9a88-6045bd0cf992</BillToCustomerId>
    <BillToCustomerNumber>C00020</BillToCustomerNumber>
    <BillToCustomer>
      <ExternalId>5230</ExternalId>
      <Id>d4f4fd40-34bc-ed11-9a88-6045bd0cf992</Id>
      <Number>C00020</Number>
      <DisplayName>Zynk Software</DisplayName>
      <Type>Company</Type>
      <AddressLine1>Office 16</AddressLine1>
      <AddressLine2>6 Charlotte Square</AddressLine2>
      <City>Newcastle</City>
      <State>Tyne &amp; Wear</State>
      <Country>GB</Country>
      <PostalCode>NE1 4XF</PostalCode>
      <PhoneNumber />
      <Email>[email protected]</Email>
      <Website>www.zynk.com</Website>
      <TaxLiable>false</TaxLiable>
      <TaxAreaId>248e3bdf-549e-ed11-988a-000d3a3885d3</TaxAreaId>
      <TaxAreaDisplayName>Domestic customers and vendors</TaxAreaDisplayName>
      <TaxRegistrationNumber />
      <CurrencyId>00000000-0000-0000-0000-000000000000</CurrencyId>
      <CurrencyCode>GBP</CurrencyCode>
      <PaymentTermsId>fa97d7da-549e-ed11-988a-000d3a3885d3</PaymentTermsId>
      <ShipmentMethodId>ae98d7da-549e-ed11-988a-000d3a3885d3</ShipmentMethodId>
      <PaymentMethodId>c58d3bdf-549e-ed11-988a-000d3a3885d3</PaymentMethodId>
      <Blocked> </Blocked>
    </BillToCustomer>
    <BillToAddressLine1>6 Charlotte Square</BillToAddressLine1>
    <BillToCity>Newcastle Upon Tyne</BillToCity>
    <BillToState>Tyne &amp; Wear</BillToState>
    <BillToCountry>GB</BillToCountry>
    <BillToPostCode>NE1 4XF</BillToPostCode>
    <SellToAddressLine1>6 Charlotte Square</SellToAddressLine1>
    <SellToCity>Newcastle Upon Tyne</SellToCity>
    <SellToState>Tyne &amp; Wear</SellToState>
    <SellToCountry>GB</SellToCountry>
    <SellToPostCode>NE1 4XF</SellToPostCode>
    <CurrencyId>00000000-0000-0000-0000-000000000000</CurrencyId>
    <CurrencyCode>GBP</CurrencyCode>
    <PaymentTermsId>ff97d7da-549e-ed11-988a-000d3a3885d3</PaymentTermsId>
    <PaymentTerm>
      <Code>30 DAYS</Code>
    </PaymentTerm>
    <ShipmentMethodId>b598d7da-549e-ed11-988a-000d3a3885d3</ShipmentMethodId>
    <ShipmentMethod>
        <Code>DELIVERY</Code>
    </ShipmentMethod>
    <Salesperson>JO</Salesperson>
    <DiscountAmount>0</DiscountAmount>
    <InvoiceId>00000000-0000-0000-0000-000000000000</InvoiceId>
    <InvoiceNumber>102224</InvoiceNumber>
    <PhoneNumber>0191 820 1484</PhoneNumber>
    <Email>[email protected]</Email>
    <SalesCreditMemoLines>
      <SalesCreditMemoLine>
        <Id>0b606342-3fbc-ed11-9a88-0022481aff68</Id>
        <ExternalId>325192-1</ExternalId>
        <Sequence>10000</Sequence>
        <ItemId>2a99d7da-549e-ed11-988a-000d3a3885d3</ItemId>
        <Item>
          <ExternalId>1928-S</ExternalId>
          <Number>1928-S</Number>
          <DisplayName>AMSTERDAM Lamp</DisplayName>
          <Type>Inventory</Type>
          <ItemCategoryId>2b18deb9-611d-ea11-bb2d-000d3a4884fc</ItemCategoryId>
          <ItemCategoryCode>MISC</ItemCategoryCode>
          <Blocked>false</Blocked>
          <Gtin />
          <UnitPrice>35.6</UnitPrice>
          <PriceIncludesTax>false</PriceIncludesTax>
          <UnitCost>27.8</UnitCost>
          <TaxGroupId>2c8e3bdf-549e-ed11-988a-000d3a3885d3</TaxGroupId>
          <TaxGroupCode>STANDARD</TaxGroupCode>
          <BaseUnitOfMeasureId>2d8c3bdf-549e-ed11-988a-000d3a3885d3</BaseUnitOfMeasureId>
          <BaseUnitOfMeasureCode>PCS</BaseUnitOfMeasureCode>
        </Item>
        <AccountId>f9b2e6b3-611d-ea11-bb2d-000d3a4884fc</AccountId>
        <Account>
          <Number>10100</Number>
        </Account>
        <LineType>Item</LineType>
        <LineObjectNumber>1928-S</LineObjectNumber>
        <Description>AMSTERDAM Lamp</Description>
        <UnitOfMeasureId>2d8c3bdf-549e-ed11-988a-000d3a3885d3</UnitOfMeasureId>
        <UnitOfMeasureCode>PCS</UnitOfMeasureCode>
        <UnitPrice>35.6</UnitPrice>
        <Quantity>3</Quantity>
        <DiscountAmount>0</DiscountAmount>
        <DiscountPercent>0</DiscountPercent>
        <TaxCode>STANDARD</TaxCode>
      </SalesCreditMemoLine>
    </SalesCreditMemoLines>
  </SalesCreditMemo>
</SalesCreditMemos>