Contract Line DMO

Object API Name: std__ContractLineDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id

  • LocationId has a FOREIGNKEY relationship with the Location DMO Id field.
  • AssetId has a FOREIGNKEY relationship with the Asset DMO Id field.
  • ContractId has a FOREIGNKEY relationship with the Contract DMO Id field.
  • PriceBookEntryId has a FOREIGNKEY relationship with the Price Book Entry DMO Id field.
  • CreatedById has a FOREIGNKEY relationship with the User DMO Id field.
  • ProductId has a FOREIGNKEY relationship with the Product DMO Id field.
  • RootContractLineId has a FOREIGNKEY relationship with the Contract Line DMO Id field.
  • ParentContractLineId has a FOREIGNKEY relationship with the Contract Line DMO Id field.
  • LastModifiedById has a FOREIGNKEY relationship with the User DMO Id field.
  • Field API Name: std__AssetId__c
  • Data Type: TEXT
  • Description: Reference to the asset related to a contract line.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__ContractId__c
  • Data Type: TEXT
  • Description: Required. This is a One to One (1:1) relationship field. ContractProducts is the relationship name and Contract is the referenced object. Maximum size is 36 characters.
  • Field API Name: std__ContractLineStatus__c
  • Data Type: TEXT
  • Description: The status of one product or service within a larger contract, for example Draft, InApproval or Approved.
  • Field API Name: std__CreatedById__c
  • Data Type: TEXT
  • Description: User who created the record.
  • Field API Name: std__CreatedDate__c
  • Data Type: DATETIME
  • Description: Date and time when this record was created.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__Description__c
  • Data Type: TEXT
  • Description: Description of a Contract Product.
  • Field API Name: std__DiscountPercent__c
  • Data Type: DOUBLE
  • Description: Discount Percentage for the Contract line item.
  • Field API Name: std__EndDateTime__c
  • Data Type: DATETIME
  • Description: When the contract product ceases to be in effect.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for this ContractLine record. Maximum size is 36 characters.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__LastModifiedById__c
  • Data Type: TEXT
  • Description: User who most recently changed the record.
  • Field API Name: std__LastModifiedDate__c
  • Data Type: DATETIME
  • Description: Date and time when a user last modified this record.
  • Field API Name: std__LineItemNumber__c
  • Data Type: TEXT
  • Description: Line number of contract line item.
  • Field API Name: std__LocationId__c
  • Data Type: TEXT
  • Description: Where a contract product is physically located.
  • Field API Name: std__ParentContractLineId__c
  • Data Type: TEXT
  • Description: A contract line item may be grouped within another contract line item on the same contract.
  • Field API Name: std__PriceBookEntryId__c
  • Data Type: TEXT
  • Description: A list of products and their prices.
  • Field API Name: std__ProductId__c
  • Data Type: TEXT
  • Description: What is intended to be sold. For example, goods, services, bundles, made to order products.
  • Field API Name: std__ProductPriceAmount__c
  • Data Type: DOUBLE
  • Description: Product Quantity * Product List Price.
  • Field API Name: std__ProductQuantity__c
  • Data Type: DOUBLE
  • Description: Product quantity associated with the line item.
  • Field API Name: std__RootContractLineId__c
  • Data Type: TEXT
  • Description: Self reference to the root Contract line.
  • Field API Name: std__StartDateTime__c
  • Data Type: DATETIME
  • Description: When the contract product is in effect.
  • Field API Name: std__SubtotalAmount__c
  • Data Type: DOUBLE
  • Description: Product Price Amount: Adjustment Amount + Tax Amount.
  • Field API Name: std__SystemModstamp__c
  • Data Type: DATETIME
  • Description: Date and time when this record was last modified by a user or by an automated process.
  • Field API Name: std__TotalPriceAmount__c
  • Data Type: DOUBLE
  • Description: Total price of the line item.
  • Field API Name: std__UnitPriceAmount__c
  • Data Type: DOUBLE
  • Description: Unit price of the line item.