Articles |
Retrieve a list of articlesRetrieves a list of articles. The articles are returned sorted by article number with the lowest number appearing first.
Catalog: Fortnox
Schema: Articles
Primary Keys: ArticleNumber
Label: {res:itgen_fnx_articles_plural}
Can retrieve data and change data using insert, update and delete.
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function Articles. 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 |
---|---|---|---|---|
articlenumber |
string |
☐ |
|
filter by article number |
description |
string |
☐ |
|
filter by description |
ean |
string |
☐ |
|
filter by ean |
filter |
string |
☐ |
|
possibility to filter supplier invoices (Values: active, inactive) |
financialyear |
int64 |
☐ |
|
Selects what financial year that should be used (does not work on every table). |
financialyeardate |
datetime |
☐ |
|
Selects by date, what financial year that should be used (does not work on every table). |
fromdate |
datetime |
☐ |
|
Defines a selection based on a start date. Only available for invoices, orders, offers, vouchers and supplierinvoices (does not work on every table). |
lastmodified |
string |
☐ |
|
filter by lastmodified |
manufacturer |
string |
☐ |
|
filter by manufacturer |
manufacturerarticlenumber |
string |
☐ |
|
filter by manufacturerarticlenumber |
suppliernumber |
string |
☐ |
|
filter by supplier number |
todate |
datetime |
☐ |
|
Defines a selection based on an end date. Only available for invoices, orders, offers, vouchers and supplierinvoices (does not work on every table). |
webshop |
string |
☐ |
|
filter by web shop |
Columns of Table Function
The columns of the table function Articles are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
ArticleNumber |
string(50) |
{res:itgen_fnx_articlenumber} |
☐ |
|
c_url |
string |
{res:itgen_fnx_c_url} |
☐ |
|
Description |
string(200) |
{res:itgen_fnx_description} |
☐ |
|
DisposableQuantity |
string |
{res:itgen_fnx_disposablequantity} |
☐ |
|
EAN |
string(30) |
{res:itgen_fnx_ean} |
☐ |
|
Housework |
boolean |
{res:itgen_fnx_housework} |
☐ |
|
PurchasePrice |
string |
{res:itgen_fnx_purchaseprice} |
☐ |
|
QuantityInStock |
double |
{res:itgen_fnx_quantityinstock} |
☐ |
|
ReservedQuantity |
string |
{res:itgen_fnx_reservedquantity} |
☐ |
|
SalesPrice |
string |
{res:itgen_fnx_salesprice} |
☐ |
|
StockPlace |
string(100) |
{res:itgen_fnx_stockplace} |
☐ |
|
StockValue |
string |
{res:itgen_fnx_stockvalue} |
☐ |
|
Unit |
string |
{res:itgen_fnx_unit} |
☐ |
|
VAT |
string |
{res:itgen_fnx_vat} |
☐ |
|
WebshopArticle |
boolean |
{res:itgen_fnx_webshoparticle} |
☐ |
|
03-06-2025 18:15 Version 24.1.110-BETA+5438