xMatix
Sign in Request demo
xMatix
PRODUCTS
SalesField SalesCRMRewardsClaimsInventoryProcurementWarehouse ManagementField ServiceServiceSupportTelephony & MessagingFinance & AccountingPayrollExpense ManagementCommercePortalsAnalytics & ReportingData StudioMobile AppSee all products →
PLATFORM
Platform overviewApp BuilderAutomationIntegrationsSecurity & GovernanceChange ManagementDevelopers
SENSE AI
Sense AI overviewSense AssistSense ControlSense VisionAI StudioTrust & governanceIn Claude & ChatGPTUse cases
SOLUTIONS
FMCG & DistributionManufacturing & Dealer NetworksAutomotive & DealershipsPharma & HealthcareConsumer DurablesAgri-InputsBuilding MaterialsService NetworksWarehousing & 3PLFinancial AccountingERP SoftwareIndia GST ComplianceUAE VAT & e-InvoicingSaudi ZATCA & VATAll solutions →
RESOURCES
Knowledge CenterDeveloper & CLIBlogGuidesWhat is xMatix?Company facts
COMPANY
AboutCareersPartnersEventsContactAuthorsLegal
Sign in Request demo
Home/Docs/Entity Reference/Payment Batch Line — entity reference
REFERENCE · Last reviewed

Payment Batch Line — entity reference

One member document inside a PaymentBatch. Amount is the line's contribution to the batch and is the only value the roll-up helper sums. Like its parent, nothing in the current code base creates these rows outside tests.

Fields

FieldLabelTypeRequiredWhat it does
AmountAmountCurrencyThis line's contribution to the batch, and the only field the batch roll-up sums (skipping soft-deleted lines). It is not validated against the amount of the document the line points at, so the two can disagree.
CreatedByIdCreated ByLookup → UserAccountYes
CreatedDateTimeCreated OnDateAndTimeYes
IdIdGuidYes
LineNumberLine NumberNumber
ModifiedByIdModified ByLookup → UserAccountYes
NameNameTextYes
OwnerIdOwnerLookup → UserAccountYes
PartnerAccountIdPartner AccountLookup → Account
PartyAccountIdParty AccountLookup → AccountThe counterparty on this line — the vendor being paid or the customer whose receipt is being deposited. It duplicates what the referenced source document already holds and is not kept in step with it, so treat it as a snapshot taken when the line was entered.
PaymentBatchIdPayment BatchLookup → PaymentBatch
RecordTypeIdRecord TypeGuid, hidden
SourceEntityNameSource Entity NameTextNames the entity of the document this line stands for, forming a polymorphic pointer together with SourceRecordId.
SourceRecordIdSource RecordGuidThe identifier of the referenced document, meaningful only in combination with SourceEntityName. It is deliberately not a foreign key, so nothing prevents it pointing at a deleted or non-existent record and no cascade or integrity check applies; resolve it by querying the named entity.
UIPropsUI PropsText
UpdatedDateTimeUpdated OnDateAndTimeYes

Actions

ActionLabelTypeWhat it does
CloneCloneServerAction (Clone)Create a copy of this record
DeleteDeleteDeleteDelete
DeleteEntityDeleteDeleteDeleteEntity
EditEditEditEdit
EditEntityEditEditEditEntity
NewInLineNewNewInlineNewInLine