- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:45 AM
Is there a OOB way to create a Project in PPM module from a Catalog Item? Idea is to have a catalog item for new projects. When a user submits a request it gets created as a Project in PPM module.
Regards,
Karthik
Solved! Go to Solution.
- Labels:
-
Service Catalog
- 1,078 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:51 AM
Hello,
You need to create a new Record producer which is mapped to pm_project table and map all variables to field as per your requirement.
OOB there is a sample with which you could start your work, Please refer this link
https://instance_name.service-now.com/nav_to.do?uri=sc_cat_item_producer.do?sys_id=255d3c947f0000011e3d3dd191fa8795
Replace instance_name with yours.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:51 AM
Hello,
You need to create a new Record producer which is mapped to pm_project table and map all variables to field as per your requirement.
OOB there is a sample with which you could start your work, Please refer this link
https://instance_name.service-now.com/nav_to.do?uri=sc_cat_item_producer.do?sys_id=255d3c947f0000011e3d3dd191fa8795
Replace instance_name with yours.
Thanks!