- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 12:13 AM
Hello,
I have a requirement that is in the catalog item workflow approval will trigger to hr parter(customized field) in the users table.
can any one help me how to achieve this.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 01:05 AM
Hi @Servicenow de11 ,
HR Partner field should be reference field. If not you need to first find out Requested For's manager’s HR partner name. Once you got the name you can look for user in User table with the Requested For's manager’s HR partner name. Once you got the user record you can use the sys_id of that user to get approval.
Please mark my answer helpful if you find it useful.
Thanks,
Kavita Bhojane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2023 06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 11:11 PM
Hi Kavita,
For different users there are different HR's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 01:05 AM
Hi @Servicenow de11 ,
HR Partner field should be reference field. If not you need to first find out Requested For's manager’s HR partner name. Once you got the name you can look for user in User table with the Requested For's manager’s HR partner name. Once you got the user record you can use the sys_id of that user to get approval.
Please mark my answer helpful if you find it useful.
Thanks,
Kavita Bhojane