Skip to main content
Nintex Community Menu Bar
Question

In skuid Millau version, dependent picklist is not working as expected.


Forum|alt.badge.img+3

Dependent picklist value is not picking picklist value according to controlling picklist. It was working fine in older version but failing in Millau skuid version.

Translate
Did this topic help you find an answer to your question?

20 replies

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • July 11, 2024

Skuid version 11.0

Translate

Forum|alt.badge.img+4
  • 35 replies
  • July 11, 2024

I came here to post exactly this–it’s not working for me after upgrade either. Appears to be a regression from an issue that was fixed a while back…

Translate

Forum|alt.badge.img+4
  • 63 replies
  • July 11, 2024

Hey Sumit & Dan

Thank you for bringing this to our attention. I will bring this to the devs and they’ll look into it.

Janick

Translate

Forum|alt.badge.img+13

We are working to address this as soon as possible in an upcoming Millau patch release — thanks for your patience.

Translate

Forum|alt.badge.img+4
  • 35 replies
  • July 11, 2024

Thanks Zach!

Translate

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • July 11, 2024

Hi Zach,

Thanks Zach for taking this.
And for your kind information, I have also tried some workaround given by skuid, after Skuid Brooklyn Update 1 (9.5). And it’s failing too.
please find below the link and given code.

Link : https://community.skuid.com/t/dependent-picklists-not-working-in-9-5 /** * This overrides the Skuid Field constructor to address SKUID-3027. It is a workaround targeted
 * at Skuid Brooklyn Update 1 (9.5), and it is not intended to be used with any other 
 * version of Skuid. It is provided as is, without support, and should be removed once a version 
 * of Skuid containing a fix has been installed.
 * 
 * To implement this workaround, add this code to a Static Resource and include that resource
 * as a JavaScript Resource on any page affected.
**/
(function(skuid){
var s=skuid.$,v=skuid.utils,A='DATETIME';
function g(a,b,c,d){var e,f,g=this;if(g._GUID=v.generateGUID(),g.row=a,g.model=b,g.editor=c,g.options=d||{},g.subComponents=[],g.id=d.fieldId,g.name=d.fieldName,g.context=d.fieldContext,g.messages=[],g.id&amp;&amp;(g.metadata=g.model.getField(g.name?g.name:g.id,g.context)),e=g.metadata,g.options.labelText?g.label=g.options.labelText:g.options.label?g.label=g.options.label:e&amp;&amp;(g.label=e.label),g.options.required||e&amp;&amp;e.required?g.required=!0:g.required=!1,g.mode=d.mode||"read",g.element=s("<div>").addClass("nx-field").attr("data-uid",g._GUID),d.additionalClass&amp;&amp;g.element.addClass(d.additionalClass),g.element.data("object",g),g.editable=(!e||b.isRowNew(a)&amp;&amp;e.createable||e.editable)&amp;&amp;g.options.editable!==!1&amp;&amp;"readonly"!==g.mode,g.loading=d.loading,g.options.register&amp;&amp;g.model.registerField(g),f=d.controllingFields,e&amp;&amp;s.inArray(e.displaytype,["PICKLIST","MULTIPICKLIST","COMBOBOX"])!==-1){var h=e.controllingField,i=g.model.getField("RecordTypeId");f||(d.controllingFields=f=[]),i&amp;&amp;f.push(i.id),h&amp;&amp;f.push(h)}f&amp;&amp;f.length&amp;&amp;s.each(f,function(){var a=this;a.indexOf(".")!==-1&amp;&amp;(a=a.split(".")[0]),g.model.registerField(g,a)}),e&amp;&amp;e.displaytype===A&amp;&amp;g.subscribeToEvent("ui.timeZoneChanged",function(){g.render()})};s.extend(g.prototype,skuid.ui.Field.prototype);skuid.ui.Field = g;

})(skuid);

Translate

Forum|alt.badge.img+13

Sumit, please do not use that code in Skuid Millau — as indicated by the comment, that code was only intended to be used as a hotfix within Skuid Brooklyn Update 1, and should not be used with any other versions of Skuid.

Our team is working to release a hotfix that works for Skuid Millau to fix the dependent picklist issue ASAP.

Translate

Forum|alt.badge.img+6

Hi Zach,

The iframe cannot work on a Lightning page in Skuid Millau version.
Please also fix it in the next hotfix.

Thanks,

Kien

Translate

Forum|alt.badge.img+5

I am experiencing this same issue in 10.0.11. Any suggestions?

Translate

Forum|alt.badge.img+4
  • 35 replies
  • July 11, 2024

Upgrading to 11.0.1 fixed this for me.

Translate

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • July 11, 2024

Hi Dan Boudreau,

we upgraded Skuid version to 11.0.1 but still, the issue gets persist. Could you please update here what steps you followed.

Thanks

Translate

Forum|alt.badge.img+9
  • Nintex Employee
  • 889 replies
  • July 11, 2024

Hi Sumit, if you still have the custom code in your page that you shared earlier, be sure to remove it, and let us know if the issue persists. Also, let us know specifically which fields are involved, if you could. 

Translate

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • July 11, 2024

we have not added any workaround code.
Regarding field information, we have two custom fields, country (controlling) picklist and location (dependent) multi-select picklist on case object.
we have used these field in one of our skuid page.
here I am attaching screenshots

let me know you need more details

Translate

Forum|alt.badge.img+8

I wonder if this is related to the same issue I was seeing with dependent multi-select pick lists? Can select a single item but throws error when selecting multiple, in SF classic can select multiple. (Skuid Errors above are all fields we’ve deleted from SFDC still on page)

Translate

Forum|alt.badge.img+9
  • Nintex Employee
  • 889 replies
  • July 11, 2024

Hello Sumit and all, as Zach had said, our development team is aware of this issue and is working to address it in an upcoming release. We will update this conversation as soon as a fix is available.

Translate

Forum|alt.badge.img+3

Any update on the Dependent Picklist issue?  @kien vu you might consider creating a new thread for the separate issue to keep it front and center with Skuid.  Thanks!

Translate

Forum|alt.badge.img+3

Any ETA on the release.  Big sales meeting this week and just found this bug after upgrading (didn’t notice before upgrade in production).  Thanks!

Translate

Forum|alt.badge.img+9
  • Nintex Employee
  • 889 replies
  • July 11, 2024

Hi Michael, would you mind describing the issue as you see it, to help us understand how closely related it is to what’s been discussed on this post?

Translate

Forum|alt.badge.img+10

Hello Skuid Community ~

This has been addressed in the new Millau 11.0.2 release which is now available on the Skuid Releases page.

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.

Translate

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • July 11, 2024

Dependent pick-list functionality is working on Millau 11.0.2 release

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings