Which table stores values of service task variables?

Sai Anna
ServiceNow Employee
ServiceNow Employee

we created service using service creator, this creates a custom task which has variable values, trying to report on them. can you help in identifying table name which stores responses of these variables? I've looked at "Variable Ownership" table which stores only catalog variable values.  

1 ACCEPTED SOLUTION

shloke04
Kilo Patron

Hi,



Can you check the below two Tables for your query:



1) Options Table(sc_item_option)


2) Question Answer(question_answer)



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

View solution in original post

2 REPLIES 2

shloke04
Kilo Patron

Hi,



Can you check the below two Tables for your query:



1) Options Table(sc_item_option)


2) Question Answer(question_answer)



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Sai Anna
ServiceNow Employee
ServiceNow Employee

questuon_answer works for us