How to hide Price, Quantity and Total on to-dos list

kaz2
Tera Contributor

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.

find_real_file.png

Does anyone tell me how to hide them?

Thanks in advance,
kaz

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

Hi you need to go to this table sn_hr_sp_todos_config

Look for Approval todo --> open the record--> related list-->

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

 

Regards
Harish

View solution in original post

4 REPLIES 4

Harish KM
Kilo Patron
Kilo Patron

Hi you need to go to this table sn_hr_sp_todos_config

Look for Approval todo --> open the record--> related list-->

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

 

Regards
Harish

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!

kaz2
Tera Contributor

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.

find_real_file.png

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.

find_real_file.png

3. Modify server script to refer the clone of Todos Requested Item Approval.

find_real_file.png

Thank you so much!

kaz2
Tera Contributor

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.