Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to reporting on Record Producer Variables on a Record of a Non-inherited new scope table

Meloper
Kilo Sage

How to reporting on Record Producer Variables on a Record of a Non-inherited new scope table.

 

if i try to go over "sc_item_produced_record", then there is an empty Task Field, because my table is not extended from task.

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

Hi @Meloper record producer variables are stored in question_answer table, so you would need to run report on this table or create a database view between your table and question_answer table

Regards
Harish

View solution in original post

1 REPLY 1

Harish KM
Kilo Patron
Kilo Patron

Hi @Meloper record producer variables are stored in question_answer table, so you would need to run report on this table or create a database view between your table and question_answer table

Regards
Harish