Skip to main content
Nintex Community Menu Bar
Question

UI-Only Picklist Values No Longer Appearing

  • July 11, 2024
  • 4 replies
  • 13 views

Forum|alt.badge.img+8

Hello, 

We have run into another bug it seems since upgrading to 11.1.14. Here UI-Only picklist field values are not appearing in the dropdown anymore. Has anyone encountered this? How can we fix this? Some users depend on components that utilize these fields. 

Screenshots:
3300372b2c759894062e7472b5c68ca9a7a22a84.png



a61d6bfc57398601a40a84067e00370ceaf76734.png

9326d7826f4b05ac616caf4a803a7d055a3b20c0.png

4 replies

Forum|alt.badge.img+6

Hi Michael, does this only occur on a specific page or are you able to reproduce it isolated on a sample page? If the latter, could you please share the XML here?


Forum|alt.badge.img+8

The issue persists across all pages. XML here:

<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="RecordTypeId"/> <field id="Name"/> <field id="OwnerId"/> <field id="Owner.Name"/> <field id="TestPicklist" uionly="true" displaytype="PICKLIST" label="Test Picklist" ogdisplaytype="TEXT" picklistsource="manual" returntype="DOUBLE"> <picklistentries> <entry value="1.00" label="100%"/> <entry value="1.20" label="120%"/> <entry value="1.30" label="130%"/> </picklistentries> </field> </fields> <conditions/> <actions/> </model> </models> <components> <grid uniqueid="sk-24qn-381"> <divisions> <division behavior="flex" minwidth="100px" ratio="1"> <components> <skootable showconditions="true" showsavecancel="false" showerrorsinline="true" searchmethod="server" searchbox="true" showexportbuttons="false" hideheader="true" hidefooter="true" pagesize="10" alwaysresetpagination="false" createrecords="false" model="Accounts" buttonposition="" mode="read" allowcolumnreordering="true" responsive="false" uniqueid="sk-24ql-360"> <fields> <field id="Name" hideable="true" uniqueid="fi-24qw-473"/> <field id="OwnerId" hideable="true" uniqueid="fi-24qw-474"/> <field id="TestPicklist" hideable="true" uniqueid="fi-24rD-683"/> </fields> <rowactions> <action type="edit"/> </rowactions> <massactions usefirstitemasdefault="true"/> <views> <view type="standard"/> </views> </skootable> </components> </division> <division behavior="flex" verticalalign="top" minwidth="100px" ratio="1"> <components/> </division> </divisions> <styles> <styleitem type="background" bgtype="none"/> </styles> </grid> </components> <resources> <labels/> <javascript/> <css/> <actionsequences uniqueid="sk-24qd-305"/> </resources> <styles> <styleitem type="background" bgtype="none"/> </styles> </skuidpage> 

Forum|alt.badge.img+6

Thanks Michael, that’s exactly what I need for an investigation.


Forum|alt.badge.img+6

Hi Michael, I’m happy to let you know that the issue has been resolved in 11.2.6 which is now available from the Skuid Releases page at https://www.skuid.com/releases/salesforce. As a reminder, Salesforce does NOT allow reverting back to prior versions of managed packages. Skuid always recommends installing new versions in a non-business critical sandbox environment to test all mission critical functionality before installing into a production environment. We also recommend that you update out of date themes when you upgrade. Please let us know if there is any question left!