How to locate an existing form to copy?....

rjp
Tera Expert

Hi folks,

I'd like to create a new form, however we have several forms that already exist in our service catalog.

I think it may be better to copy an existing form, study it, modify it for my own purposes.

Let me know if you think this is the best way to go about creating a new form and how to locate the forms (by name) that are included in the

service catalog.

Thank you.

find_real_file.png

1 ACCEPTED SOLUTION

andymcdonald
Kilo Guru

Service Catalog is different from regular tables and forms.   There are a few questions that will need to be answered, and will determine how you should proceed.  


- are you wanting to create items for your catalog?   You can design a form for this.


- are you trying to give your users a way to order items?   You can design a set of questions for your users to answer that will give you information to create records.



Here's a good overview from the wiki:


http://wiki.servicenow.com/index.php?title=Service_Catalog_Management#gsc.tab=0


View solution in original post

12 REPLIES 12

well yes, it's a basic form, and it's called a record producer.   You associate it to a table and define variables that are associated to fields in the table.   When the user answers the questions, your logic will create a record in the table, hence the term "Record Producer".   Also of course, a workflow will be triggered to gather the necessary approvals to allow the request to be fulfilled.



-Andy


Ordering a server would most likely be a Catalog Item if it needs to go through a fulfillment process.   You can set a value and attach a workflow to the item that way.


find_real_file.png


If it's more like a virtual machine, you might define your process as needing a record producer to create a change request, with variables on your RP that are used to collect the requirements.


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

To add, A record producer is a specific type of catalog item that allows end users to create task-based records (such as incident records) from the service catalog. Record producers provide a simplified alternative to the regular form interface for creating records. Please refer below link for more info.


Record Producer - ServiceNow Wiki



Please, let us know if you have any additional questions.


andrewpilachows
Kilo Guru

The screenshot there is likely a Service Catalog Category.   The Self-Service > Service Catalog opens a page (Homepage Admin > Pages) which displays Catalog Categories.


find_real_file.png


You can access that from Service Catalog > Maintain Categories.


find_real_file.png


find_real_file.png


From there, it's associated with Catalog Items (Service Catalog > Maintain Items).


find_real_file.png



If you can find the category, you can duplicate it by using Insert and Stay from the burger menu but it will not maintain the related data, only copies the parent record.


find_real_file.png


Thank you all for sharing this information!   I'm sure its quite basic if you've been working with Servicenow for a little while, but it really helps me out.   I'll try to create my first record producer this evening.


All the best,


Rob