Documentation
RocketFuel
<  Widgets

SC Request

### Description

Display order information in a visually compelling way. The SC Request widget properly communicates the relationship between the request and requested items. This format is similar to other e-commerce websites as it orients users to information about the request and the associated items within said request. You can modify the style and behavior of this widget without cloning.

### Instance Options
| Option  | Property | Comments | Default Value | Source |
| ----- |:-----:| ---- | ---- | ---- |
| Template | `req_page` | Used to name the bootstrap class for the widget. | `Default value` | Options Schema |
| Bootstrap class name | `ticket_page` | CSS classes entered here will be applied to the column. | `Default value` | Options Schema |
| Page | `page` | Used to specify the page. | `Default value` | Options Schema |
| Parent Page | `parent_page` | Specifies the top level page. | `Default value` | Options Schema |
| Hide Price | `hide_price` | Shows the price field for requested items. | `false` | Options Schema |

### Configuration

```json
{
 "data": {
"sys_id": "",
"request": {
"special_instructions": "",
"due_date": "2018-02-23 12:58:43",
"recurring_price": null,
"requested_for": "Fred Luddy",
"priority": "4 - Low",
"number": "REQ0000001",
"opened_at": "2018-02-21 12:58:44",
"stage": "Requested",
"opened_by": "Nathan Firth",
"price": "$600.00",
"state": "Open",
"assigned_to": ""
},
"parent_page": {
"id": "requests",
"label": "My Requests"
},
"show_price": true,
"page": "ticket",
"list": [
{
"cat_item.omit_price": "false",
"sys_id": "",
"number": "RITM0000001",
"cat_item": "Apple iPad 3",
"quantity": "1",
"stage": "fulfillment",
"price": "$600.00",
"picture": "noimage.png",
"url": "#"
}
],
"table": "#"
}
}
```

Want to Learn More? Talk to an Expert
Contact Us