FixedAssetTransaction |
Get a range of transactions - Screen ID:FA301000
Catalog: VismaNet
Schema: FixedAssetTransaction
Label: {res:itgen_vnet_fixedassettransaction_plural}
This is a read-only table function. The Visma.net Financials API may not support changing the data or the Invantive UniversalSQL driver for Visma.net Financials does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Visma.net Financials API.
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function FixedAssetTransaction. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
---|---|---|---|---|
accountID |
string |
☐ |
|
View all transactions for this Account ID. |
assetID |
string |
☐ |
|
View all transactions connected to this Asset ID. |
bookID |
string |
☐ |
|
View all transactions in this Book ID. |
fromPeriod |
string |
☐ |
|
View all transactions from and including this Period. Format: YYYYMM. |
lastModifiedDateTime |
string |
☐ |
|
This value, generated by the system, indicates the last time the record was modified. Use it to retrieve all records that have been modified since that time, up to the present.Accepted format:* ```yyyy-MM-dd```* ```yyyy-MM-dd HH:mm:ss```* ```yyyy-MM-dd HH:mm:ss.FFF```* ```yyyy-MM-ddTHH:mm:ss```* ```yyyy-MM-ddTHH:mm:ss.FFF```_Note:_ __LastModifiedDateTime__ and __LastModifiedDateTimeCondition__ are __mutually inclusive__. |
lastModifiedDateTimeCondition |
string |
☐ |
|
This value represents the condition to be applied when retrieving records.Accepted values (without the single quotes):* '>' for greater than* '<' for less than* '>=' for greater than or equal* '<=' for less than or equal_Note:_ __LastModifiedDateTime__ and __LastModifiedDateTimeCondition__ are __mutually inclusive__. |
refNo |
string |
☐ |
|
View all transactions connected to this Reference number. |
status |
string |
☐ |
|
View all transactions with this Status. Available statuses: Balanced, OnHold, Posted and UnPosted. (Values: Balanced, OnHold, Posted, Unposted) |
subAccountID |
string |
☐ |
|
View all transactions for this Sub Account ID. |
toPeriod |
string |
☐ |
|
View all transactions to and including this Period. Format: YYYYMM. |
transactionFromDate |
string |
☐ |
|
View all transactions from and including this Transaction Date. Date format: YYYY-MM-DD. |
transactionToDate |
string |
☐ |
|
View all transactions to and including this Transaction Date inclusive. Date format: YYYY-MM-DD . |
transactionType |
string |
☐ |
|
View all transactions with this Transaction Type. Available types: PurchasingPlus, PurchasingMinus, DepreciationPlus, DepreciationMinus, CalculatedPlus, CalculatedMinu,SalePlus, SaleMinus,TransferPurchasing, TransferDepreciation, ReconciliationPlus, ReconciliationMinus, PurchasingDisposal, PurchasingReversal, AdjustingDeprPlus and AdjustingDeprMinus. (Values: PurchasingPlus, PurchasingMinus, DepreciationPlus, DepreciationMinus, CalculatedPlus, CalculatedMinus, SalePlus, SaleMinus, TransferPurchasing, TransferDepreciation, ReconciliationPlus, ReconciliationMinus, PurchasingDisposal, PurchasingReversal, AdjustingDeprPlus, AdjustingDeprMinus) |
Columns of Table Function
The columns of the table function FixedAssetTransaction are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
accounts_creditAccountID |
string |
{res:itgen_vnet_accounts_creditaccountid} |
☐ |
The credit account |
accounts_creditSubAccountID |
string |
{res:itgen_vnet_accounts_creditsubaccountid} |
☐ |
The credit sub account |
accounts_debitAccountID |
string |
{res:itgen_vnet_accounts_debitaccountid} |
☐ |
The debit account |
accounts_debitSubAccountID |
string |
{res:itgen_vnet_accounts_debitsubaccountid} |
☐ |
The debit sub account |
assetID |
string |
{res:itgen_vnet_assetid} |
☐ |
The asset id this fixed asset transaction belongs to |
batchNo |
string |
{res:itgen_vnet_batchno} |
☐ |
The batch number of the general ledger transaction for this fixed asset transaction |
bookID |
string |
{res:itgen_vnet_bookid} |
☐ |
The book id for this fixed asset transaction |
branchID |
string |
{res:itgen_vnet_branchid} |
☐ |
The branch id for this fixed asset transaction |
COMPANY_CODE |
string(30) |
Company Code |
☑ |
Partition code, segmenting the data. |
COMPANY_NAME |
string(240) |
Company Name |
☑ |
Name of the partition. |
errorInfo |
string |
Error Message |
☐ |
|
lastModifiedDateTime |
datetime |
Last Modified |
☐ |
A system generated date/time that indicates the last change for this fixed asset transaction |
lineNo |
int32 |
{res:itgen_vnet_lineno} |
☐ |
The line number of this fixed asset transaction |
metadata_maxPageSize |
int64 |
Metadata Max Pagesize |
☐ |
|
metadata_totalCount |
int64 |
Total Count |
☐ |
|
origin |
string |
{res:itgen_vnet_origin} |
☐ |
The origin of this fixed asset transaction. Origin can be |
refNo |
string |
{res:itgen_vnet_refno} |
☐ |
The referance number for this fixed asset transaction |
register_documentDate |
datetime |
{res:itgen_vnet_register_documentdate} |
☐ |
The document date for this fixed asset transaction |
register_hold |
boolean |
{res:itgen_vnet_register_hold} |
☐ |
Indecates whether this fixed asset transaction is on hold or not |
register_status |
string |
{res:itgen_vnet_register_status} |
☐ |
Status can be |
transactionAmount |
double |
{res:itgen_vnet_transactionamount} |
☐ |
The amount of this fixed asset transaction |
transactionDate |
datetime |
{res:itgen_vnet_transactiondate} |
☐ |
The transaction date for this fixed asset transaction |
transactionDescription |
string |
{res:itgen_vnet_transactiondescription} |
☐ |
The description of this fixed asset transaction |
transactionPeriodID |
string |
{res:itgen_vnet_transactionperiodid} |
☐ |
The transaction period id for this fixed asset transaction |
transactionType |
string |
{res:itgen_vnet_transactiontype} |
☐ |
Type can be |
23-06-2025 19:16 Version 24.1.116-BETA+5455