ReceivablesCustomerAccountSiteActivities
Presents activities linked to both the customer account and the specific billing site, providing a unified transaction overview.
Columns
| Name | Type | Description |
| BillToSiteUseId [KEY] | Long | The unique identifier for the bill-to site use associated with the customer account, allowing tracking of which sites are used for billing purposes. |
| BillToSiteNumber | String | The site number associated with the bill-to address for the customer account, helping to identify the location where the billing is managed. |
| BillToSiteAddress | String | The physical address of the bill-to site, providing the necessary location details for invoicing and correspondence. |
| AccountNumber | String | The account number associated with the customer, used for identification and tracking of financial transactions linked to the customer. |
| AccountId | Long | The unique identifier of the customer account, linking financial data and activities to the specific account. |
| CustomerName | String | The name of the customer associated with the account, used for identifying and managing the customer relationship. |
| CustomerId | Long | The unique identifier of the customer, providing a reference for all customer-related activities and transactions. |
| TaxRegistrationNumber | String | The tax registration number of the customer, required for tax reporting and compliance with tax regulations. |
| TaxpayerIdentificationNumber | String | The Tax Indentification Number (TIN) of the customer, essential for tax filings and ensuring tax compliance. |
| TotalOpenReceivablesForSite | Decimal | The total amount of receivables that remain open and unpaid for the specific bill-to site, representing outstanding balances. |
| TotalTransactionsDueForSite | Decimal | The total value of transactions due for the bill-to site, reflecting the full amount of current obligations. |
| CreatedBy | String | The user who created the record for the bill-to site activities, ensuring accountability for data entry. |
| CreationDate | Datetime | The date and time when the bill-to site activities record was created, providing context for when the data was first recorded. |
| LastUpdateDate | Datetime | The date and time when the record for bill-to site activities was last updated, showing the most recent change. |
| LastUpdatedBy | String | The user who last updated the record, ensuring accountability for subsequent changes made to the bill-to site activity data. |
| Finder | String | A search term or identifier used to locate specific records of bill-to site activities, helping with quick data retrieval. |
| TransactionLimitByDays | Int | The maximum number of days allowed for processing transactions related to the bill-to site, defining a time frame for transaction management. |
| TransactionStatus | String | The status of transactions associated with the bill-to site, such as 'Pending', 'Completed', or 'Failed', indicating the current state of transactions. |