The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How to apply (automate) a Customer Project Template using Flow Designer

Ziad Qadora
Kilo Sage

Hello,

 

I'm attempting to apply a customer project template in flow, and found this post on how to apply a template to a project using an Action How to apply (automate) a Project Template using Flow Designer 

I'm trying to do the same thing, but to a customer project instead of a project.

 

The action script in the above post is

(function execute(inputs, outputs) {
  var temp = inputs.templateId;
  var pjtSD = inputs.pjtSD;
  var project = inputs.project;
   
	GlideProjectTemplate.apply(temp,project,pjtSD);
})(inputs, outputs);

My questions is:

I was not able to apply a customer project template to a customer project using GlideProjectTemplate class following the steps in the forementioned post? Is there similar Class for Customer project?

 

Regards,

 

Ziad

1 ACCEPTED SOLUTION

Ziad Qadora
Kilo Sage

Hello,

It did work for customer project and project, the issue turned out to be incorrect variable was used in the script

 

Regards,

Ziad

View solution in original post

1 REPLY 1

Ziad Qadora
Kilo Sage

Hello,

It did work for customer project and project, the issue turned out to be incorrect variable was used in the script

 

Regards,

Ziad