<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged selection-field</title>
<link>https://overflow.efficy.io/?qa=tag/selection-field</link>
<description>Powered by Question2Answer</description>
<item>
<title>How does Efficy Office Integration select Entities tree fields?</title>
<link>https://overflow.efficy.io/?qa=1575/does-efficy-office-integration-select-entities-tree-fields</link>
<description>&lt;p&gt;Considering the Efficy Office integration wizard :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=13748891756703250506&quot; alt=&quot;Efficy Office Intetgration capture&quot;&gt;&lt;/p&gt;

&lt;p&gt;How does this wizard selects the different sets of fields for each entity in the left column of the wizard ?&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=9979067329044444542&quot; alt=&quot;Sub-sets of fields for each entity by default&quot;&gt;&lt;/p&gt;

&lt;p&gt;Can anyone explains how these fields are selected? Can we customize anything about that?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
&lt;strong&gt;Cédric Edouard&lt;/strong&gt;&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1575/does-efficy-office-integration-select-entities-tree-fields</guid>
<pubDate>Mon, 02 May 2016 15:19:56 +0000</pubDate>
</item>
<item>
<title>Efficy 20014 - How to retrieve Selection field of queryview in serverscript</title>
<link>https://overflow.efficy.io/?qa=871/efficy-20014-retrieve-selection-field-queryview-serverscript</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I have added the field &quot;Selection&quot; in a queryview. I would like to get this field in a serverscript to work only on selected records.&lt;br&gt;
when I inspect the element, it seems that the field name is &quot;CheckRec&lt;em&gt;&quot; + K&lt;/em&gt;action &lt;br&gt;
but when i try to retreive taht field in tje serverscript I get an error &quot;Field CheckRec_nnn not found&quot;. Here is my script. I do nor have any error of I comment the line retrieving the select field value.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var QueryHandle = Request.Argument(&quot;QueryHandle&quot;)
var K_Contact = StrToFloatDef(Request.Argument(&quot;Cont&quot;), 0)
var RecCount=0
// retrieve dataset
var DS
var ContextHandle = 0
if (QueryHandle == 0) return '&amp;lt;script&amp;gt;ShowAlert(&quot;No Query Handle defined (Query Handle = 0)&quot;)&amp;lt;/script&amp;gt;'

try {
    DS = GetDataSetFromQuery(QueryHandle)
}
catch(ex) {
    return '&amp;lt;script&amp;gt;ShowAlert(&quot;The query results are no longer available. Please refresh the original page!&quot;)&amp;lt;/script&amp;gt;'
}
DS.First
while (! DS.Eof) {
    RecCount++
    var Key = DS.FieldByName(&quot;K_ACTION&quot;).AsFloat
    var selectField=&quot;CheckRec_&quot; + Key
    var Selection=DS.FieldByName(selectField).AsFloat
    Request.Messages.Add(&quot;selectField: &quot; + selectField + &quot; &quot; + Key)

    DS.Next
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Thanks and Regards&lt;br&gt;
Anne&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=871/efficy-20014-retrieve-selection-field-queryview-serverscript</guid>
<pubDate>Tue, 20 Oct 2015 11:37:40 +0000</pubDate>
</item>
</channel>
</rss>