logo

NJP

RITM variables values and INC question values

Import · Apr 07, 2022 · article

Hi ServiceNow Community mates

A frequent challenge is to obtain the value of a variable associated with a catalog item or record producer or the value of the answers associated with an incident.

A quick way to get this result is using database views.

I created these 2 database views (attached an update set to import)

  • u_ritm_variables
  • u_incident_question_answer

Once the database views are created, you can use them as a "table" in a report, via API or in the form "table.list" in the application navigator to get the records.

I hope it is useful.

Please mark helpful or correct if I helped you or bookmark this article.This action will help other members with similar issues to find a solution.Thanks

Ariel

View original source

https://www.servicenow.com/community/developer-articles/ritm-variables-values-and-inc-question-values/ta-p/2322157