Skip to main content
Nintex Community Menu Bar
Question

Keep filter open in queue

  • July 10, 2024
  • 3 replies
  • 20 views

Forum|alt.badge.img+8

Is it possible to have the RecordSearch box default to always appear in a queue rather than requiring the user to click the icon?

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+3
  • July 10, 2024

You can create an inline JS, which opens the search box on page load. (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ $(“.nx-queue-titleicon”).click(); }); })(skuid);


Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Thanks JG.  That is a very inventive solution. 


Forum|alt.badge.img+10
  • Nintex Employee
  • July 10, 2024

Thanks JG for your thoughtful suggestion! We thought this was such a great idea that we've made this possible in the new Brooklyn GA release, which is now available in 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.

Thanks again,
-Mark