- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2022 06:19 PM
Hi,
I created a new catalog item and associated to a topic to show it in the Employee Center.
This item doesn't need Price, Quantity and Total so I'd like to hide them from the screen.
Does anyone tell me how to hide them?
Thanks in advance,
kaz
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2022 06:41 PM
Hi you need to go to this table sn_hr_sp_todos_config
Look for Approval todo --> open the record--> related list-->To-dos Widget Mappings-> open ritm widget
You can clone this widget and comment the HTML lines which display price,quantity etc
Refer attached screenshot. Replace your cloned widget in todo list after modification
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2022 06:41 PM
Hi you need to go to this table sn_hr_sp_todos_config
Look for Approval todo --> open the record--> related list-->To-dos Widget Mappings-> open ritm widget
You can clone this widget and comment the HTML lines which display price,quantity etc
Refer attached screenshot. Replace your cloned widget in todo list after modification
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2023 11:55 PM
Hello Harish, how do we remove this total Price for end user, this one here solves for the approver not for end user.
In the completed tab, when end users sees their RITM has been approved they can still see the price. How do I remove that.
Thankyou!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2022 08:00 PM
Hi Harish,
Thank you for your quick response. Finally I can hide the fields from my screen.
Thanks to your advice, I can find some additional steps easily. The followings are the steps I did.
1. One more line in clone of Todos Requested Item Approval has to be commented to hide total price.
2. Create a clone of Requested Item Variables widget and comment some lines to hide values of price, quantity and total in the item line.
3. Modify server script to refer the clone of Todos Requested Item Approval.
Thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2022 10:21 PM
I also modified to-dos configuration for 'Approvals - Completed' and 'Approval - Rejected' same as 'Approval'.
I can hide Price, Quantity, Total on Completed tab now.