Payment Advice Line Invoice DMO

Represents an individual line item within a payment advice, capturing the applied amount, deductions, and invoice reference for each payment allocation.

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

  • PaymentAdviceId has a FOREIGNKEY relationship with the Payment Advice DMO Id field.
  • InvoiceId has a FOREIGNKEY relationship with the Invoice DMO Id field.
  • Field API Name: std__AppliedAmount__c
  • Data Type: CURRENCY
  • Description: The net amount applied to the invoice after deductions.
  • 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__CreatedDateTime__c
  • Data Type: DATETIME
  • Description: The timestamp when the 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__DeductionAmount__c
  • Data Type: CURRENCY
  • Description: The amount the payer is withholding or short-paying on this invoice line. For example, an early payment discount, a pricing dispute deduction, or a return credit.
  • Field API Name: std__DeductionCode__c
  • Data Type: TEXT
  • Description: The reason code that indicates the type of deduction, such as EARLY_PAY_DISCOUNT, SHORT_PAY, DAMAGED_GOODS, PRICING_DISPUTE, RETURNS.
  • Field API Name: std__GrossAmount__c
  • Data Type: CURRENCY
  • Description: The original amount on the remittance advice line record before any deductions or discounts are applied.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Unique identifier of this record.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__InvoiceId__c
  • Data Type: TEXT
  • Description: Resolved InvoiceId if the invoice is already resolved.
  • Field API Name: std__InvoiceNumber__c
  • Data Type: TEXT
  • Description: The invoice number associated with the remittance advice line record against which payment was remitted.
  • Field API Name: std__KQ_Id__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__KQ_InvoiceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__KQ_PaymentAdviceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__LastModifiedDateTime__c
  • Data Type: DATETIME
  • Description: The timestamp when the record was last updated.
  • Field API Name: std__PaymentAdviceId__c
  • Data Type: TEXT
  • Description: The ID of the parent remittance advice record related to the remittance advice line record.