Is it possible to have the RecordSearch box default to always appear in a queue rather than requiring the user to click the icon?
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);
Thanks JG. That is a very inventive solution.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.