Creating Project from Catalog Item

karthiknagaramu
Kilo Sage

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

1 ACCEPTED SOLUTION

Alikutty A
Tera Sage

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!

View solution in original post

1 REPLY 1

Alikutty A
Tera Sage

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!