- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 12:00 PM
I’m trying to hide the "Quantity" field that appears on each task card in the "Open Activities" section of the Employee Service Center (ESC).
I've inspected the widget and found that the field is rendered using:
I would like to either:
Completely remove this field from the task cards, or
Hide it conditionally, if possible (e.g., based on catalog item or some logic).
Here’s a screenshot for context:
Can anyone guide me on the best way to hide this field without affecting other functionality?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 07:41 PM - edited 05-21-2025 07:42 PM
Hi @NikolaTesla,
Navigate to Employee Center > Administration > To-dos Configuration.
By the looks of your screenshot, the tasks look like approval records, so filter the 'Table' column with the value of sysapproval_approver.
The configuration is most likely to be in the 'Approvals' record, open the record.
In the 'Details row' tab, modify the 'Detail fields' to remove the quantity field.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 10:29 AM
Yes I tried looking at the widget code and the HTML but it is not on there.