Table search fields

Hi Mark,

I’m a full admin and I don’t believe there are any filed permissions at play. I’m not sure when the problem started as I don’t really need to make changes to the search properties that often. As far as I can tell I think it’s only affecting table search. I wasn’t aware that there are search properties on a field editor component. There are search properties for a Deck and I have the same issue with that.

Sample page below with the account object.

<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true">
 <models>
 <model id="account" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Account">
 <fields>
 <field id="Id"/>
 <field id="Name"/>
 <field id="Type"/>
 <field id="Industry"/>
 <field id="OwnerId"/>
 <field id="Owner&#46;Name"/>
 <field id="ShippingAddress"/>
 </fields>
 <conditions/>
 <actions/>
 </model>
 </models>
 <components>
 <skootable showconditions="true" showsavecancel="true" showerrorsinline="true" searchmethod="server" searchbox="true" showexportbuttons="false" pagesize="10" alwaysresetpagination="false" createrecords="true" model="account" buttonposition="" mode="read" allowcolumnreordering="true" responsive="true" uniqueid="sk-sw7yZ-143" emptysearchbehavior="query">
 <fields>
 <field id="Id" hideable="true" uniqueid="fi-t2YwS-159"/>
 <field id="Name" hideable="true" uniqueid="fi-t2YwV-160"/>
 <field id="Type" hideable="true" uniqueid="fi-t2YwX-161"/>
 <field id="Industry" hideable="true" uniqueid="fi-t2YwZ-162"/>
 <field id="OwnerId" hideable="true" uniqueid="fi-t2Ywb-163"/>
 <field id="ShippingAddress" hideable="true" uniqueid="fi-t2Ywc-164"/>
 </fields>
 <rowactions>
 <action type="edit"/>
 <action type="delete"/>
 </rowactions>
 <massactions usefirstitemasdefault="true">
 <action type="massupdate"/>
 <action type="massdelete"/>
 </massactions>
 <views>
 <view type="standard"/>
 </views>
 <searchfields usesosl="false" soslfields="Name Fields">
 <searchfield return="false"/>
 </searchfields>
 </skootable>
 </components>
 <resources>
 <labels/>
 <javascript/>
 <css/>
 </resources>
 <styles>
 <styleitem type="background" bgtype="none"/>
 </styles>
</skuidpage>