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.

did catalog item also creates record in table? actually i heard that only record producer do it?

Snow Guest
Tera Contributor

find_real_file.png

2 REPLIES 2

TrevorK
Kilo Sage

A "Catalog Item" is usually a way to refer to one of three things:

  1. Item (typically used on the Request table)
  2. Record Producer
  3. Order Guide

All three of these can generate records to tables in ServiceNow.

Think of a "Catalog Item" as the front end, the form that a user uses. The form will feed into one of the three items above. 

 

Yes, this is a little confusing because there is an "Items" section in the platform. So many think a "Catalog Item" has to be an "Item". That's why you need to think of "Catalog Item" as more just the front-end form that accepts input. 

 

Hope that helps! Any clarification just let me know.

Chetan Mahajan
Mega Sage

Hi Manikianta,

                      A catalog item should ideally be used when you want to generate a request (req/ritm), complete with workflow, tasks, approvals, and so on. As for a record producer, it should be used when you want to gather information using variables (a form) but create another type of record (change, incident, enhancement, etc.) as a result.

 

Kindly mark correct/helpful if it helps you