DemandFlow Support Centre

IDN: Inbound Delivery Note

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An inbound delivery note tracking goods receipt from a vendor, with quality checks, storage allocation, and compliance.

IDN: Inbound Delivery Note

An inbound delivery note tracking goods receipt from a vendor, with quality checks, storage allocation, and compliance.

Default definition. This article describes the default IDN definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches IDN.

Entity properties

PropertyValue
Entity codeIDN
Display nameInbound Delivery Note
PluralInbound Delivery Notes
Level25000

Use cases

IDN is the goods receipt entity, recording when physical deliveries arrive from vendors. It links to PO (purchase order) and VEN (vendor) to trace deliveries back to their procurement origin. The entity covers the full receiving workflow: tracking information (carrier, tracking number, waybill, container), receiving details (warehouse via SITE entity, dock/gate, bay, received/inspected by), quality checks (status, date, notes), package information (count, weight, volume, pallets, hazmat/fragile/temperature flags), documentation verification (invoice, packing list, certificates, customs), discrepancy management (type classification, description, resolution), storage instructions (location, temperature, humidity, special handling), put-away tracking, and compliance/audit (customs clearance, duties, taxes, regulatory compliance).

Fields

Delivery Information

FieldTypeRequiredNotes
nametextYesDelivery Name.
statusenumYesValid ids: 1 (Pending), 2 (In Transit), 3 (Received), 4 (Receiving), 5 (Partially Received), 6 (Completed), 7 (Cancelled).
purchaseOrderreference → POYesPurchase Order.
supplierreference → VENYesVendor.
supplierDeliveryReftextSupplier Delivery Reference.
expectedDeliveryDatedateYesExpected Delivery Date.
actualDeliveryDatedatetimeActual Delivery Date.
deliveryMethodenumValid ids: 1 (Standard Ground), 2 (Express), 3 (Next Day Air), 4 (Freight), 5 (Sea Freight), 6 (Air Freight), 7 (Courier), 8 (Supplier Delivery), 9 (Customer Collection).

Tracking Information

FieldTypeRequiredNotes
carrierNametextCarrier Name.
trackingNumbertextTracking Number.
trackingUrltext (URL)Link to carrier tracking page
waybillNumbertextWaybill Number.
containerNumbertextContainer/Pallet Number.

Receiving Details

FieldTypeRequiredNotes
receivingWarehousereference → SITEYesReceiving Warehouse.
receivingDocktextReceiving Dock/Gate.
receivingBaytextReceiving Bay.
receivedByreference → userReceived By.
inspectedByreference → userInspected By.
qualityCheckStatusenumValid ids: 1 (Not Required), 2 (Pending), 3 (In Progress), 4 (Passed), 5 (Failed), 6 (Partially Passed).
qualityCheckDatedatetimeQuality Check Date.
qualityNotestext (multi-line)Quality Check Notes.

Package Information

FieldTypeRequiredNotes
numberOfPackagesnumberNumber of Packages.
totalWeightnumberTotal Weight (kg).
totalVolumenumberTotal Volume (m³).
palletCountnumberPallet Count.
temperatureControlledbooleanTemperature Controlled.
hazardousMaterialsbooleanContains Hazardous Materials.
fragileGoodsbooleanContains Fragile Goods.

Documentation

FieldTypeRequiredNotes
invoiceNumbertextInvoice Number.
invoiceDatedateInvoice Date.
invoiceAmountnumberInvoice Amount.
packingListReceivedbooleanPacking List Received.
certificateOfOriginbooleanCertificate of Origin.
customsDocumentsbooleanCustoms Documents.
qualityCertificatesbooleanQuality Certificates.
documentNotestext (multi-line)Document Notes.

Discrepancies

FieldTypeRequiredNotes
hasDiscrepanciesbooleanHas Discrepancies.
discrepancyTypeenumValid ids: 1 (Quantity Mismatch), 2 (Damaged Goods), 3 (Wrong Items), 4 (Missing Items), 5 (Extra Items), 6 (Quality Issues), 7 (Documentation Issues).
discrepancyDescriptiontext (multi-line)Discrepancy Description.
discrepancyResolutiontext (multi-line)Resolution Actions.

Storage Instructions

FieldTypeRequiredNotes
primaryStorageLocationtextPrimary Storage Location.
secondaryStorageLocationtextSecondary Storage Location.
storageTemperatureenumValid ids: 1 (Ambient), 2 (Refrigerated (2-8°C)), 3 (Frozen (-20°C)), 4 (Deep Frozen (-80°C)), 5 (Controlled Room Temp (15-25°C)).
storageHumiditytextStorage Humidity Requirements.
specialHandlingtext (multi-line)Special Handling Instructions.

Inventory Allocation

FieldTypeRequiredNotes
putAwayStatusenumValid ids: 1 (Not Started), 2 (In Progress), 3 (Completed), 4 (On Hold).
putAwayDatedatetimePut-Away Date.
putAwayByreference → userPut-Away By.
inventoryAdjustmentRequiredbooleanInventory Adjustment Required.
inventoryAdjustmentNotestext (multi-line)Adjustment Notes.

Compliance Information

FieldTypeRequiredNotes
regulatoryCompliancebooleanRegulatory Compliance Verified.
customsClearanceenumValid ids: 1 (Not Required), 2 (Pending), 3 (In Progress), 4 (Cleared), 5 (Hold), 6 (Rejected).
customsReferenceNumbertextCustoms Reference Number.
importDutiesnumberImport Duties.
importTaxesnumberImport Taxes.
complianceCertificatestext (multi-line)Compliance Certificates.

Audit Trail

FieldTypeRequiredNotes
createddatetimeCreated On.
ownerIdreference → userCreated By.
updateddatetimeLast Updated.
updatedIdreference → userUpdated By.
approvedByreference → userApproved By.
approvalDatedatetimeApproval Date.

Financial Information

FieldTypeRequiredNotes
totalOrderValuenumberTotal Order Value.
totalReceivedValuenumberTotal Received Value.
varianceAmountnumberVariance Amount.
variancePercentagenumberVariance %.

Document Attachments

FieldTypeRequiredNotes
deliveryNoteUrltext (URL)Link to scanned delivery note
packingListUrltext (URL)Link to packing list document
invoiceUrltext (URL)Link to invoice
photosUrltext (URL)Link to delivery photos or damage evidence
qualityReportUrltext (URL)Link to quality inspection report
customsDocumentsUrltext (URL)Link to customs clearance documents

Additional panels

  • Activity timeline panel attached.

Relationships

  • Lookups: purchaseOrder points at a PO record; supplier points at a VEN record; receivingWarehouse points at a SITE record; receivedBy points at a user; inspectedBy points at a user; putAwayBy points at a user; ownerId points at a user; updatedId points at a user; approvedBy points at a user.
  • Related lists: IDNLINE (format SUB|IDN), SUBCOMP (format SUB|IDN|SUBCOMP).

Creating a Inbound Delivery Note via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "IDN",
  "level":    25000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "status": "1",
  "purchaseOrder": "",
  "supplier": ""
}

Listing Inbound Delivery Notes

# All records in your tenant
GET /v1/entities/IDN/SUB:<your-sub-id>

See also

idninbounddeliverynotenotesinbounddeliveries

Was this article helpful?

← Back to Knowledge Base