Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Purchase order

A purchase order is a binding contract between a buyer and a supplier that authorizes a purchasing transaction. It contains the descriptions, quantities, prices, applicable discounts, payment terms, delivery dates, and other associated terms and conditions with the supplier.

In a purchase order, the key fields are the following:

FieldDescription
Display nameName of the purchase order for a supplier product.
NumberSystem-generated unique identifier of the purchase order.
ERP numberThe purchase order number that is synced from ERP systems.
VersionThe version of the purchase order. A revised purchase order has a higher version number.
Business ownerThe user who placed the order.
StatusStatus of the purchase order.
Purchase requisitionThe purchase requisition associated with this order.
Primary contactPerson within the procurement team who can be contacted with questions about the order. This field is populated or updated with the same user in the Assigned to field on the purchase requisition.
Summary Details
SupplierSupplier who provides the product of this order.
Order typeIndicates if the purchase order is of the type Standard or Blanket.
Minimum spendMinimum amount that must be spent to avail a discount.This field isn’t displayed for a blanket order type.
Discount percentageDiscount provided if the minimum spend requirement is met.This field isn’t displayed for a blanket order type.
Total amountThe total cost of purchase requisition calculated as the sum from all related purchase lines.
Released amountThe budget that is consumed so far.This field is visible for blanket order type.
Shipping methodDetails of the carrier, the applicable suppliers, and the valid delivery location countries for those suppliers.For more information on shipping methods and handling fees, see Handling fees.
Accounting Details
Cost centerThe cost center incurring the expense of this order.This field is carried over from the related purchase requisition.
Legal entityInternal legal entity making this purchase.This field is carried over from the related purchase requisition.
Purchasing entityThe organizational entity associated with the business owner making this purchase.This field is carried over from the related purchase requisition.
Payment termThe agreed time and conditions of payment to the supplier.
Received amountIndicates if the order is partially or fully delivered. This value is the sum of the receipt values in the child purchase order lines.This field is visible for standard order type.
Received percentIndicates if the order is partially or fully delivered. This value is the sum of the receipt values in the child purchase order lines.This field is visible for standard order type.
Invoiced amountAmount invoiced for the product ordered. While other charges are added to the amount invoiced, discount amount is subtracted from it.This field is visible for standard order type.
Amount paidAmount paid for the product ordered.This field is visible for standard order type.
Remaining balanceAmount due to the supplier for the order.This field is visible for standard order type.

During purchase order integration, any attachments with valid sys-ids are copied from the Inbound Purchase Order staging table record to this Purchase Order primary table record. This is done through a transform script, which is part of the Order stage transform map, triggered onAfter. Go to the purchase order record on the Purchase Order table based on the ERP number and purchase order number, and verify that your attachments are present on the target record. You can delete or rename attachments as needed, without creating duplicates.

The receipt fields (Received amount and Received percent) on the Accounting Details section of a purchase order are summations of the receipt fields on the child purchase order lines, which are populated based on the following conditions:

  • For purchase order line of goods:
    • When goods have been received: The received quantity is populated when a receipt is created. The received amount and received percent are calculated based on the received quantity.
    • When goods haven’t been received: The received amount is populated with the line amount invoiced (editable field) when the status of the invoice line associated with the purchase order line is Invoice Confirmed. The received quantity and received percent are calculated based on the received amount.
  • For purchase order line of services:

    Note: Business rules pertaining to handling state changes, handling tax and charges, default invoice fields, populating invoice line amounts, handling line total changes, and populating supplier products are available only if you haven't installed the Shopping Hub plugin and are still using the Source-to-Pay Common Architecture plugin.​

    • When the acknowledgment type is milestones:
      • If the milestone payout is amount, the received amount is populated accordingly. The received quantity and received percent are calculated based on the received amount.
      • If the milestone payout is a percentage, the received percent is populated accordingly. The received quantity and received amount are calculated based on the received percent.
    • When the acknowledgment type is service acknowledgment: The received amount is populated based on the approved invoice line amount. The received quantity and received percent are calculated based on the received amount.
    • When the acknowledgment type is a two-way match: The received amount is populated with the line amount invoiced (editable field) when the status of the invoice line associated with the purchase order line is Invoice Confirmed. The received quantity and received percent are calculated based on the received amount.

For more information on purchase order lines, see Purchase order lines.

The following are the key related lists of a purchase order record:

Related listDescription
Purchase Order LinesLists the standard purchase order releases for a blanket purchase order.​
Approval PlansDisplays all the approval plans created against this purchase order.
ReceiptsProvides details of the receipts created for this purchase order. For details, see Receipts.This related list is visible for standard order type.
MilestonesProvides details of the milestones for this purchase order. For details, see Milestones.This related list is visible for standard order type.
InvoicesProvides details of the invoices generated for this purchase order. For details, see Invoices.This related list is visible for standard order type.
Related ContractsProvides details of related contracts associated for this purchase order. For details, see Contracts.This related list is visible for standard order type.
Purchasing PermissionCarried over from the related purchase requisition.This related list is visible for blanket order type.
Purchase Order ReleasesThis related list is visible for blanket order type.
Purchasing TasksProvides information of tasks for this purchase order.
Purchase Order HistoryList of purchase orders before the current revision. This related list is visible if the purchase order has revisions.

For a list of all purchase order states and the conditions that trigger each state change, see Purchase requisition, purchase order, and sourcing request states.

Parent Topic:Sourcing and Purchasing Automation