Using Decision Table to set Ticket Choice Fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 07:08 AM
I've created a Decision table to set RITM Ticket Values and Approval Groups depending on the Catalog item.
I'm attempting to create "Generic" flows, so that we can easily update any business changes. E.G. Assignment Group, instructions, etc...
I can get most fields to set, except for RITM Category. This is a custom field (u_category) based on same values as Task and Incided.
I can set these values via scripts with no issue, however, the flow is erroring.
The decision table has Category, Subcategory, assignment group, and some others.
Both Category and Subcategory are Choice values referencing the same values as the RITM.
I can pill drop u_subcategory but not u_category.
Anyone know how to fix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 06:07 AM
Did you test it in decision builder via test button?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 06:29 AM
Yes - and this is what I got. As expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 11:42 PM
Dear Tera,
I believe I have the same issue.
In my decision table I have as input a refernece to the sc_req_item table and in the conditions I want to check for a value in a custom field (u_number), but this field is not visible.
Every other field like short_description etc. is there but not the custom field.
Did you find a solutino for your issue?
Many thanks
Best regards
Eckhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 06:57 AM
maybe as a workaround
in the flow, create flow variable with type string and assign value from your pillar to this variable
after, pass this variable to decision table.
Did category worked if you use script inside the flow? Did I get it right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 07:22 AM
Thanks. Let me try that.
Just to confirm (as i'm the only one here and very distracted).
1. Add a variable to my FLOW
2. Populate this variable from my Decision Table results.
3. Use this populated field to update the ticket.
Am I correct?