Requested Items widget does not display the name of the requested itemIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Requested Item widget displays the RITM number but not the name of the requested item. Release All supported versions. Cause On a very specific level, this issue is caused by missing value for options.display_field The reason why this might be missing? On the OOB page, this is configured properly but when this widget is added to other pages, this property needs to be configured on the widget instance. Resolution Fixing from widget instance: Go to the corresponding instance for the widget.Make sure that the instance type is Instance of Simple List. This will make sure that the following two fields are available to configure on the instance. Set the table to Requested Item [sc_req_item].Set the display field to Short description. This is what get's displayed as the name of the requested item. Save Additional Information If for some reason you can't change the type of instance to "Instance of Simple List" and fields Table and Display field is not available on the widget instance, then you can pass this value from the JSON parameters, paste the following in the Additional Options section: { "display_field": { "displayValue": "short_description", "value": "short_description" } }