Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Where is the calendar component in V2?
The migration of the Skuid community has already started. Although our existing community will remain up to allow you uninterrupted access to the information, the community should NOW be treated as READ ONLY. Please remember that ANY NEW UPDATES (new discussions, comments, …) made to the current community may NOT be migrated to the new community. The Skuid community will be live on the new platform no later than Tuesday June 30th at 8 am EDT.
Dear Skuid Community~We are excited to announce that the Skuid community is on the move ... We really appreciate your feedback and, in an effort to provide a more robust space for us all to interact and engage, the Skuid community is switching platforms next week. We have decided to not take our existing community down during the migration to allow you uninterrupted access to the information; however, the current community should be treated as read-only starting on Monday June 29th, 2020 at 8 am EDT. Any updates (new discussions, comments, …) made to the current community after Mon June 29th at 8 am EDT may not be migrated to the new community. The Skuid community will be live on the new platform no later than Tuesday June 30th at 8 am EDT. As part of the migration, all existing Skuid community users will be set up in the new community, but, for security reasons, you will need to reset your password. Please follow these steps the next time you sign in after Tues June 30th after 8 am ED
I am using API v2 and it doesnt seem to be italicizing changes that are not yet saved. Is that accurate? Am I missing something?
What happened to actions (row/mass/global) on decks in v2? Have they never been on v2? Are they coming soon?Latest version of the documentation still says Decks still have mass actions, so I’m wondering if I’m missing something…Thanks!
I’m using the file uploader configured to connect to google drive data source type. I’ve got a file uploader and am successfully able to upload files to drive with it. However, I can’t find anyway to catch the uploaded file information, such as the id or link. I can see it in the browser network activity, but can’t find any attribute in Skuid for it. I don’t want to just take the latest from my drive in case they upload multiple files.Is there a way to catch the created id(s) from the upload??
Love interactions on wrappers, but I am getting lost in what wrappers I have added actions to as there is no indicator on the wrapper in builder. It would be nice if wrappers that have interactions added had some sort of plus sign or something on them so you knew that had interactions. thanks!
Just wanted to point out a work around to an issue I encountered. I have a page and in that page is a sliding panel. In that sliding panel is a page include. That included page also has sliding panels. When you us the action “Close Top most” sliding panel in the page included page, it closes the topmost panel in the page included page and the parent page. to avoid this, instead of doing a page include, use a template component and do an inline frame.
This has been suggested in different ways before, but it seems like a no brainer. It would be great if we could control settings for groups of a component. Like setting the default Table to always include Mark Row for Delete row action and the Show Search Box option enabled.
First off, Skuid is amazing. Grateful to you all for building it. Second, here is an idea. For those times when you need to include a page as. Page include in a different page but you want to sort and filter models on the parent page and have those model changes effect the included page, having an option when creating a new model on a page for “Model from another page” which would allow you to choose a skuid page and then the model from that page. Then, that quasi model would stay in sync with the model from the other page if it were loaded at the same time. I realize there are workarounds for this, which I use, but having something simple and user friendly would be super. Thanks!
Just like in writing good code, there are times elements of a Skuid page need to have comments in order for any other Skuid page builder to easily understand it’s purpose.This is especially true for properties found only in the XML. ie. component conditions
Field type in ModelModel type in model listComponent properties. ie has conditional rendering, has action/interactionAction Sequence with Inputs vs not
I often come across use cases where I’d like to use the number of rows in a specified component which has context. ie. in a drawer or popup/modal. As an example, in a modal I’d like to create section headers above tables which show the # of rows in the below table. Additionally, I’d like to conditionally render a Text component saying “No notes” instead of an empty table.
Table Global Action Placement next to Save & Cancel Buttons
How to set form fields to have an underline like LEX.
Page Builder Clone all the things. Component elements like a button. Ability to scroll up and down while dragging/moving a component.DSS Ability to copy all the things. a) Components b) States When switching between Variables/Components the selected item should be what is displayed. Set left and right panels to 12.5% of page vs fixed width. They’re super narrow on a 4K monitor. Collapsible sections in main panel. Comments field for each Variables/Components. Status field for each Variables/Components. ie. Not Started, In Progress, Completed. Ability to sort Variables/Components. Show Colors in dropdown in order found in Colors. XML access if this is stored as XML. Ability to use have 2 portions of text in button. 1 left aligned and the other right aligned. Border icons need to be bolded. Difficult to see on a 4K monitor.
I’ve look through DSS and cannot find this option. In V2, can we set the field color to change dynamically depending on whether or not the field is required?
When saving a model, the model intelligently knows which rows need inserts/updates and saves only those rows that need inserts/updates.But there still exists the possibility that if you have so many rows saving that it would cause an error (generally CPU time limit error) because too many rows are saving at once.We can get around this error by saving the items in the model incrementally in smaller batches.To do this I made a custom function “modelSaver”Example usage:$.blockUI();let pc = function (fparams){console.log(‘Saving Rows: ${fparams.nextStart}-${fparams.nextEnd}’);}$.when(skuid.custom.modelSaver(modelToSave,{limit:50,progressCallback: pc})).done( f => {$.unblockUI();});Function definition:// skuid.custom.modelSaver(model,fparams)// Saves a model incrementally as to not overload the save process with too many saves at once// fparams: object// {// limit: Number of rows to limit by. If unspecified will choose// the model’s recordsLimit property or if that is uns
When running through some operations it may be beneficial to block the UI, and while processing update the blocked UI message every so often with a new message. The most apparent way to do this is simply call blockUI again and specify a different message, but when this is done the UI momentarily unblocks and then the new block with the new message animates in and re-blocks the UI. This is not ideal for instances when you’d want to keep the UI blocked, but just update the message. Here’s a way to update the message without momentarily unblocking the UI: It’s a function called in the same way as you would call $.blockUI except if the UI is already blocked instead of blocking it again it will just update the block with the specified message. example usage: skuid.custom.blockUI({message: 'New or updated block message'}); //&nbsp;skuid.custom.blockUI(obj)<br>//&nbsp;blocks&nbsp;the&nbsp;UI&nbsp;with&nbsp;specified&nbsp;object&nbsp;as&nbsp;parameter
In the Summer ‘20 Salesforce release, Salesforce is retiring the Salesforce mobile web experience. What does this mean for my users? Phone (iPhone, Android) or Google tablet users using a mobile browser will get the aloha Salesforce experience. These users will NOT have the option to change to Lightning. These users will NOT have access to Lightning specific functionality. If these users need Lightning specific functionality, they MUST use the Salesforce mobile app. iPad users WILL be able to access their desired experience (aloha or Lightning) from EITHER a mobile browser or the Salesforce mobile app. What Do I Need to Do? We highly recommend that you test what your users’ experience will be in a sandbox environment BEFORE it gets auto enabled in your production org. To test, please turn off “Enable Salesforce Mobile Web” as shown in this trailhead.
Really nice to see that Skuid rebuilt the Pages page using v2! Shocking at first, the layout is really nice to work in, searching is and filtering is easier, but two things really stand out as awesome:Direct link to page xml - so key! automatically filters out Skuid pages - really nice that after updating I didn’t have to see all the updated Skuid pages in my list of recently modified. Thanks guys! Keep up the great work
What if there was a setting on tables and field editors where you could choose fields that could identify duplicates as you are entering data to create a new record. Things like combination of first and last name, email, phone, etc… then, as you type, it would look up existing records and display them in an overlay next to or below the field. If the user sees an existing record in the list that matches the one they are creating, they can click it and it will take them to that record so they can update it.
When diving into data sources, the docs seem spread on whom they are addressing. On the platform there is a requirement that the endpoint/url is supplied (which in Skuid for SF is autopopulated). However the documentation provides Skuid’s requirement in some (eg OneDrive) but not in others (eg Google Drive). Maybe I missed it but it took me going to SF to set up a datasource to find out that Drive v2 is required as v3 breaks it (on platform).Just an idea.Other than that easy to set up! Thanks for all you do!AP
Can’t seem to change the style layout on api v2, even after designing my own buttons in the Design System. I can preview the icons for buttons just fine, but when trying to apply that button to a button group, it loses that styling, which also loses its styling when applied to row actions on a table. I can’t change it from the drop down menu. I want them to be in a row, like with v1
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.