<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged generate-documents</title>
<link>https://overflow.efficy.io/?qa=tag/generate-documents</link>
<description>Powered by Question2Answer</description>
<item>
<title>Docx template with runScript (formated)</title>
<link>https://overflow.efficy.io/?qa=4062/docx-template-with-runscript-formated</link>
<description>&lt;p&gt;Hi!&lt;br&gt;
For one of our client I need to format a template via runScript. on my script I have 4 columns and few lines. I want to return these data in a table each columns in a cell and each line in a row, but I get all lines in one cell for each columns.&lt;/p&gt;

&lt;p&gt;How can i get this working&lt;/p&gt;

&lt;p&gt;Ps: the goal for the client is that each row will be separated by a horizontal line&lt;/p&gt;

&lt;p&gt;thanks&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4062/docx-template-with-runscript-formated</guid>
<pubDate>Tue, 26 Mar 2019 13:31:33 +0000</pubDate>
</item>
<item>
<title>trouble with campaigns -&gt; actions -&gt; generate Documents</title>
<link>https://overflow.efficy.io/?qa=3878/trouble-with-campaigns-actions-generate-documents</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;It seems that on step 1 of &lt;code&gt;Generate Documents&lt;/code&gt; from a campaign the &lt;code&gt;use existing entity&lt;/code&gt; is not working. It is impossible to select a document already existing, even without custom.&lt;/p&gt;

&lt;p&gt;I find out that in the &lt;code&gt;ScriptProcessRecordCreation.htm&lt;/code&gt; page the function &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function SelectExistingEntity() {
  Search(TargetEntity, 'setOpenerKey;SelectedEntityKeytedTemplate;$K', '') ;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To make it work, you have to change &lt;code&gt;SelectedEntityKeytedTemplate&lt;/code&gt; by &lt;code&gt;SelectedEntityKey&lt;/code&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function SelectExistingEntity() {
  Search(TargetEntity, 'setOpenerKey;SelectedEntityKey;$K', '') ;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is that a bug or I miss something?&lt;br&gt;
best regards&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3878/trouble-with-campaigns-actions-generate-documents</guid>
<pubDate>Wed, 23 Jan 2019 16:39:20 +0000</pubDate>
</item>
</channel>
</rss>