| CustomerUnitPricePerMonth |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The unit price of the product per month. For example, if the unit
price is $1 and a customer orders 10 items, the cost is
$10/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
- The line item total calculated as
CustomerPricePerMonth *
Quantity.
|
| LineItemTotal |
- Type
- currency
- Properties
- Filter, Nillable, Sort
- Description
- Derived field. The total cost of a single line item within an
offer, calculated as CustomerPricePerMonth *
Quantity *
Offer.ServiceTerm.
|
| Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- Auto-generated offer item number
|
| OfferItemNumber |
- Type
- string
- Properties
- Autonumber, Defaulted on create, Filter, Sort
- Description
- Autonumber field for the offer item.
|
| PartnerOfferId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- The offer to which the offer item belongs.
- This field is a relationship field.
- Relationship Name
- PartnerOffer
- Relationship Type
- Master-detail
- Refers To
- SfdcPartnerOffer
|
| PartnerProvisionProductId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The Partner Provision Product being sold as part of this offer
line item. Used for provisioning of order or commodity code for tax
calculations.
- 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 related partner provisionable
product.
|
| PartnerPurchaseOrderNumber |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Used to override the value of the Partner PO Number at the item
level.
|
| Quantity |
- Type
- int
- Properties
- Create, Filter, Group, Sort, Update
- Description
- Required. Number of units being sold on this offer line item.
|
| ServiceStartDate |
- Type
- date
- Properties
- Filter, Group, Nillable, Sort
- Description
- Derived field. The date when the contract terms begin. Copied from
the SfdcPartnerOffer object when the offer item is created and used
to assist provisioning.
|