The CreatorCon Call for Content is officially open! Get started here.

Adding RITM variables in Database view for RITM and Approvers

Ravish Shetty
Tera Guru

is it possible to add sc_req_item variables in a database view between sysapproval_approver and sc_req_item? when i try to generate a report on this DB view, i cannot select the variables for filtering or for report columns.

4 REPLIES 4

poyntzj
Kilo Sage

You need to look and use the sc_item_option_mtom table.  Going to get one row per question though

they were just interested in one variable which was a reference field pointing to sys_user. as values are stored as sys_id, I had to combine multiple tables here to get the final result. Not sure if thee is an easy way to do this.

 

find_real_file.png

Why not create a field on RITM table, make it calculated and fill it with variable value.


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

we would like to keep custom fields to a minimum. it's like adding 1 field in RITM table for this 1 user. imagine if 100 others come up with such requirement.