Make custom created fields visible to Approver.

Shivani Khedek1
Giga Contributor

I have created a custom task table which sends an approval to user whos name is given into assigned_To field.

I have created custom html fields into form design. Now I want to display these custom created fields to approver.

Please suggest me some solutions so that these fields would be visible for approver. 

My table has following form design :

Thank you,

Shivani.

find_real_file.pngfind_real_file.png

 

1 ACCEPTED SOLUTION

Take a look at the UI Macro named approval_summarizer_sc_task. You should then create a new UI Macro named approval_summarizer_name_of_your_custom_table by taking a copy of the former one. 

Replace your custom fields in the XML over the task fields. Once the fields are added, you can configure the related list of the approval record and the Approval Summarizer in it.

View solution in original post

4 REPLIES 4

Alikutty A
Tera Sage

Hi,

Where do you want to display these fields. Is it on the approval record?

If yes then you need to setup your own approval summarizer UI Macro similar to approval_summarizer_sc_req_item

Hi,

Yes I want to display those fields n approval record.

Take a look at the UI Macro named approval_summarizer_sc_task. You should then create a new UI Macro named approval_summarizer_name_of_your_custom_table by taking a copy of the former one. 

Replace your custom fields in the XML over the task fields. Once the fields are added, you can configure the related list of the approval record and the Approval Summarizer in it.

Thank you,

Shivani.