- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎05-07-2016 01:20 AM
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 ?
Solved! Go to Solution.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎05-07-2016 07:13 AM
Hi Shyama,
Can you please elaborate further on your requirement.
Meanwhile you may find below links helpful.
Database Views - ServiceNow Wiki
Integration Overview - ServiceNow Wiki
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎05-11-2016 05:09 AM
Thank you, Ben
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎05-09-2016 12:10 AM
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.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎05-11-2016 05:10 AM
Thanks a lot Aleksandar
