- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 08:29 AM
Hello Experts,
I am stuck at this point to select Approver from a table .
i have a variable which points to custom Table = u_warehouse
Table = u_warehouse has another field = 'WH Manager'.
In request we need the approval to go to 'WH Manager'' against the data filled in that variable (WH Code)
Example: if LT1 is selected in Variable (WH Code) the Approval should go to Anker Bamah
WH Code WH Manager
LT1 Anker Bamah
BS4 Amita Sarkel
But in ''Ask for Approval'' there is only option for User, Group,
Please help how to generate this approval step guidance needed please need to avpid as much script if not at all feasible.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:56 AM
So you need to do 2 things before the Ask for Approval action.
1) Get Variables - this will give you access to the wharehouse variable you said is on the catalog item
2) Look Up Record - (singular not plural) Look up to the wharehouse table where WH Code matches the variable you retrieved in (1)
3) Ask for Approval - Pull the WH Manager field from (2)
Have you done those steps already?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 08:43 AM
Is there a table that stores your WHCodes and the desired WHManager?
Have you ever used Decision Tables before?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 01:27 AM - edited 12-04-2024 01:50 AM
Hi @Uncle Rob
We have hundreds of records for them in custom table .
we have custom table which stores all these WH codes and WH Manager
Table = u_warehouse
Field 1 = WH Code
Field 2= WH Manager
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:56 AM
So you need to do 2 things before the Ask for Approval action.
1) Get Variables - this will give you access to the wharehouse variable you said is on the catalog item
2) Look Up Record - (singular not plural) Look up to the wharehouse table where WH Code matches the variable you retrieved in (1)
3) Ask for Approval - Pull the WH Manager field from (2)
Have you done those steps already?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 07:19 AM - edited 12-05-2024 07:20 AM
Thanks @Uncle Rob
Did not explored LookUp Record. Thanks for highlighting. Yes used that It worked without scripting or Inputs/Outputs
Thanks a lot