- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 12:19 PM
Records from our facilities_request table aren't showing in the Approvals widget. As you can see in the images below the link that takes you to the approval form only shows for certain facilities records and even then it isn't the record number like it's supposed to be. For request made on the change table table, the numbers show just fine. Anyone know how to fix this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018 05:49 AM
Do you have the display value of the facilities_request table set to whatever the call center field is?
Looking at the approvals widget server script it looks like task.number is getting populated by the display value of the record.
You can either update the number column on facilities_request table to have "Display" set to true, or clone the widget and modify your server script to pull the number.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 07:07 PM
Any errors when you open the console in the F12 inspector tools?
Also have you tried to ctrl+right click on the widget and console $scope.data for debugging?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018 05:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018 05:49 AM
Do you have the display value of the facilities_request table set to whatever the call center field is?
Looking at the approvals widget server script it looks like task.number is getting populated by the display value of the record.
You can either update the number column on facilities_request table to have "Display" set to true, or clone the widget and modify your server script to pull the number.