How to display fields data on service portal approval record for RITM and change approvals
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 08:58 PM
I need to populate fields based on the approval request in service portal, if change request approval need to populate Assignment group and assigned to fields. for RITM approvals not required those two fields. I can see these two fields in both Approval requests (change / RITM)
I need to populate only in RITM approval request.
Can any one help me on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 11:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 11:54 PM
HI
I have already added in the widget as you mentioned, It is visible in RITM approval request as well. But i need to populate Assignment group and assigned to in Change approvals not in RITM approval record.
Thanks,
prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 10:35 PM
before 21 line in Server script include the condition to check table
if(task.getRecordClassName() == 'change_request') {
pass assigned_to and assignment_group as well
} else {
//keep it as is
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2022 07:37 AM
Hi
Could you please help me on this, How we can restrict only for Change approval form.
Thanks,
Prasad