- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2019 07:37 AM
Team,
What table or tables in the database schema hold the variables and variable values? For example, when I view a Request Item there is a section called variables with fields and values. I am trying to understand what table or tables holds these values. Ultimately, I am looking to JOIN these variable fields and values to the sc_req_item table.
Solved! Go to Solution.
- Labels:
-
Reporting
- 91,755 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019 01:07 PM
M2M table to request item
sc_item_option_mtom.request_item = sc_req_item.sys_id
M2M table to variable
sc_item_option_mtom.sc_item_option = sc_item_option.sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2019 10:13 AM
Troy,
Do you know what fields (keys) I should use to JOIN these 3 tables? Assuming sys_id will be used...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019 01:07 PM
M2M table to request item
sc_item_option_mtom.request_item = sc_req_item.sys_id
M2M table to variable
sc_item_option_mtom.sc_item_option = sc_item_option.sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 07:23 AM
How do I adjust the size of variable table in the task form to show all the checkbox variable sets? They're complete in the RITM form but are truncated in the task form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 09:48 PM
Hi @stevezadroga , I have the same requirement, most challenging part is for reference variable the values are in sysid's and which cannot be dot walked as they are in value field(string) how did you fetched their display values could you share your code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 10:41 AM
did you ever figure this out?