Skip to main content
Version: Current

AR Sales Orders

Introduction

This integration creates Accounts Receivable Sales Orders in MYOB Acumatica from processed sales transactions in Zudello, initiating the order-to-cash process.

Header Field Mappings

MYOB Acumatica FieldZudello FieldData TypeNotes
OrderType.value-StringHardcoded to "SO"
CustomerID.valueCustomerStringLinks to customer
Date.valuedate_issuedDateFormatted as YYYY/MM/DD
RequestedOn.valuedate_dueDateRequested delivery date
Hold.value-BooleanHardcoded to false
OrderNbr.valuedocument_numberStringSales order number
ExternalRef.valuedocument_numberStringExternal reference
Description.valuereferenceStringOrder description
noteshort_urlStringLink to Zudello transaction
CustomerOrder.valuedocument_numberStringCustomer order reference
CurrencyID.valuecurrency.codeStringCurrency code
Status.value-StringHardcoded to "Open"
TaxTotal.valuetaxDecimalTotal tax amount
OrderTotal.valuetotalDecimalTotal order amount

Line Item Field Mappings

MYOB Acumatica FieldZudello FieldData TypeNotes
LineNbr.valueline_numberIntegerLine sequence number
Branch.valueLocationStringBranch/Location (optional)
CostCode.valueCost CentreStringCost centre (optional)
ProjectTask.valueProject TaskStringProject task (optional)
TaxCategory.valuetax_rate.tax_solution.codeStringTax category (optional)
OrderQty.valuequantityDecimalOrdered quantity
UnitPrice.valuetotal_exclusive / quantityDecimalUnit price (tax exclusive)
LineDescription.valuedescription || item.descriptionStringLine description or item description
Account.valueaccount.codeStringAccount code
Department.valueDepartmentStringDepartment (optional)
InventoryID.valueItemStringInventory item (optional)
notenoteStringLine notes
UOM.valueItem's Base Unit of MeasureStringBase unit of measure from item

Key Behaviours

  • Default Status: The sales order is created in MYOB Acumatica with an 'Open' status.
  • Description Fallback: If a line item doesn't have a description, the integration will use the description from the item master data.
  • Date Mapping: The 'Due Date' from Zudello is used as the 'Requested On' date in MYOB Acumatica.
  • Audit Trail: A note is added to the sales order in MYOB Acumatica with a link back to the transaction in Zudello for easy reference.
  • Tracking ID: Once created, the sales order in Zudello is updated with a unique ID from MYOB Acumatica for tracking.