AbsenceTransactionsByEmployeeId |
Lists all absence transactionsSupports query-string parameters employeeid and date for filtering the result.
Catalog: Fortnox
Schema: AbsenceTransactions
Primary Keys: id
Label: {res:itgen_fnx_absencetransactionsbyemployeeid_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 AbsenceTransactionsByEmployeeId. 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 |
---|---|---|---|---|
date |
string |
☐ |
|
filter by date |
employeeid |
string |
☐ |
|
filter by employee id |
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 |
datetime |
☐ |
|
Retrieves all records since the provided timestamp (does not work on every table). |
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). |
Columns of Table Function
The columns of the table function AbsenceTransactionsByEmployeeId 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 |
---|---|---|---|---|
c_url |
string |
{res:itgen_fnx_c_url} |
☐ |
|
CauseCode |
string(3) |
{res:itgen_fnx_causecode} |
☐ |
|
CostCenter |
string |
{res:itgen_fnx_costcenter} |
☐ |
|
Date |
datetime |
{res:itgen_fnx_date} |
☐ |
|
EmployeeId |
string(15) |
{res:itgen_fnx_employeeid} |
☐ |
|
Extent |
float |
{res:itgen_fnx_extent} |
☐ |
|
HolidayEntitling |
boolean |
{res:itgen_fnx_holidayentitling} |
☐ |
|
Hours |
float |
{res:itgen_fnx_hours} |
☐ |
|
id |
guid |
{res:itgen_fnx_id} |
☐ |
|
Project |
string |
{res:itgen_fnx_project} |
☐ |
|
03-06-2025 18:15 Version 24.1.110-BETA+5438