Which table hold the value of variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2024 04:51 AM
Hi all,
i was having a record producer variable where the variable is on the hr case table i need to see all the values which the user has submitted on that particular variable. The variable type is date

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2024 04:58 AM
@Community Alums Question Answers (question_answer) table holds the values of the record producer variables.
Please mark the response helpful and correct if it addressed your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2024 05:12 AM
Hi,
You can check the table question_answer and in table you can pass your table name and particular sys_id of hr case record which got inserted and then can see all the variable values filled for the record from SP.
Thank you!
Vishakha Y