Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Allow drag / drop of actions into Branched actions
Autofill Merge Syntax Anywhere Merge Syntax can be used Many places can use merge syntax without this functionality. Tab Label Field Template Condition Single Specified Value We would need to have someone tell us where merge syntax can be used to know where to add this. If only he had some sort of master list in a relational db to track all of this stuff. Too bad there isn’t such a thing. I really wish someone would be willing to build such a thing for the betterment of the page builder and page viewer UX. @Rob_Hatch @Matt_Sones @Skuidward_Tentacles @duane @Anna_Wiersema
This button And the ability to select or double click text in order to copy text. This was an issue in V1 way back when and then patched. can't copy text in most of page builder any more Questions @Ben_Hubbard @Rob_Hatch @Matt_Sones @duane @Skuidward_Tentacles Enable V2 to have the same please.
Looks like its a longstanding ‘issue’ with mustache.js but… It would be great if there was the mustache merges would speakup when the merge variable doesn’t exist. Long standing open issue says mustache.js isn’t going to add the feature. Add option: Warning on unknown variables · Issue #599 · janl/mustache.js · GitHub Apparently https://handlebarsjs.com/ is a mostly drop-in replacement. And there’s a mustache.js validator add-in of somesort. mustache-validator - npm I guess I’m just venting. Spend a couple hours ‘troubleshooting’ DLRS rollups when I just hadn’t hit the checkbox to include the rollup-field in the model… 🤣
Based on this post. Preselect list item - Presumably via JS snippet Questions Is it possible to ‘pre-select’ an item in a list, so it displays as selected on page-load? I’m making a console screen for campaigns with list on the left, and a page include on the right (like on the Skuid Skool “Battle of the compponents: Deck vs List vs Table - Level 2” The initial page-include loads the model first row, and I’m looking to have the corresponding list-item be selected, as it will be when the user selects another one. My expectation is it’s a line of JS, but as far as I can …
Skuid Edinburgh is live! Learn all about it in the webinar happening today at 1pm Eastern time: register here. Edinburgh highlights include improvements to client-side validation and enhanced view options for that powerhouse of components, the Calendar. Resources for this Release Skuid Explore Edinburgh Our first release of 2023, Edinburgh, is here. Its UK namesake is known as the Athens of the North for its elegant architecture and stunning landscapes. In the same vein, we want our builders to achieve elegance in their apps. Our features in this... Edinburgh Release Course in Skuid Skool Become an Edinburgh Expert! Complete the course and earn an exclusive badge: Skuid Skool Edinburgh Release Course Ecstatic greetings from Edinburgh, Cal & Mari
Could we create a new section in the community called Creators and developers like frame.work has? I would to take part in some community led efforts to extend the features of Skuid. I would volunteer some time to the dev for sure. I am sure other would be quite happy to collab. Why not? Set up a new Jira instance, a dev org, bitbucket and gearset? It would be amazing! Skuid could volunteer a Skuid person to steer the ship making sure it meets the Skuid mantra and architecture if they already have this on their road map. Or at the very least provide guidance to better align code and design practices for Skuid to bring the effort in house. At the very worst Skuid could benefit from user feedback and an iteratively build feature. Could we please not be held back by something like a naysayer? There are many of us that would gladly volunteer our time to grow the Skuid feature set. We could make it a community led addon with a use at your own risk disclaimer. Then Skuid can bring it in hous
I miss quite a few of the built in actions that the table came with in V1. 2 Row actions and 2 mass actions. I would love to be able to have this functionality but managed in a Component Templates page w/ some DSS features like clone and create child.
Overview: With the Salesforce Spring ‘23 release Lightning Web Security is being enabled by default in new Salesforce orgs and existing orgs with no custom components. Skuid’s Lightning component is Aura-based and currently is not supported by Lightning Web Security. It will not work if Lightning Web Security is enabled. Customers will either need to deploy Skuid pages using Visualforce or turn off Lightning Web Security until changes are made by Skuid and Salesforce. Details: What is changing with Spring ‘23. In the Salesforce Spring ‘23 release LWS is being enabled automatically in the following scenarios: New orgs Scratch orgs Sandbox orgs Production orgs that don’t contain Lightning web components (LWC) or Aura components Production orgs that contain LWC components, but don’t contain Aura components, if LWS for LWC was enabled in Winter '23 What happens with Skuid Today Skuid pages can be deployed to users in a Salesforce org using a Visualforce page, using the Skuid Page or Skuid
As per title. {need more a little different text here to accept body 😂}
It’s be nice to notify the user a row action is red vs green. As per below.
On SKUID V1 pages we’ve set up some custom CSS, including a class to apply to components to cause them to not print on a printer. We use this frequently for pages that people print out to paper or PDF so that we can hide certain elements from the page from printing, and modify things like font sizing and other elements for printing. Here’s our custom CSS for V1 pages for example: /*Print View*/ @media print { /* no-print class */ .no-print, .no-print *{ display: none !important; } /* specify on a tab set to not print the main tabs */ .no-print-main-tabs > ul:first-of-type { display: none !important; } /* Remove Edit Button */ #skuidEditBtn { display: none !important; } /* Remove any Blocked UI */ .blockUI, .blockUI *{ display: none !important; } /* Remove Master Page Header */ #sk-2OKF-1918-header, #sk-2OKF-1918-header *{ display: none !important; } #sk-37OVs0-
I have a community with multiple pages that have modals that prompt users to confirm selections before redirecting to other pages. After the redirect, the page that the user landed on is ‘stuck’ like an modal open exists, and if you press ‘ESC’ then the page returns to normal. After lots of troubleshooting, I found that I need to use the ‘Close Modals’ action before the URL redirect, or my new page gets stuck. This was happening on Chrome, and on mobile devices (iPads and iPhones). It’d be great if the redirect wiped out any open modal behavior without explicitly closing the modal (or all modals) first). With the modals closing first there is a weird moment when the screen reverts from the pop-up form back to the original before the redirect that doesn’t look smooth.
The current File Upload component has no ability to restrict the type of file being uploaded, which means a custom solution (Apex trigger) is needed for this requirement. It would be nice to have the ability to set the file types allowed within the component, like we can with file size, to eliminate the need for a custom solution.
This is a bug or a nuisance. I have a button on a page. The button has 3 actions. I expect the actions to occur in the sequence specified: BLOCK UI WITH MESSAGE RUN JAVASCRIPT SNIPPET SHOW MODAL The Message is not displayed until AFTER the snippet runs AND the modal is displayed. (For what it’s worth, the modal contains only a Page-Include component. The purpose of the BLOCK UI WITH MESSAGE action is to have the user WAIT while the snippet runs. The snippet includes a “skuid.$.unblockUI();” statement to release the UI. IN ADDITION, the Page-Include is basically a Calendar component, which loads VERY SLOWLY in V2. I now want to bypass the unblockUI() function in the snippet and execute it instead when the calendar model is queried. I’ve added an action to the model, but that action runs TWICE, although the model is only supposed to be queried by the calendar. The simple “unblockUI()” snippet now includes logic to determine if the last model condition came from the composer or the calend
Feature Request: Dual auth for Skuid NLX without deploying SSO
Natively within Salesforce there is a handy option to add a new record if you don’t find the one you’re looking for in a lookup/reference field. This would be an awesome addition to Skuid, if it doesn’t already exist somewhere that I’ve overlooked. I envision being able to launch a new modal from within the search or something along those lines here on this screen: If this does exist - please, someone, point me in the right direction! Thanks in advance Skuid-mmunity!!!
Feature requests: Show the Object URL in the data model. Add another data source action to download the target object. It would work just like the current download action, but it would add the query string parameter to force the download of the object rather than open it in a browser (something like: ?response-content-disposition=attachment:%20FILENAME.EXT) Allow visibility and editing of the tags and meta-data
Make Skuid pages respect the Sales Process associated with Salesforce Opportunity record types. By default, when I use the Stage field from Opportunities, I see all the of the active values, instead of those specifically relevant to the record type in question. In Salesforce, there is a record called a ‘Sales Process’ that defined the relevant stages per record type - which is atypical to how picklists are generally controlled by record type outside of Opportunities. Leads may also follow a similar architecture. I’m using a UI Only field to manually narrow down the results to the relevant ones - which works fine, but adds a layer of management to any adjustments. Best Chris
I can’t find a way to sort a reference field drop down (except alpha). It would be nice to be able to set a sort by field on a reference field. That way you could add a sort field to your table and use it for sorting in your reference field. Reference field values (Bronze, Silver, Gold, Platinum) In default alpha order, this present as (Bronze, Gold, Platinum, Silver) If you added a sort field to your reference table (1 - Bronze, 2 - Silver, 3 - Gold, 4 - Platinum) and we could tell the reference field to sort by that field, our drop down menu would be correct.
We’ve identified an issue in Salesforce’s Spring ’22 release preventing all attempts to install or upgrade the Skuid managed package in any type of org (production, sandbox, developer). There is no impact on current Skuid builders and users. If you run into this issue, please send an email to support@skuid.com with: Company name org ID Skuid version Salesforce case number (if established) Whether this is a new install or an upgrade We are diligently and rapidly working to resolve the situation with Salesforce (case number 41884936). Please add our case number to your ticket, if established.
Hi, I haven’t been able to find it, if this info exists I would appreciate link to it. I notice that Skuid tends to release maintenance changes every 2 weeks, on Tuesday/Wednesday (GMT timezone) usually. Though, is there something more official? And, maybe for other release types as well? It would be helpful if there was. We would like to run through some in houses tests before we update to a newer release. For example, if we were planning to push changes to production on Wednesday but few hours ago (or a day ago) a new release was released, so now we can only upgrade production to newest one. Or. I don’t know what restrictions SF places on exchange apps, but making the last few maintenance packages install-able instead of one. Thank you, Lukas
Hi, Skuid! It would be great to have a feature in the UI to reorder tabs like the ← and → buttons for reordering divisions. Drag and drop in the UI sometimes doesn’t behave as expected and I often have to resort to moving tabs in the XML when there are a large number. Thanks! Meredith
For the field editor with the Field Layout type “Label above field”, the field-editor-items of different columns are not aligned in the same line. If a field-editor-item has no value then the height of that field-editor-item is less compared to the field-editor-item with value. If we provide the fixed height for the field-editor-item(by using nx-fieldtext Css class) this will resolve the issue at most of the places but if the field-editor-item data type is a checkbox the issue occurs again(since checkbox size is constant and we cannot resize it accordingly).
If a user has been inactive for a period of time (i.e. 20 minutes) I would like to automatically save the data in a couple of models and display a message. Is there an event in Skuid that allows us to do something like this?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.