SfdcPartnerOrderItem

Represents a line item within a partner order, including provisioning information and billing details from a customer's purchase, in a Partner Business Org (PBO). This object is available in API version 64.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()

Fields

Field Details
CustomerUnitPricePerMonth
Type
currency
Properties
Create, Filter, Nillable, Sort, Update
Description
The customer unit price per month.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, the user might have only accessed this record or list view (LastReferencedDate), but not viewed it.
LineItemPeriodTotal
Type
currency
Properties
Filter, Nillable, Sort
Description
Derived field. The line item period total, calculated as CustomerUnitPricePerMonth * Quantity.
LineItemTotal
Type
currency
Properties
Filter, Nillable, Sort
Description
Derived field. The line item total, calculated as CustomerUnitPricePerMonth * Quantity * ContractTerm on the Order object.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
Auto-generated ID number for the order item.
OrderItemNumber
Type
string
Properties
Autonumber, Defaulted on create, Filter, Sort
Description
Auto-generated order item number.
PartnerOrderId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The associated partner order that this order item belongs to.
This field is a relationship field.
Relationship Name
PartnerOrder
Relationship Type
Master-detail
Refers To
SfdcPartnerOrder (the master object)
PartnerProvisionProductId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
A provisionable product included in this order item.
This field is a relationship field.
Relationship Name
PartnerProvisionProduct
Refers To
SfdcPartnerProvisionProduct
PartnerProvisionProductName
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Derived field. The name of the Partner Provision Product from SfdcPartnerProvisionProduct object.
PartnerPurchaseOrderNumber
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Partner purchase order number for this order item.
PartnerTenantId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The Salesforce org ID that purchased products from the partner.
This field is a relationship field.
Relationship Name
PartnerTenant
Refers To
SfdcPartnerTenant
ProvisionedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The date and time when the order item is provisioned.
ProvisionedDateSyncStatus
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
The status of the provisioned date sync process.
ProvisioningStatus
Type
picklist
Properties
Defaulted on create, Filter, Group, Restricted picklist, Sort
Description
Required. The provisioning status of the order item.
Possible values are:
  • Error
  • Expired
  • New
  • Pending
  • Provisioned
The default value is New.
Quantity
Type
int
Properties
Create, Filter, Group, Sort, Update
Description
Required. The number of units sold.
ServiceDate
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The date range when the service is active. Used to assist provisioning.