Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Integration between modules in ServiceNow

kms
Kilo Expert

Hi All,

I am ServiceNow noobie. Recently, working on few modules; I was stumped by a problem.

How can ServiceNow modules be integrated with each other ? Is this an inbuilt feature provided by Service Now?

Take for example a product catalog and Procurement module.

If to be done with scripting; can you generalize the steps to be identified and taken ?

Are there any links or references that you can mention ?

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Shyama,



Can you please elaborate further on your requirement.



Meanwhile you may find below links helpful.


GlideRecord - ServiceNow Wiki


Database Views - ServiceNow Wiki


Integration Overview - ServiceNow Wiki


View solution in original post

7 REPLIES 7

Thank you, Ben


acirovic1
Giga Expert

Modules are just links to views on DB tables. A list view gives you a list of records and the form view shows you one specific record. There's not much integration there.


Thanks a lot Aleksandar