### Description
This widget allows users to view a variety of information about a specific request.
### Configuration
This widget gets table and record inormation from the URL so no configuration is necessary.
### Widget Option Schema Parameters
| Option | Variable | Comments |
| ----- |:-----:| ---- |
| N/A | `table` | Refers to a table to use for specific records. |
| N/A | `sys_id` | Refers to a sys_id of a specific record on the specified table. |
### Sample Data
```json
{
"options": {
"table": "#",
"sys_id": "6eed229047801200e0ef563dbb9a71c2"
},
"data": {
"sys_id": "#",
"request": {
"due_date": "2017-08-08 13:58:43",
"requested_for": "System Administrator",
"number": "REQ0000001",
"opened_at": "2017-08-06 13:58:44",
"opened_by": "System Administrator",
"price": "$600.00",
"state": "Open"
},
"list": [
{
"number": "RITM0000001",
"cat_item": "Apple iPad 3",
"quantity": "1",
"stage": "fulfillment",
"price": "$600.00",
"picture": "5b977690cb921200f2de77a4634c9c6a.iix",
"url": "#"
}
]
}
}
```
### Dependencies
_Dependencies are included and configured as part of the provided Update Set._
> None
### CSS/SASS Variables
_CSS/SASS variables are given default values that can be overridden with theming or portal-level CSS._
> None
Enter your email address for news and updates from NewRocket.