- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 01:11 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 01:46 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 01:16 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 01:23 AM
Hi,
Yes I want to display those fields n approval record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 01:46 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 04:26 AM
Thank you,
Shivani.