Using record producer to create a release.

kchadwick
Tera Expert

I would like to use Record producer to create a release within Digital product release. I have successfully been able to create a release but I cannot get the release task to be fully configured with phase tasks and tasks within those phases. I am using the code within the Record producer script:

current.applyTemplate(producer.template); 
where template is the template name. I have a few templates and would like to be able to choose the release template from a dropdown list instead of the static list within "Generated Record Data". Is this not possible with the DPR module or do I need to add more code to apply the template fully?
13 REPLIES 13

Balaji39
ServiceNow Employee
ServiceNow Employee

Yes, it does!

Hi, what is the name of this new plugin? We are attempting to initiate a release and its associated template from a record producer or Request item and are running into an issue the same issue where tasks do not trigger.

djmcn
Kilo Contributor

@Balaji39  is the new flow action created yet? 

Richard48
Tera Contributor

I'm looking at something similar , We would like the use to select the product and classify the requirement.  We then want to generate a release based on one of the  pre defined templates.    I've looked for the flow mentioned "Create product release" but its not in my instance and as deprecated i understand why.

 

What is the name of the new plugin and any pointers to any documentation?

 

I had considered trying to use the rest api to pass details to create the release but that is not working out for me yet.