ProjectTaskEmployeesWorkGroupDescriptions |
Get all tasks for a project
Catalog: VismaNet
Schema: Project
Label: {res:itgen_vnet_projecttaskemployeesworkgroupdescriptions_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 ProjectTaskEmployeesWorkGroupDescriptions. 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 |
---|---|---|---|---|
createdDateTime |
string |
☐ |
|
Creation date and time. |
createdDateTimeCondition |
string |
☐ |
|
System-retrieved information for state/condition |
description |
string |
☐ |
|
Identifies the Project task description |
expandAttribute |
boolean |
☐ |
|
Expands project atributes |
greaterThanValue |
string |
☐ |
|
Greater than value. The item which is the object for this, varies from API to API. |
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__. |
projectId |
string |
☐ |
|
Identifies the Project |
projectInternalId |
int32 |
☐ |
|
Identifies the project by internal id |
publicId |
guid |
☐ |
|
Identifies the project by publicId |
restrictedEmployee |
string |
☐ |
|
Id of the employee where access restrictions apply |
restrictedUser |
int64 |
☐ |
|
Id of the Odp User where access restrictions apply |
status |
string |
☐ |
|
The status of the document. (Values: Planned, Active, Cancelled, Canceled, Completed) |
taskCd |
string |
☐ |
|
Identifies the Project task ID |
taskCdDesc |
string |
☐ |
|
Identifies the Project task ID and description |
visibleInAp |
boolean |
☐ |
|
If the project task is visible in the Supplier ledger |
visibleInAr |
boolean |
☐ |
|
If the project task is visible in the Customer ledger |
visibleInCa |
boolean |
☐ |
|
If the project task is visible in the Cash management workspace |
visibleInCr |
boolean |
☐ |
|
If the project task is visible in the CRM workspace |
visibleInEa |
boolean |
☐ |
|
If the project task is visible in the Expense workspace |
visibleInGl |
boolean |
☐ |
|
If the project task is visible in the General ledger workspace |
visibleInIn |
boolean |
☐ |
|
If the project task is visible in the Inventory workspace |
visibleInPo |
boolean |
☐ |
|
If the project task is visible in the Purchases workspace |
visibleInSo |
boolean |
☐ |
|
If the project task is visible in the Sales workspace |
visibleInTa |
boolean |
☐ |
|
If the project task is visible in the Time entities workspace |
Columns of Table Function
The columns of the table function ProjectTaskEmployeesWorkGroupDescriptions are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
address_addressId |
int32 |
Address ID |
☐ |
|
address_addressLine1 |
string |
Address Line 1 |
☐ |
Address 1 > The first line of the customer's/supplier's/company's/employee's contact address. |
address_addressLine2 |
string |
Address Line 2 |
☐ |
Address 2 > The second line of the address. |
address_addressLine3 |
string |
Address Line 3 |
☐ |
Address 3 > The third line of the address. |
address_city |
string |
City |
☐ |
City > The city. |
address_country_errorInfo |
string |
{res:itgen_vnet_address_country_errorinfo} |
☐ |
|
address_country_id |
string |
Country ID |
☐ |
Mandatory field: Country ID* > The unique two-letter country ID according to international standard ISO 3166. |
address_country_metadata_maxPageSize |
int64 |
{res:itgen_vnet_address_country_metadata_maxpagesize} |
☐ |
|
address_country_metadata_totalCount |
int64 |
{res:itgen_vnet_address_country_metadata_totalcount} |
☐ |
|
address_country_name |
string |
Country Name |
☐ |
Mandatory field: Country name* > The complete name of the country. |
address_county_id |
string |
County ID |
☐ |
Click the magnifier > The identifier |
address_county_name |
string |
County Name |
☐ |
Click the magnifier > The displayed name |
address_postalCode |
string |
Postal Code |
☐ |
Postcode > The postcode. |
branch_name_2 |
string |
Branch Name 2 |
☐ |
Click the magnifier. > The name. |
branch_name |
string |
Branch Name |
☐ |
Click the magnifier. > The name. |
branch_number_2 |
string |
Branch Number 2 |
☐ |
Click the magnifier. > The identifier. |
branch_number |
string |
Branch Number |
☐ |
Click the magnifier. > The identifier. |
calendarID |
string |
Calendar ID |
☐ |
|
COMPANY_CODE |
string(30) |
Company Code |
☑ |
Partition code, segmenting the data. |
COMPANY_NAME |
string(240) |
Company Name |
☑ |
Name of the partition. |
contact_attention |
string |
{res:itgen_vnet_contact_attention} |
☐ |
Attention > The attention line as it is used in your customer's/supplier's/company's business letters. The intention of this line is to direct the letter to the right person if the letter is not addressed to any specific person. |
contact_contactId |
int32 |
Contact ID |
☐ |
|
contact_email |
string |
Contact Email |
☐ |
Email > The email address of the customer/supplier/company as a business entity. |
contact_employeeContact |
string |
Contact Employee Contact |
☐ |
Employee contact > The link to the contact record associated with the employee. |
contact_fax |
string |
Contact Fax |
☐ |
Fax > The fax number. |
contact_firstName |
string |
Contact First Name |
☐ |
First name > The first name of the employee. |
contact_lastName |
string |
Contact Last Name |
☐ |
Mandatory field: Last name* > The last name of the employee. |
contact_midName |
string |
Contact Middle Name |
☐ |
Middle name > The middle name of the employee. |
contact_name |
string |
Contact Name |
☐ |
Name > The legal name of to appear on the documents. |
contact_phone1 |
string |
Contact Phone 1 |
☐ |
Phone 1 > The default phone number. |
contact_phone2 |
string |
Contact Phone 2 |
☐ |
Phone 2 > An additional phone number. |
contact_phone3 |
string |
Contact Phone 3 |
☐ |
Phone 3 > An additional phone number of the employee. |
contact_title |
string |
Contact Title |
☐ |
Title > The courtesy title to be used for the employee. |
contact_web |
string |
Contact Website |
☐ |
Web > The website of the company, if one exists. |
createdDateTime |
datetime |
Created |
☐ |
Information collected from the system. Not visible on the screen. |
defAccount_description |
string |
Default Account Description |
☐ |
Name of item/description |
defAccount_number |
string |
Default Account Number |
☐ |
Number of item |
defAccount_type |
string |
Default Account Type |
☐ |
|
defAccrualAccount_description |
string |
Default Accrual Account Description |
☐ |
Name of item/description |
defAccrualAccount_number |
string |
Default Accrual Account Number |
☐ |
Number of item |
defAccrualAccount_type |
string |
Default Accrual Account Type |
☐ |
|
defAccrualSub_active |
boolean |
Default Accrual Account Sub Active |
☐ |
|
defAccrualSub_description |
string |
Default Accrual Account Sub Description |
☐ |
Click on the magnifier. > The description. |
defAccrualSub_id |
string |
Default Accrual Account Sub ID |
☐ |
Click on the magnifier. > The identifier. |
defSub_active |
boolean |
Default Sub Active |
☐ |
|
defSub_description |
string |
Default Sub Description |
☐ |
Click on the magnifier. > The description. |
defSub_id |
string |
Default Sub ID |
☐ |
Click on the magnifier. > The identifier. |
department |
string |
Department |
☐ |
Mandatory field: General information tab > Employee section > Department* > The department the employee works for. |
description |
string |
Description |
☐ |
Mandatory field: Description > The description of the task. |
employeeClass_description |
string |
Employee Class Description |
☐ |
Click on the magnifier. > The description. |
employeeClass_id |
string |
Employee Class ID |
☐ |
Click on the magnifier. > The identifier. |
employeeId |
int32 |
Employee ID |
☐ |
Mandatory field: The top part > Employee ID* > The unique identifier, which is assigned to the employee in accordance with the configuration of the EMPLOYEE segmented key. |
employeeLogin |
string |
Employee Login |
☐ |
|
employeeName |
string |
Employee Name |
☐ |
The top part > Employee name > The name of this employee. |
employeeNumber |
string |
Employee Number |
☐ |
General information tab > Employee settings section > Employee ref. no. > A reference number for the employee. |
employeeUserId |
guid |
Employee User ID |
☐ |
Employee internal user ID. This is the ID of the user linked to the employee |
endDate |
datetime |
End Date |
☐ |
End date > The date when the task was actually finished. |
errorInfo |
string |
Error Message |
☐ |
|
internalId |
int32 |
Internal ID |
☐ |
Internal ID* > The internal ID of the task. |
lastModifiedDateTime_2 |
datetime |
Last Modified Date/Time 2 |
☐ |
Information collected from system. |
lastModifiedDateTime |
datetime |
Last Modified |
☐ |
|
metadata_maxPageSize |
int64 |
Metadata Max Pagesize |
☐ |
|
metadata_totalCount |
int64 |
Total Count |
☐ |
|
plannedEnd |
datetime |
{res:itgen_vnet_plannedend} |
☐ |
|
plannedStart |
datetime |
{res:itgen_vnet_plannedstart} |
☐ |
|
projectInternalId |
int32 |
{res:itgen_vnet_projectinternalid} |
☐ |
Project Internal ID* > The internal ID of the project. |
rateTable_description |
string |
Rate Table Description |
☐ |
Click on the magnifier. > The description. |
rateTable_id |
string |
Rate Table ID |
☐ |
Click on the magnifier. > The identifier. |
restrictEmployees |
boolean |
Restrict Employees |
☐ |
Summary tab > Task properties section > Restrict employees > A check box that indicates (if selected) that only the employees listed on the Employees tab of this window can create activities and documents associated with the current task. |
startDate |
datetime |
Start Date |
☐ |
Start date > The date when the task was actually started. |
status_2 |
string |
{res:itgen_vnet_status_2} |
☐ |
Mandatory field: Status* > The status of the task, which can be one of the following: In planning, Active, Cancelled, Completed. |
status |
string |
Status |
☐ |
Mandatory field: The top part > Status > The status of the employee. The following options are available: Active, On hold, Hold payments, Inactive, One-time. |
taskId |
string |
Task ID |
☐ |
Mandatory field: > Task ID* > The ID of the task. |
taxCategory_description |
string |
{res:itgen_vnet_taxcategory_description} |
☐ |
Name of item/description |
taxCategory_number |
string |
{res:itgen_vnet_taxcategory_number} |
☐ |
Number of item |
TEXT |
string |
{res:itgen_vnet_text} |
☐ |
|
visibility_visibleInAp |
boolean |
{res:itgen_vnet_visibility_visibleinap} |
☐ |
Supplier ledger |
visibility_visibleInAr |
boolean |
{res:itgen_vnet_visibility_visibleinar} |
☐ |
Customer ledger |
visibility_visibleInCa |
boolean |
{res:itgen_vnet_visibility_visibleinca} |
☐ |
Cash management |
visibility_visibleInCr |
boolean |
{res:itgen_vnet_visibility_visibleincr} |
☐ |
|
visibility_visibleInEa |
boolean |
{res:itgen_vnet_visibility_visibleinea} |
☐ |
Expenses |
visibility_visibleInGl |
boolean |
{res:itgen_vnet_visibility_visibleingl} |
☐ |
General ledger |
visibility_visibleInIn |
boolean |
{res:itgen_vnet_visibility_visibleinin} |
☐ |
Inventory |
visibility_visibleInPo |
boolean |
{res:itgen_vnet_visibility_visibleinpo} |
☐ |
Purchases |
visibility_visibleInSo |
boolean |
{res:itgen_vnet_visibility_visibleinso} |
☐ |
Sales |
visibility_visibleInTa |
boolean |
{res:itgen_vnet_visibility_visibleinta} |
☐ |
Time entries |
23-06-2025 19:16 Version 24.1.116-BETA+5455