Skip to content

Instantly share code, notes, and snippets.

@marcusmotill
Created August 13, 2018 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusmotill/bd7e808d0aa536028d5e57e38e63da5e to your computer and use it in GitHub Desktop.
Save marcusmotill/bd7e808d0aa536028d5e57e38e63da5e to your computer and use it in GitHub Desktop.
OpportunityLineItem ContractLineItem WorkOrderLineItem
ConnectionReceivedId AssetId Address
ConnectionSentId Description AssetId
CurrencyIsoCode Discount City
Description EndDate Country
Discount LastReferencedDate CurrencyIsoCode
HasQuantitySchedule LastViewedDate Description
HasRevenueSchedule LineItemNumber Discount
HasSchedule ListPrice Duration
ListPrice ParentContractLineItemId DurationType
Name PricebookEntryId EndDate
OpportunityId Product2Id GeocodeAccuracy
PricebookEntryId Quantity IsClosed
Product2Id RootContractLineItemId LastReferencedDate
ProductCode ServiceContractId LastViewedDate
ProductId StartDate Latitude
Quantity Status LineItemNumber
RecalculateTotalPrice Subtotal ListPrice
ServiceDate TotalPrice Longitude
SortOrder UnitPrice MinimumCrewSize
Subtotal OrderId
TotalPrice ParentWorkOrderLineItemId
UnitPrice PostalCode
PricebookEntryId
Product2Id
Quantity
RecommendedCrewSize
ReturnOrder
ReturnOrderLineItem
RootWorkOrderLineItemId
ServiceReportTemplateId
ServiceTerritoryId
StartDate
State
Status
StatusCategory
Street
Subject
TotalPrice
Type
UnitPrice
WorkOrderId
WorkTypeId

Collisions

Common across all

  • 'Description',
  • 'Discount',
  • 'ListPrice',
  • 'PricebookEntryId',
  • 'Product2Id',
  • 'Quantity',
  • 'TotalPrice',
  • 'UnitPrice'

Common between opportunityLineItem and contractLineItem

  • 'Description',
  • 'Discount',
  • 'ListPrice',
  • 'PricebookEntryId',
  • 'Product2Id',
  • 'Quantity',
  • 'Subtotal',
  • 'TotalPrice',
  • 'UnitPrice'

Common between opportunityLineItem and WorkOrderLineItem

  • 'CurrencyIsoCode',
  • 'Description',
  • 'Discount',
  • 'ListPrice',
  • 'PricebookEntryId',
  • 'Product2Id',
  • 'Quantity',
  • 'TotalPrice',
  • 'UnitPrice'

Common between contractLineItem and WorkOrderLineItem

  • 'AssetId',
  • 'Description',
  • 'Discount',
  • 'EndDate',
  • 'LastReferencedDate',
  • 'LastViewedDate',
  • 'LineItemNumber',
  • 'ListPrice',
  • 'PricebookEntryId',
  • 'Product2Id',
  • 'Quantity',
  • 'StartDate',
  • 'Status',
  • 'TotalPrice',
  • 'UnitPrice'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment