Payment Proof Account Recile DMO
Represents an account resolution result for a payment proof record, capturing the matched account and resolution metadata used in the payment matching workflow.
Object API Name: std__PaymentProofAccountRecileDmo__dlm
Category: Unassigned
Availability: Available in 264 and later versions
Primary Key Field: Id
- PaymentProofId has a FOREIGNKEY relationship with the Payment Proof DMO
Idfield. - AccountId has a FOREIGNKEY relationship with the Account DMO
Idfield. - ReviewedById has a FOREIGNKEY relationship with the User DMO
Idfield.
- AccountId
- AccountName
- AccountReviewStatus
- cdp_sys_record_currency
- DataSourceId
- DataSourceObjectId
- Id
- InternalOrganizationId
- KQ_AccountId
- KQ_Id
- KQ_PaymentProofId
- KQ_ReviewedById
- MatchScoreNumber
- PayerName
- PaymentProofId
- RejectionReasonText
- ReviewedById
- ReviewedDateTime
- Field API Name:
std__AccountId__c - Data Type: TEXT
- Description: The ID of the matched account record.
- Field API Name:
std__AccountName__c - Data Type: TEXT
- Description: The account name on the matched account record.
- Field API Name:
std__AccountReviewStatus__c - Data Type: TEXT
- Description: The status of the account review, such as Processing, Resolved, ReadyForReview, Rematch, Discarded, or NoCandidates.
- 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__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__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__KQ_AccountId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__KQ_Id__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__KQ_PaymentProofId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__KQ_ReviewedById__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__MatchScoreNumber__c - Data Type: DOUBLE
- Description: A similarity score between 0 and 1, that indicates how closely the payer name matches the account name of the matched account.
- Field API Name:
std__PayerName__c - Data Type: TEXT
- Description: The name of the payer on the matched account record.
- Field API Name:
std__PaymentProofId__c - Data Type: TEXT
- Description: The record ID of the payment proof for which the payer account was resolved.
- Field API Name:
std__RejectionReasonText__c - Data Type: TEXT
- Description: The reason for rejecting the account, such as WRONG_ACCOUNT or NO_CANDIDATES.
- Field API Name:
std__ReviewedById__c - Data Type: TEXT
- Description: The ID of the user that reviewed the payment proof.
- Field API Name:
std__ReviewedDateTime__c - Data Type: DATETIME
- Description: The time when the user reviewed the payment proof.