# CustomAttributeItemDropdownValues: Bouw7 Custom Attribute Item Drop-down Values Return a list of custom attributes for the organization. Return a list of custom attributes for the organization. - Catalog: `Bouw7` - Schema: `Organization` - Label: Custom Attribute Item Drop-down Values This is a read-only table function. The Bouw7 API may not support changing the data or the Invantive UniversalSQL driver for Bouw7 does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Bouw7 API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `CustomAttributeItemDropdownValues`. 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 | |---|:---:|:---:|:---:|---| | `q` | `` | ☐ | | A [Heimdall Query Language](https://heimdall.bouw7.nl/docs/query-language) string. | ## Columns of Table Function The columns of the table function `CustomAttributeItemDropdownValues` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `createdAt` | `datetime` | Created at | ☐ | The creation date of the object in ATOM/ISO-8601 format | | `createdBy_id` | `int64` | Created by ID | ☐ | The ID of the user. | | `createdBy_username` | `varchar2` | Created by User Name | ☐ | The username of the user. | | `id` | `int64` | ID | ☐ | The ID of this custom attribute. | | `isReadOnly` | `char` | Is Read-only | ☐ | Whether this custom attribute is a read-only field. | | `isRequired` | `char` | Is Required | ☐ | Whether this custom attribute is a required form field. | | `isVisibleOnCheckoutDocument` | `char` | Is Visible on Checkout Document | ☐ | Whether this custom attribute is visible on checkout documents. | | `isVisibleOnCompletion` | `char` | Is Visible on Completion | ☐ | Whether this custom attribute is visible on project completion. | | `isVisibleOnContract` | `char` | Is Visible on Contract | ☐ | Whether this custom attribute is visible on contracts. | | `isVisibleOnDelivery` | `char` | Is Visible on Delivery | ☐ | Whether this custom attribute is visible on delivery documents. | | `isVisibleOnExtraWork` | `char` | Is Visible on Extra Work | ☐ | Whether this custom attribute is visible on extra work documents. | | `isVisibleOnGarbage` | `char` | Is Visible on Garbage | ☐ | Whether this custom attribute is visible on waste objects. | | `isVisibleOnHourRegister` | `char` | Is Visible on Hour Register | ☐ | Whether this custom attribute is visible on hour register documents. | | `isVisibleOnInvoice` | `char` | Is Visible on Invoice | ☐ | Whether this custom attribute is visible on invoices. | | `isVisibleOnMaterial` | `char` | Is Visible on Material | ☐ | Whether this custom attribute is visible on material objects. | | `isVisibleOnOutsourcing` | `char` | Is Visible on Outsourcing | ☐ | Whether this custom attribute is visible on outsourced objects. | | `isVisibleOnQhse` | `char` | Is Visible on QHSE | ☐ | Whether this custom attribute is visible on QHSE documents. | | `name` | `varchar2` | Name | ☐ | The name of this custom attribute. | | `ownerType` | `int64` | Owner Type | ☐ | The type of owner this custom attribute should be associated with. (0 = Project, 1 = Contact, 2 = Journal-day, 3 = Employee) | | `propertyName` | `varchar2` | Property Name | ☐ | The name of the property as it will be displayed on associated list items. | | `TEXT` | `varchar2` | Text | ☐ | | | `type` | `int64` | Type | ☐ | The type of this field. (0 = Text field, 1 = Textarea, 2 = Checkbox, 3 = Date-picker, 4 = Date-Time-picker, 6 = Employee, 7 = Contact) | | `updatedAt` | `datetime` | Updated At | ☐ | The creation date of the object in ATOM/ISO-8601 format | | `updatedBy_id` | `int64` | Updated by ID | ☐ | The ID of the user. | | `updatedBy_username` | `varchar2` | Updated by User Name | ☐ | The username of the user. |