Skip to main content

B1TransactionRecord

  • Stores a single transaction record for the household financial ledger, including participant, reason, and amount.
PropertyTypeDescriptionMetadata
ParticipantIdFB1EntityIdEntity ID of the transaction participant (buyer, seller, or employer).
ParticipantNameFStringName of the participant retained for display even after the participant has died.
CompanyIdFNameCompany ID associated with this transaction, if applicable.Foreign: Comapny.Id
TransactionReasonEB1TransactionReasonReason category for this transaction used in ledger classification.
Amountint64Currency amount of this transaction (positive for income, negative for expense).
BizIdFB1EntityIdEntity ID of the household business associated with this transaction, or Invalid if none.
FormatArgsTMapNamed format arguments for ledger description text (e.g. {OrderName}, {CraftingName}).