where can I find the API for GlideProjectTemplate class?

benbenjamin
Mega Contributor

where can I find the API for GlideProjectTemplate class?

1 ACCEPTED SOLUTION

Ivano B
ServiceNow Employee
ServiceNow Employee

Hi Ben



This is the best I can found about 'GlideProjectTemplate'



GlideProjectTemplate.createProject(String template_id, String project_name, String start_date)



GlideProjectTemplate.apply(String template_id, String project_id, String start_date)



Also take a look at the create_project ui page to see en example of usage.



Cheers


Robo




View solution in original post

1 REPLY 1

Ivano B
ServiceNow Employee
ServiceNow Employee

Hi Ben



This is the best I can found about 'GlideProjectTemplate'



GlideProjectTemplate.createProject(String template_id, String project_name, String start_date)



GlideProjectTemplate.apply(String template_id, String project_id, String start_date)



Also take a look at the create_project ui page to see en example of usage.



Cheers


Robo