# PriceExceptions: Gripp CRM Price Exceptions
- Catalog: `GrippCrm`
- Primary Keys: `id`
- Label: Price Exceptions
- Retrieve: True
## Table Columns
The columns of the table `PriceExceptions` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `company_discr` | `varchar2` | | ☐ | |
| `company_id` | `int32` | Company ID | ☐ | |
| `company_searchname` | `varchar2` | Company Search Name | ☐ | |
| `createdon_date` | `datetime` | Created on Date | ☐ | |
| `createdon_timezone_type` | `int32` | Created on Timezone Type | ☐ | |
| `createdon_timezone` | `varchar2` | Created on Timezone | ☐ | |
| `extendedproperties` | `varchar2` | Extended Properties | ☐ | |
| `id` | `int32` | ID | ☐ | |
| `product_discr` | `varchar2` | | ☐ | |
| `product_id` | `int32` | Product ID | ☐ | |
| `product_searchname` | `varchar2` | Product Search Name | ☐ | |
| `sellingprice` | `double` | Selling Price | ☐ | |
| `updatedon_date` | `datetime` | Updated on Date | ☐ | |
| `updatedon_timezone_type` | `int32` | Updated on Timezone Type | ☐ | |
| `updatedon_timezone` | `varchar2` | Updated on Timezone | ☐ | |