# EmployeeById: Gripp CRM Employee by ID
- Catalog: `GrippCrm`
- Primary Keys: `id`
- Label: Employee by ID
- Retrieve: True
## Parameters of Table Function
The following parameters can be used to control the behaviour of the table function `EmployeeById`. 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 |
|---|:---:|:---:|:---:|---|
| `employee.id` | `` | ☑ | | |
## Columns of Table Function
The columns of the table function `EmployeeById` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `active` | `char` | Active | ☐ | |
| `adresline2` | `varchar2` | Address Line 2 | ☐ | |
| `bankaccount` | `varchar2` | Bank Account | ☐ | |
| `bankascription` | `varchar2` | | ☐ | |
| `bankcity` | `varchar2` | Bank City | ☐ | |
| `city` | `varchar2` | City | ☐ | |
| `country` | `varchar2` | Country | ☐ | |
| `createdon_date` | `datetime` | Created on Date | ☐ | |
| `createdon_timezone_type` | `int32` | Created on Timezone Type | ☐ | |
| `createdon_timezone` | `varchar2` | Created on Timezone | ☐ | |
| `dateofbirth_date` | `datetime` | Date of Birth (Date) | ☐ | |
| `dateofbirth_timezone_type` | `int32` | Date of Birth (Timezone Type) | ☐ | |
| `dateofbirth_timezone` | `varchar2` | Date of Birth (Timezone) | ☐ | |
| `email` | `varchar2` | Email | ☐ | |
| `emailprivate` | `varchar2` | Email Private | ☐ | |
| `employeesince_date` | `datetime` | Employee since (Date) | ☐ | |
| `employeesince_timezone_type` | `int32` | Employee since (Timezone Type) | ☐ | |
| `employeesince_timezone` | `varchar2` | Employee since (Timezone) | ☐ | |
| `extendedproperties` | `varchar2` | Extended Properties | ☐ | |
| `firstname` | `varchar2` | First Name | ☐ | |
| `function` | `varchar2` | Function | ☐ | |
| `id` | `int32` | ID | ☐ | |
| `infix` | `varchar2` | Infix | ☐ | |
| `initials` | `varchar2` | Initials | ☐ | |
| `lastname` | `varchar2` | Last Name | ☐ | |
| `mobile` | `varchar2` | Mobile | ☐ | |
| `notes` | `varchar2` | Notes | ☐ | |
| `number` | `int32` | Number | ☐ | |
| `password` | `varchar2` | Password | ☑ | |
| `phone` | `varchar2` | Phone | ☐ | |
| `role_discr` | `varchar2` | | ☐ | |
| `role_id` | `int32` | Role ID | ☑ | |
| `role_searchname` | `varchar2` | Role Search Name | ☑ | |
| `salutation_discr` | `varchar2` | | ☐ | |
| `salutation_id` | `int32` | Salutation ID | ☐ | |
| `salutation_searchname` | `varchar2` | Salutation Search Name | ☐ | |
| `screenname` | `varchar2` | Screen Name | ☐ | |
| `searchname` | `varchar2` | Search Name | ☐ | |
| `socialsecuritynumber` | `varchar2` | Social Securty Number | ☐ | |
| `street` | `varchar2` | Street | ☐ | |
| `streetnumber` | `varchar2` | Street Number | ☐ | |
| `title` | `varchar2` | Title | ☐ | |
| `updatedon_date` | `datetime` | Updated on Date | ☐ | |
| `updatedon_timezone_type` | `int32` | Updated on Timezone Type | ☐ | |
| `updatedon_timezone` | `varchar2` | Updated on Timezone | ☐ | |
| `username` | `varchar2` | User Name | ☑ | |
| `userphoto_discr` | `varchar2` | | ☐ | |
| `userphoto_id` | `int32` | User Photo ID | ☐ | |
| `userphoto_searchname` | `varchar2` | User Photo Search Name | ☐ | |
| `zipcode` | `varchar2` | ZIP Code | ☐ | |