Getting display information from the question_answer table with reference fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2018 03:09 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2018 04:41 PM
So in the past i've added a column to that table, and then added a business rule to figure out the questions's reference table, then write that to the table. Reference variables, Lookup Select variables, and List collector variables all use different fields, but you should be able to run with this and make it work. Then the display will match the value at least when it's submitted. If you try to make it a reference to the table, that would be more complicated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2018 01:51 PM
I decided to create an overly simplistic query to determine what two of the sys_id values would be. It's not pretty but it works. I appreciate the idea but I was only looking to find two values instead of all reference values.
The other option, which I'll be doing in the future iteration, would be to run a script to pull in all values with the reference value to a scratchpad and search against it to verify the data information within the workflow. Scripting it would be the next challenge.