- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2023 01:59 AM - edited ‎01-02-2023 02:01 AM
Please check below requirement and help me to get configure assignment group in flow designer using script.
Basically, we need to populate using based on the Dot walk
We have when we are submitting CI in RITM. Creating a task, we have a variable which is reference filed through that we have to do Dot Walk
When we select Lost or Stolen
Selecting assignment group which is kind of hard-core value. This should not be hardcoded; it has to be taken from dynamically from the stolen.item.asset.supportgroup
There is a field called "Supported by" in the asset record which have the assignment group. This I need to populate
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2023 03:10 AM
Hello Sunil,
You need to use Dot walk to get the Support group
As mentioned "stolen.item.asset.supportgroup " this dot walking should work
Regards,
Shyamkumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2023 02:22 AM
Hi,
What is the issue here?
It seems that you already have the Asset given in a variable in the Catalog item?
Then you should be able to dotwalk from that variable, to the correct assignment group.
All you need to do first, is to get the variables from the Catalog item.
Example below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2023 03:10 AM
Hello Sunil,
You need to use Dot walk to get the Support group
As mentioned "stolen.item.asset.supportgroup " this dot walking should work
Regards,
Shyamkumar