A junction row designed to link a requisition and requisition line to the purchase order line that fulfils it, optionally tagged with the AutoOrder that produced it and carrying RequestedQuantity and OrderedQuantity. The requisition-to-purchase-order trace that is actually maintained is the direct PurchaseOrderLine.RequisitionLineId and PurchaseOrderLine.PurchaseRequisitionId pair, so do not rely on this entity to answer which purchase order covered a requisition.
Fields
| Field | Label | Type | Required | What it does |
AutoOrderId | Auto Order | Lookup → AutoOrder | | |
AutoPurchaseOrder | Auto Purchase Order | Lookup | | |
BranchId | Branch | Lookup → Branch | | |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
ExternalId | External | Text, unique | | |
Id | Id | Guid | Yes | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Document Number | Text | Yes | |
OrderedQuantity | Ordered Quantity | Number | | Intended to record how much was actually ordered against the linked requisition line. It is a stored integer on an entity that no code writes; the quantity genuinely tracked for that purpose is RequisitionLine.PurchaseOrderQuantity. |
OwnerId | Owner | Lookup → UserAccount | Yes | |
PartnerAccountId | Partner Account | Lookup → Account | | |
PurchaseOrderId | Purchase Order | Lookup → PurchaseOrder | | |
PurchaseOrderLineId | Purchase Order Line | Lookup → PurchaseOrderLine | | |
PurchaseRequisitionId | Purchase Requisition | Lookup → Requisition | | |
PurchaseRequisitionLineId | Purchase Requisition Line | Lookup → RequisitionLine | | |
RecordTypeId | Record Type | Guid, hidden | | |
RequestedQuantity | Requested Quantity | Number | | Intended to record how much of the requisition line the linked purchase order line was asked to cover. It is a stored integer on an entity that no code writes, so the platform never populates it. |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Bulk Delete | Delete | Bulk Delete |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteInList | Delete | Delete | Delete |
Edit | Edit | Edit | Edit |
EditInLine | Edit | Edit | Edit |
New | New | New | New |