Field rendered as picklist not displaying more than 50 values

I have rendered a reference field as a picklist in skuid which uses a filed form a model to display values in it. In console, it shows that all 53 existing recordsa re being fetched but only 50 values were getting displayed. The limit on the model rows fetched is given as 100. Could soemone help?

Hi Divya, what version of Skuid are using? Are you building in v1 or v2?

It looks like in v1 and v2 currently you can only have picklists that are 50 items long for reference fields. I will log this as an issue in our tracking system.

One workaround is to create a ui-only picklist field on the model and a new model to source the picklist values as demonstrated in the sample v2 page xml below (“Owner - UI Only” is the field):
























































            

To use the workaround, make sure to add a model action that runs when your Ui Only field is updated to update the value of the reference field. This way the values users select will be retained on the record when it’s saved.

Hi Divya, thank you for your patience! Skuid has fixed the issue you raised about picklists not displaying more than 50 values (issue DSC-2178) in the new Boston (13.0.4) release which is now available on the Skuid Releases page.

Best practices for upgrading can be found in Upgrading Skuid on 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 after you upgrade. Please let us know if you continue to encounter any problems with this issue after upgrading.

Thanks again for alerting us of this issue!