Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
As per subject. Wouldn’t it be nice to be able to select all the fields in a table that one would like to set as sort-able and click the “Allow Sorting” just once. 😉
I use a website that allows me to copy CSV text from a file and paste it into a hotspot on the webpage. Pasting it triggers a series of actions that updates records with the details of the pasted comma separated values.I would love a component that would connect a CSV format to a model and allow for query/matching and “On Paste” actions. That way I could paste in something like:888-999039,99.65,Current,9/30/18And it would query a specified field in the database for the first field “888-999039” and if found, bring that record into the associated model and update specified fields in that record with “99.65”, “Current”, and “9/30/18”. If it isn’t found, it would create a new record with the information from the imported CSV data.I could then use the On Paste actions to display a table showing these records with unsaved changes that result from the pasted CSV info. I could choose to make additional edits, cancel the changes, or save the changes back to the database.This same treatment cou
So many times I’d like to run an action on a dynamic set of models. Having tags would greatly help in this situation.Any action sequence where models are selected could use this. Much faster then manually finding all locations that need to be updated.In javascript it would be great to have this function that returns an array.getModelsByTag()
Are there any keyboard shortcuts to navigate the calendar component? Ideally right and left arrow to go to previous and next week/month.
I would like to conditionally render the series color on a donut/pie chart. When one series get below 10% it turns yellow, and red if 0 or less
I’m adding the condition to the list.conditions array and using the render() function on the list. Works beautifully!Check it out!
A small thing. I’d say that if a row(s) has been edited such that it’s back to the original values it had started with at the beginning of the editing, that it should no longer flag the row/model as changed.
I’m not currently on the bleeding edge of Skuid updates in my orgs at the moment, so if this idea is already implemented please ignore this.An idea I have run into is that I wish we had the option to set a Block UI when the File Upload Component is uploading so that we can prevent the user from moving on as it uploads. After Success actions only show up after files have been uploaded and I can see how I can move around while the upload process completes.Any ideas to implement would be appreciated!Thanks - Jeff
I’ve been thinking on this for a while. Seems to me that there are many yet to be implemented features that are absolutely no-brainers for the seasoned Skuid developer.I also would understand why many would not be implemented in order to limit the perceived learning curve for new users of the page builder.As such, I suggest an option each user can enable/disable in the page builder. Then all the feature requests that fit this criteria can be added. They can then be conditionally rendered when the current user has “Advanced Page Builder” enabled for themselves.
To be totally honest here, when singing praises about Skuid to small businesses and non-profits, the recently implemented Sales minimums have been…well frustrating…to put it politely. It’s hard to tell people how wonderful Skuid is, and then have to soften the excitement by explaining why they would need to purchase a minimum amount…anyways…I can’t thank you all enough for making this a reality…I’ve been waiting years for this to come to reality.I will be directing numerous small businesses / non-profits to this page over the coming weeks.
The Skuid 11.2 update release is available on the Skuid releases page! Among the updates for this release are Lightning performance improvements and updated Salesforce approval actions. Check out the release notes to see all of the goodies included in this release.
It would be great if the table search option was able to be limited to the iteration of the component when used in drawers. In the pic below I searched “SOF” in the first drawer of 5 opps and 3 Opps were returned. The table in the drawer below was also updated.
Please vote for your favourites.Component TagsDeveloper NotesPage Builder DefaultsComponents ListFolders for ModelsExpand Click RegionGlobal Component EditorCancel Button to Require ConfirmationNavigate to Model from ComponentConvert To & From for Standard, Master and Child PagesAccess Unsaved XML after TimeoutModel Search, Filter and Mass Update
I’ve noticed a couple of missing theme setting that I’ve had to include custom CSS for, and it would be useful to have them as declarative options:Table Titles: .nx-editor-header-headingPage Height: (when using page footers, I seem to always need to insert this CSS, but there’s currently no theme setting).nx-page-content{ min-height: 200vh;}Table Summaries: (odd rows for table summaries inside drawers don’t seem to respect the single setting currently available).table.nx-skootable-data>tbody>tr:nth-child(odd) td { background: #d8d8d8;}
As per the title. Not a biggie but would be cool tho.Cheers!Louis
This seems obvious to me. The the colors of the charts should be based on the colors of the pick list values.
I find clicking the edit pencil button on a field a little fiddly on the field editor component. Could this be made to be displayed on hover for the whole nx-basicfieldeditor-item rather than just the nx-fieldtext area? Also, could you use css to hide and show the button rather than javascript so that we could use css to override these hover effects and show the pencil icon the whole time (except greyed out), for example (like how Salesforce’s field editor works in lightning).Cheers!Louis
Yo!Would be fab if collapsible field editor sections could remember whether the user last had the section collapsed/expanded.Cheers!Louis
I’d like to have the option to set the values of conditions without querying.My use case requires that dependent filters get cleared and unrendered when the filter they are dependent on are cleared. I’m using js to manage this right now, but it can be called on the “Model Requeried” model action. As mentioned in this post, I’d like to call my js on changed condtions.
As per subject. 😉
I make use of a lot of page includes to build commonly used related lists.Also, in my navigation component, I’ve created quick create action nav items that call upon action sequences.I previously made use of a custom action sequence component to make this work where I could call upon the quick create action sequence from anywhere by publishing an event. Now I can only select action sequences from a drop down list of action sequences on the current page.I know I can hack the XML, but it’s generally bad practice.Can you build any of the following:A page builder method to select action sequences from other pages and subsequently entering required inputs. (preferred option) A page buider method of typing out the name and providing inputs. A javascript method to run an action sequence by name
A field editor on a desktop typically would be best to have field labels to the left. A field editor on a desktop typically would be best to have field labels above. Would be nice to have this option:
Currently have to create an action for each component on the page I’d like to show/hide/toggle. ATM I’m doing this for dozens of components.Can you please make this the same as selecting multiple models. Keyword, Select All and Select None.
As described in Raymond’s post, I’d like to have a mobile responsive tabset. Seems pretty straightforward when I inspected the HTML. The current HTML has a structure that can be replaced with a hamburger menu using CSS 3. ie. @media screen and (max-width: 600px) As described by Jackie Mathis in this webinar in which she references my how-to. My solution was built using js, whereas in this post, Huyen York, posts the CSS only solution. Then to use the same HTML as the navigation component when on mobile. The current workaround is to use a nav component to show/hide components. Very messy builder experience. Each “Tab” is now stacked vertically. Need to have page title for each section that is never rendered to help navigate to each. Ugh. Would be nice to have an option to set default render conditions without having to set some field to a value it will never be. Similar to Model Condition State of “Always Off”. Tabset should get Navigation component’s hamburger menu for mobile responsi
This seems to be a recurring request. Josef Lagorio and Peter Bender both have needed this in the past.Knowing which navigation selection was selected is very important for the UX. Consider any website or system. Where the user is almost indicated based on the information in the header. Typically by simply changing the style of the item the user clicked on. As per Skuid’s Tabset component.Tabset should get Navigation component’s hamburger menu for mobile responsive.Navigation should get tabsets user selection styling.Almost seems like they should be merged into one, but they do serve unique purposes.
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.