This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - Default template based on form

ejmoska - Thursday, March 24, 2016 3:06 AM:

Hello,

I am trying to set the value of property from_template on form load with no luck.

I have tried many options, one of them below

var innovator = new Innovator();
var docItem = innovator.newItem("Document","get");
docItem.setProperty("from_template", "B3D05E1E601047D1AD8209FCC06A8472");
return docItem;

i want different template for each document form, any advice how to set it?