Skip to main content
Version: Current

AP Bills with Attachments

Introduction

This integration creates Accounts Payable Bills/Invoices in MYOB Acumatica from processed transactions in Zudello with document attachment support, providing complete audit trail and document management.

Header Field Mappings

MYOB Acumatica FieldZudello FieldData TypeNotes
Type.value-StringHardcoded to "Bill"
Vendor.valueSupplierStringLinks to supplier
Date.valuedate_issuedDateFormatted as YYYY/MM/DD
DueDate.valuedate_dueDateFormatted as YYYY/MM/DD
Hold.value-BooleanHardcoded to false
VendorRef.valuedocument_numberStringVendor reference number
Description.valuereferenceStringBill description
Terms.value-StringHardcoded to "NET30DAYS"
noteshort_urlStringLink to Zudello transaction
CurrencyID.valuecurrency.codeStringCurrency code
Status.value-StringHardcoded to "Open"
TaxTotal.valuetaxDecimalTotal tax amount
Amount.valuetotalDecimalTotal bill amount

Line Item Field Mappings

MYOB Acumatica FieldZudello FieldData TypeNotes
Account.valueAccountStringGL Account (optional)
Branch.valueLocationStringBranch/Location (optional)
CostCode.valueCost CentreStringCost centre (optional)
Project.valueproject.codeStringProject code (optional)
ProjectTask.valueProject TaskStringProject task (optional)
TaxCategory.valuetax_rate.tax_solution.codeStringTax category (optional)
InventoryID.valueItemStringInventory item (optional)
TransactionDescription.valuedescriptionStringLine description
Qty.valuequantityDecimalQuantity
UnitCost.valuetotal_exclusive / quantityDecimalUnit cost (tax exclusive)
POOrderNbr.valueDerived from allocationsStringPurchase order number for matching
POLine.valueDerived from allocationsStringPurchase order line for matching
POOrderType.value-StringHardcoded to "Normal"

Key Behaviours

  • Document Attachment: The original document you uploaded to Zudello (like a PDF invoice) is automatically attached to the bill created in MYOB Acumatica, ensuring a complete record.
  • PO Matching: If the bill was created from a purchase order in Zudello, it will be automatically matched to that PO in MYOB Acumatica.
  • Default Status: The bill is created in MYOB Acumatica with an 'Open' status.
  • Default Terms: The payment terms for the bill will be set to 'NET30DAYS' by default.
  • Audit Trail: A note is added to the bill in MYOB Acumatica with a link back to the transaction in Zudello for easy reference.
  • Tracking ID: Once created, the bill in Zudello is updated with a unique ID from MYOB Acumatica for tracking.
  • Process Order: The bill is created in MYOB Acumatica first. If successful, the attachment is then uploaded. If either step fails, the entire process is stopped.