- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:27 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:30 AM
Are you simply looking to get someone's manager to approve something? That can be done just be "dot-walking" in the approval "User" field.
${requested_for.manager}
for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:28 AM
Hi manjunath,
Where are you trying to achieve it via script or Approval activity in Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:30 AM
Are you simply looking to get someone's manager to approve something? That can be done just be "dot-walking" in the approval "User" field.
${requested_for.manager}
for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:33 AM
If you are trying to add an approval for requester's manager in a workflow, just add this line the workflow approval-user activity script
var answer = [];
answer.push(current.variables.requester.manager); //Assuming requester is a variable on your catalog item
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2022 04:12 AM
Correct..... thank you