How to dot walk approving record in approval table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 11:45 AM
Hi All,
How can we dot-walk and get the assignment group of the ticket in approving field in approval table.
Kindly assists.
Regards,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:11 PM
Hi Aman,
My requirement is to make the assignment group looped in CC in the approval email sent to approvers.
For this I am writing a mail script which I will include in the email notification written on sysapproval_approver table.
I was strucked at the point to dot-walk the assignment group of the approving record in sysapproval_approver table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:19 PM
You have one Approval For (sysapproval) field, whihc you can use to dot-walk.
current.sysapproval.assignment_group;
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:14 PM
Hi @naga karthik1 ,
You can do the dot walk manually by selecting Approval For.Assignment Group (from the drop down select show related fields in order to dot walk to another table).
If via script then
sysapproval.assignment_group
Thanks,
Danish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:17 PM - edited 10-30-2023 12:18 PM
You have one Approval For (sysapproval) field, whihc you can use to dot-walk.
current.sysapproval.assignment_group;
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:26 PM
Hi, for the 'sysapproval_approver' table you can dot.walk entries for the Users/Groups in field by expanding\drilling into the field 'Approval for' and then selecting the 'Assignment group' field