CreditCardFeeEntry
Tracks line items for credit card fees, documenting amounts, accounts, and financial allocations.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | Unique record number for the CreditCardFeeEntry object. |
| Recordkey | Int64 | Unique key identifying the credit card fee entry record. |
| Recordtype | String | Type of the record for the credit card fee entry. |
| Accountkey | Int64 | Key referencing the associated account. |
| Accountno | String | Account number associated with the credit card fee entry. |
| Accounttitle | String | Title of the account associated with the credit card fee entry. |
| Accountlabelkey | Int64 | Key referencing the account label. |
| Accountlabel | String | Label for the account associated with the credit card fee entry. |
| Amount | Double | Amount of the credit card fee entry in base currency. |
| Trx_amount | Double | Amount of the credit card fee entry in transaction currency. |
| DeptNUM | Int64 | Department number associated with the fee entry. |
| Departmentid | String | Identifier for the department associated with the fee entry. |
| Departmentname | String | Name of the department associated with the fee entry. |
| LocationNUM | Int64 | Location number associated with the fee entry. |
| Locationid | String | Identifier for the location associated with the fee entry. |
| Locationname | String | Name of the location associated with the fee entry. |
| Description | String | Description of the fee entry. |
| Lineitem | String | Line item details of the fee entry. |
| Line_no | String | Line number associated with the fee entry. |
| Currency | String | Currency used for the fee entry. |
| Basecurr | String | Base currency for the fee entry. |
| Baselocation | Int64 | Key referencing the base location of the fee entry. |
| Status | String | Status of the fee entry record. |
| Totalpaid | Double | Total amount paid for the fee entry in base currency. |
| Trx_totalpaid | Double | Total amount paid for the fee entry in transaction currency. |
| Whencreated | Datetime | Timestamp of when the fee entry record was created. |
| Whenmodified | Datetime | Timestamp of the last modification to the fee entry record. |
| Createdby | Int64 | Identifier of the user who created the fee entry record. |
| Modifiedby | Int64 | Identifier of the user who last modified the fee entry record. |
| Departmentkey | Int64 | Key referencing the department associated with the fee entry. |
| Locationkey | Int64 | Key referencing the location associated with the fee entry. |
| Projectdimkey | Int64 | Key referencing the associated project dimension. |
| Projectid | String | Identifier for the project associated with the fee entry. |
| Projectname | String | Name of the project associated with the fee entry. |
| Customerdimkey | Int64 | Key referencing the associated customer dimension. |
| Customerid | String | Identifier for the customer associated with the fee entry. |
| Customername | String | Name of the customer associated with the fee entry. |
| Vendordimkey | Int64 | Key referencing the associated vendor dimension. |
| Vendorid | String | Identifier for the vendor associated with the fee entry. |
| Vendorname | String | Name of the vendor associated with the fee entry. |
| Employeedimkey | Int64 | Key referencing the associated employee dimension. |
| Employeeid | String | Identifier for the employee associated with the fee entry. |
| Employeename | String | Name of the employee associated with the fee entry. |
| Itemdimkey | Int64 | Key referencing the associated item dimension. |
| Itemid | String | Identifier for the item associated with the fee entry. |
| Itemname | String | Name of the item associated with the fee entry. |
| Classdimkey | Int64 | Key referencing the associated class dimension. |
| Classid | String | Identifier for the class associated with the fee entry. |
| Classname | String | Name of the class associated with the fee entry. |
| Record_url | String | A portable, user-independent URL for viewing this fee entry record. |