<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged document</title>
<link>https://overflow.efficy.io/?qa=tag/document</link>
<description>Powered by Question2Answer</description>
<item>
<title>Thumbnails of Word document</title>
<link>https://overflow.efficy.io/?qa=4021/thumbnails-of-word-document</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;Is it possible to create &quot;thumbnails&quot; of word documents and show them in the gallery ? &lt;br&gt;
(like any PDF or IMG).&lt;/p&gt;

&lt;p&gt;Regards, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4021/thumbnails-of-word-document</guid>
<pubDate>Mon, 11 Mar 2019 20:48:15 +0000</pubDate>
</item>
<item>
<title>Error while saving word document in efficy</title>
<link>https://overflow.efficy.io/?qa=3728/error-while-saving-word-document-in-efficy</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;While attempting to save a word document in effecy as a new document, the client receives following error message :&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=10104602658922854666&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;The document reference is a required field, so i can understand why this error is given. I can't however define a standard reference because there are multiple possibilities. And the client needs the field to be required.&lt;/p&gt;

&lt;p&gt;After clicking OK, the document editing screen appears just fine with the document attached.&lt;/p&gt;

&lt;p&gt;Is there a solution for this scenario? If the editing screen appears, why do i get the error message as if a document has been tried to be saved?&lt;/p&gt;

&lt;p&gt;Efficy version is 11.1.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3728/error-while-saving-word-document-in-efficy</guid>
<pubDate>Mon, 10 Dec 2018 13:46:42 +0000</pubDate>
</item>
<item>
<title>Gallery thumbnail issue due to dimensions</title>
<link>https://overflow.efficy.io/?qa=3716/gallery-thumbnail-issue-due-to-dimensions</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;We recently had an upgrade to efficy 11.1. &lt;/p&gt;

&lt;p&gt;When uploading attachments to a document, everything goes fine.&lt;/p&gt;

&lt;p&gt;However, the gallery thumbnails don't work for images added after the upgrade to efficy. When i look into the FILES table, i see that the dimensions are wrong ( always pxwidth = 9519688, pxheight = 0 ) &lt;br&gt;
I presume that the thumbnail dimensions are then badly calculated.&lt;/p&gt;

&lt;p&gt;Is this a known issue? Where should i look to fix this?&lt;/p&gt;

&lt;p&gt;Efficy version : Efficy (Build 11.1.14457.0 2018-09-11 11:01)&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3716/gallery-thumbnail-issue-due-to-dimensions</guid>
<pubDate>Thu, 06 Dec 2018 16:54:02 +0000</pubDate>
</item>
<item>
<title>Line break in script for an email template</title>
<link>https://overflow.efficy.io/?qa=3540/line-break-in-script-for-an-email-template</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;someone knows how to make a line break in a script for the running of a runscript for an email template.&lt;/p&gt;

&lt;p&gt;I want to replace the splash in this function with a line break &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var nature = &quot; &quot;;
    var entyDS = Efficy.GetMasterDataSet(ContextHandle, 0);
    if(!entyDS || entyDS.IsEmpty) return &quot;$$ENCODE$$&quot; + nature;
    entyDS.first();
    while(!entyDS.EOF) {
        if(entyDS.FieldByName(&quot;F_STATUT&quot;).asFloat)
            nature = entyDS.fieldByName(&quot;R_F_NATURE_NIVEAU_1&quot;).asString+' / '+entyDS.fieldByName(&quot;R_F_NATURE_NIVEAU_2&quot;).asString+' / '+entyDS.fieldByName(&quot;R_F_NATURE_NIVEAU_3&quot;).asString;
        entyDS.next();
    }
    return nature;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I thank you in advance,&lt;/p&gt;

&lt;p&gt;Sincerely, Jean.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3540/line-break-in-script-for-an-email-template</guid>
<pubDate>Thu, 13 Sep 2018 15:39:34 +0000</pubDate>
</item>
<item>
<title>Lock document based on field value</title>
<link>https://overflow.efficy.io/?qa=3339/lock-document-based-on-field-value</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm searching for a way to lock a document based on some value in the document itself, so if this value is 1 the document should be locked (no matter if someone is using it or not), apparently in MacroEdit it's using macro &quot;IfReadOnly&quot; to disable fields and &quot;lock.htm&quot; page to check the locking status using macro &quot;GetLockStatus&quot;, so from where Efficy knows if this document is locked or not? and can we manipulate this process to make it based on 2 criteria only for documents (so if flag value is 1 or another user is editing the document then lock it)&lt;/p&gt;

&lt;p&gt;Thank you for your help and advise in advance.&lt;/p&gt;

&lt;p&gt;Best Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3339/lock-document-based-on-field-value</guid>
<pubDate>Thu, 21 Jun 2018 11:34:53 +0000</pubDate>
</item>
<item>
<title>meaning of Badge for document/email</title>
<link>https://overflow.efficy.io/?qa=3307/meaning-of-badge-for-document-email</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a question about the meaning of Badge for document and email, as far as i found in build notes it means there's document(s) or mail(s) to be handled by user, the query behind is checking UPLOADSTATE = 1, so what does this mean? when we get this field (UPLOADSTATE) set to 1? is it something related to &quot;AutoMailUploader&quot; service? or scanned document?&lt;/p&gt;

&lt;p&gt;Thank you in advance for the help and clarification.&lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3307/meaning-of-badge-for-document-email</guid>
<pubDate>Mon, 18 Jun 2018 09:33:25 +0000</pubDate>
</item>
<item>
<title>Merge multiple documents to one document</title>
<link>https://overflow.efficy.io/?qa=2798/merge-multiple-documents-to-one-document</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is it possible to merge multiple word documents already exists in Efficy to a new one? a client has multiple visit reports from multiple sales reps and he would like to merge them to one for management.&lt;/p&gt;

&lt;p&gt;Thank you for your help in advance.&lt;/p&gt;

&lt;p&gt;Best Regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2798/merge-multiple-documents-to-one-document</guid>
<pubDate>Tue, 05 Dec 2017 11:03:30 +0000</pubDate>
</item>
<item>
<title>customization for showing document and its attachments in sub-list</title>
<link>https://overflow.efficy.io/?qa=972/customization-for-showing-document-and-its-attachments-list</link>
<description>&lt;p&gt;Dears,&lt;/p&gt;

&lt;p&gt;I would like to have a customized window in Efficy 2014 that shows documents and its attachments as sub-list (with check box to choose the whole document or specific attachment) as in the snapshot below.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=13196245153457552020&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;have any one done something similar? what function tags and grid columns definitions are needed?&lt;/p&gt;

&lt;p&gt;Any suggestions or examples are welcomed :)&lt;/p&gt;

&lt;p&gt;Thank you.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=972/customization-for-showing-document-and-its-attachments-list</guid>
<pubDate>Mon, 30 Nov 2015 10:14:08 +0000</pubDate>
</item>
</channel>
</rss>