how to send a approval to particular manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 06:05 AM
Hai all,
i have a Requirement ,
how to send a approval in service catalog , there is no manager field in the custom table .
i have name field in a custom table ,if select some user ,then the approval should go to a particular manager based on the name field .
please help me on this.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 06:08 AM
Hey,
Few questions here:
1. What are the fields on the catalog item
2. How it is related to your custom table
3. Will the manager be same as User's manager that is on sys_user table?
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 06:14 AM
Hai,
i have created one service catalog item, in that catalog item i have one variable is name (reference) , if any one select the user in the name variable approval goes to that user manager.
manager variable is not there in the catalog item ,how to send approval to user manager using work flow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 06:27 AM
Got it, Thanks for sharing
You can add one workflow activity in the workflow - Approver - User
Click Advanced = TRUE
var answer = [];
var approver = current.variables.name.manager.toString();
answer.push(approver);
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2022 05:08 AM
Hey,
Is your query resolved?
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar