<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged picture</title>
<link>https://overflow.efficy.io/?qa=tag/picture</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to import Jpg or png images located on a Wordpress html place</title>
<link>https://overflow.efficy.io/?qa=6991/how-to-import-jpg-or-png-images-located-wordpress-html-place</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have to import into Efficy 5000 image files located like this :&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://serveurtravail.planeteformations.com/wp-content/uploads/2023/08/WORK-Sublime-NZ-Natural-Hickory.png&quot;&gt;https://serveurtravail.planeteformations.com/wp-content/uploads/2023/08/WORK-Sublime-NZ-Natural-Hickory.png&lt;/a&gt;&lt;br&gt;
Is there any solution via the datasynchro tool ?&lt;br&gt;
Thank you&lt;br&gt;
Dimitri&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6991/how-to-import-jpg-or-png-images-located-wordpress-html-place</guid>
<pubDate>Sat, 21 Oct 2023 18:37:03 +0000</pubDate>
</item>
<item>
<title>How can I insert (picture or signature) into a Word template by using runscripts into a contact array</title>
<link>https://overflow.efficy.io/?qa=6947/insert-picture-signature-template-runscripts-contact-array</link>
<description>&lt;p&gt;Hello I have to generate a template with a list of contacts.&lt;br&gt;
Here it's simple, but for each line I have to insert a signature field.&lt;/p&gt;

&lt;p&gt;I have to detect if contact has signed on the morning then on the afternoon or maybe only one of these conditions.&lt;/p&gt;

&lt;p&gt;So we decided to use runscripts. In that case it's working if I display only the name and firstname, but the goal is to be able to display his signature to. &lt;/p&gt;

&lt;p&gt;And here we haven't be able to run the template without errors.&lt;br&gt;
What kind of trick can we use to generate a such document ? &lt;/p&gt;

&lt;p&gt;I also tried to use some arguments like for type memo for instance. &lt;br&gt;
But the document is corrupted. When I keep the syntax &amp;lt;#F=PICTURE&amp;gt; or &amp;lt;#F=F_SIGNATURE&amp;gt; it merge with only this indication : (blob)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=13609799535560111993&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
Thank's Laurent&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6947/insert-picture-signature-template-runscripts-contact-array</guid>
<pubDate>Mon, 07 Aug 2023 14:46:34 +0000</pubDate>
</item>
<item>
<title>Download CONTACTS.PICTURE using api</title>
<link>https://overflow.efficy.io/?qa=4684/download-contacts-picture-using-api</link>
<description>&lt;p&gt;Is it possible to download pictures from for example contacts.picture using a json API request? I cannot find any documentation about this. &lt;/p&gt;
</description>
<category>Remote API (JSON, SOAP, Node)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4684/download-contacts-picture-using-api</guid>
<pubDate>Mon, 12 Aug 2019 13:24:51 +0000</pubDate>
</item>
<item>
<title>Insert picture field in word template</title>
<link>https://overflow.efficy.io/?qa=4582/insert-picture-field-in-word-template</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For a client using efficy 11.2, i would like to add a picture to the description for each linked product in a word template. This makes part of a table generated by the function GetRtfTable.&lt;/p&gt;

&lt;p&gt;When using the add-in option &quot;Insert picture field&quot;, the field appears in the list and i can add it to the table.&lt;/p&gt;

&lt;p&gt;However, when generating the document the placeholder is always shown even when there is clearly a picture uploaded for that product.&lt;/p&gt;

&lt;p&gt;Is there something else that i should be paying attention to? Some other setting?&lt;/p&gt;

&lt;p&gt;Thank you,&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;

&lt;p&gt;Update with screen, the &quot;no photo available&quot; image is an image i chose as placeholder : &lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=10017223859531933880&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4582/insert-picture-field-in-word-template</guid>
<pubDate>Mon, 22 Jul 2019 15:18:46 +0000</pubDate>
</item>
<item>
<title>How to import PICTURE (BLOB) from an External Database into an Efficy PICTURE field ?</title>
<link>https://overflow.efficy.io/?qa=2717/import-picture-blob-external-database-efficy-picture-field</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;I have to import PICTURES into Efficy PICTURE fields from an External ORACLE Database into an Efficy Database by using a Datasync, but the following code is not working (No Error but the PICTURE field stay empty) : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Database.UpdateCategory(EditHandle, 'PROP$BROCHURE', 'F_PIC' + indexPic, DataStore.AsString('PICR_DATA'));
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;PICR_DATA is an Oracle Blob&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2717/import-picture-blob-external-database-efficy-picture-field</guid>
<pubDate>Tue, 03 Oct 2017 13:28:15 +0000</pubDate>
</item>
<item>
<title>Is there a way to base64 encode a database.OpenUrl() result ?</title>
<link>https://overflow.efficy.io/?qa=2661/is-there-a-way-to-base64-encode-a-database-openurl-result</link>
<description>&lt;p&gt;Hi !&lt;/p&gt;

&lt;p&gt;Does anyone knows if there is a manner or possibility to get a http request's response encoded to a base64 string ? &lt;/p&gt;

&lt;p&gt;We have to display a captcha png (generated with captcha.net) on a guest page, but the problem is that we can see (in developer mode on browser) the ajax call done to captcha.net and this one contains credentials.&lt;/p&gt;

&lt;p&gt;I saw that there is the TMagickWand object to display images from disk, but does it work with web paths ?&lt;br&gt;
I tried something like &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;return &quot;data:image/png;base64,&quot; + database.openUrl(url, &quot;&quot;)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But it don't gives correct base64, maybe that we should use some kind of encoding on the database.openUrl(url, &quot;&quot;) result ? and then concatenate it with &quot;data:image/png;base64,&quot; ?&lt;/p&gt;

&lt;p&gt;Thank you in advance !&lt;/p&gt;

&lt;p&gt;Angel&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2661/is-there-a-way-to-base64-encode-a-database-openurl-result</guid>
<pubDate>Thu, 24 Aug 2017 20:46:38 +0000</pubDate>
</item>
<item>
<title>How to update the contact profile picture using soap?</title>
<link>https://overflow.efficy.io/?qa=2515/how-to-update-the-contact-profile-picture-using-soap</link>
<description>&lt;p&gt;I've got a question about the Efficy Soap Wrapper for .Net. The profile picture of a user has to be updated using the efficy soap wrapper. What is the best way to do this?&lt;/p&gt;

&lt;p&gt;Besides that I would like to know how I can retrieve the file format (jpg/png/etc.). Is this information being saved in the database or do we need to retrieve this from the header in the binary data?&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2515/how-to-update-the-contact-profile-picture-using-soap</guid>
<pubDate>Wed, 31 May 2017 15:20:38 +0000</pubDate>
</item>
<item>
<title>How to save a picture (base64 encoded) in the database through serverscript?</title>
<link>https://overflow.efficy.io/?qa=2417/save-picture-base64-encoded-database-through-serverscript</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For a Customer who uses an external website to add contacts, etc in their Efficy (Summer 2012). Multiple calls are possible like update user, create user, create/modify actions,..&lt;/p&gt;

&lt;p&gt;All these calls are posted to the serverscripts in the guestpage. All values are read correctly but we encounter 1 problem with an image.&lt;/p&gt;

&lt;p&gt;In the arguments 'picture' is defined and expects an long string (base64 encoded).&lt;br&gt;
For example: &lt;code&gt;&quot;iVBORw0KGgoAAAANSUhEUgAAAdgAAAG6CAYAAACr5VfIAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAGXRFWHRTb2Z0d2...&quot; and this goes on for a while.&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;As we are in serverscripts, I could not use windows object/functions.&lt;/p&gt;

&lt;p&gt;When we save, we are using the next line.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Database.UpdateFields(ContContext, 0,  'PICTURE', picture);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Where picture is saved now is a normal string, I could not convert it to a blob, stream.&lt;br&gt;
Converting the string to the following format did not work as well.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var picture =  &quot;data:image/png;base64, ...&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;In db editor I can see the 'hugeblob' of an existing picture of a contact for example, on top defined the content type and below non readable text. &lt;/p&gt;

&lt;p&gt;Has anyone already managed to save this to the database as blob?&lt;br&gt;
It would be a great help because of the external website, there are not any other feasible options.&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;br&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;Jonas Vdb&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2417/save-picture-base64-encoded-database-through-serverscript</guid>
<pubDate>Mon, 03 Apr 2017 08:19:30 +0000</pubDate>
</item>
<item>
<title>Get Product picture using SOAP Call</title>
<link>https://overflow.efficy.io/?qa=2040/get-product-picture-using-soap-call</link>
<description>&lt;p&gt;Hi Everyone,&lt;/p&gt;

&lt;p&gt;Is it possible to get product picture via SOAP CALL to display on an external page?&lt;/p&gt;

&lt;p&gt;Thx,&lt;br&gt;
Can Demirci&lt;/p&gt;
</description>
<category>Remote API (JSON, SOAP, Node)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2040/get-product-picture-using-soap-call</guid>
<pubDate>Thu, 24 Nov 2016 10:47:57 +0000</pubDate>
</item>
<item>
<title>import Contact Picture using Efficy's webservice</title>
<link>https://overflow.efficy.io/?qa=1825/import-contact-picture-using-efficys-webservice</link>
<description>&lt;p&gt;Hi Everyone, &lt;/p&gt;

&lt;p&gt;I'm working on an .Net application in which I have to import contacts from an ID card reader (BeId) to Efficy and I'm stuck at importing contact's picture.&lt;/p&gt;

&lt;p&gt;Is there a specific way of importing contact picture? &lt;br&gt;
Is there a specific format to use? &lt;/p&gt;

&lt;p&gt;Thanks in advance for your answers! &lt;/p&gt;

&lt;p&gt;KR, &lt;/p&gt;

&lt;p&gt;Prince&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1825/import-contact-picture-using-efficys-webservice</guid>
<pubDate>Wed, 17 Aug 2016 10:51:00 +0000</pubDate>
</item>
<item>
<title>Efficy 2014 - display a picture in consult that is contain in a category</title>
<link>https://overflow.efficy.io/?qa=226/efficy-2014-display-picture-consult-that-contain-category</link>
<description>&lt;p&gt;I have to display a picture on the consult page of a company like the contact consult page, but my picture is contain in a Category and not in the Company table.&lt;/p&gt;

&lt;p&gt;I have copied the consult field definition of PICTURE.cont like this&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;field.PICTURE.Comp {[&amp;lt;dt&amp;gt;&amp;lt;img src =&quot;img?consulthandle=&amp;lt;%GetArgument('ConsultHandle')%&amp;gt;&amp;amp;category=COMP$PHOTOS&amp;amp;field=F_PHOTOS&quot; onerror=&quot;var _src = '../efficy/imgnew/default-user.jpg';if (this.src!==_src){this.src = _src;}&quot;&amp;gt;&amp;lt;/dt&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But the picture doesn't show and I don't receive any error.&lt;/p&gt;

&lt;p&gt;Does anyone know how to do ?&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane RONCIN&lt;br&gt;
Consultant&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=226/efficy-2014-display-picture-consult-that-contain-category</guid>
<pubDate>Fri, 20 Feb 2015 11:22:46 +0000</pubDate>
</item>
</channel>
</rss>