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
I’d like to trigger some javascript each time a deck’s card loads. Is there an event or trigger I can tap into?
I have multiple of Quee components. User can drag and drop Queues from one component to another component. If the user drop the element within the same component Queues should sort… I am able to do sorting for table and unable to club the functionality of Drag and Drop and sorting for Queues I found sorting table @ https://community.skuid.com/t/sort-table-with-drag-and-dropand drag and drop Queues at https://docs.skuid.com/latest/en/skuid/javascript/snippets/queue-custom-item.html#
I have a pop up and there one is page table and other page title i want when user click tables check box and click on the mass action button it will block only the table and other portion will remain active in pop up . is it possible ??
Some OAuth2 APIs are designed to require extra parameters during authentication and/or token requisition - we can already add custom parameters for common requests, but allowing us to add custom parameters to authentication or token requests would solve some edge cases when they require integration.
I want to remove/change the name of object table. Using inline js i am able to at the time of page rendering and able to update in some scenarios using snippet also. But not able to update all the scenarios. Do we have any predefined method from Skuid ? Or do we have any option some thing like we can set/change model display label ?
Picture an eBook reader like a Kindle. The user has the ability to flip from page to page as they would with an actual book. There are certain times when a user may be presenting information to a client/customer. It would be snazzy if they could build pages of a presentation in Skuid and put those page includes in a tabset and flip from page to page like an eBook with the page turn animations. It would allow a user to build real-time ePresentations that automatically populate with current data for customer/client.
I have a sliding panel that opens with 95% of the screen. Within the opened sliding panel I open another sliding panel with 90% of the screen. If I put a button on the page “Close” and choose the action “Close All Sliding Panels” it does exactly what the choice says. Create a method to close ONLY the top sliding panel like closing the “Top Most Popup”?
Love these
Branch logic is great. A fantastic compliment would be a loop action. It would get linked with a model and start with row zero. Following the “Start loop” action, It would perform the action sequence on row zero of the model, then when it hits the “end loop” action, anything between Start Loop and End Loop in the action sequence would run on row 1… then row 2… then row 3… etc… row n… It would be like a mass action on steroids. You could use it in any button or model action… it could be nested in a larger sequence of actions. Combined with branch logic you could do really advanced stuff like "adopt rows into a twin model for all rows in the model that have the type “pending”, Then update the owner of those records to the running user, save the twin model, query the original model and display the twin model in a table in a popup in edit mode. Optionally, end loop could be assigned a merge variable (whole number) instead of being linked to a model. The user could then choose to have the l
This idea is either crazy or crazy good… I’ll let you decide. I have a couple use cases that in a perfect world would be remedied with the following: What if you could put a condition on a model that is set to “filterable default off - CSV”. This new setting would tie the condition to an uploader like component that would allow the user to load navigate their computer’s file explorer to locate a CSV list and then filter the results by that list. For example: A csv list of external ID’s from a third-party software export. I have a process each quarter where I get a CSV list external ID’s of records that need attention in a custom object. It is just a dead, lifeless CSV that I have to slice and dice based on which user should have access to which records, etc… I have all those permissions set up in Salesforce, but I have no way to mark the accounts that need review other than manually marking each of the couple hindered accounts one-by-one. It would be awesome if I could feed the CSV to
We are trying to create a branch that acts as a validation to make sure each row selected has the same lookup Id as all the other selected rows for a given field. In our example this is a lookup to a custom “Part” field.However, we are getting mixed results when using a branch to compare the row to the top row, using global merge syntax. Do Branches on Mass-Action buttons run on each row?
Are there any plans to implement an IP Address filtering feature on Skuid Platform?
Each reference field in field rendered or tables or decks could have five on-click options: 1) open in current window 2) open in new window 3) open in popup 4) open in sliding panel 5) do nothing
Now that Skuid can recognize mobile layout and scale accordingly, it would be great if that was available as a rendering condition. Scale to mobile = true Scale to mobile = false That way certain components or fields or columns or pop ups would only render based on whether scale to mobile is active. An example might be a component needed for desktop but that doesn’t make sense for a mobile layout. Or maybe on desktop you want to display 8 columns of a table but on mobile you only want 3 of those columns. Or maybe you want sliding panels or pop ups to display as new tabs on mobile.
Not having filters on the search component is getting more problematic as time goes on for us. Preferably, the search component would be able to return results of a model as opposed to a salesforce object, but any filtering by field value would be fine.
Thought I’d share a Skuid page I made to help view results of the “Field Trip” app. Field Trip is a (really useful) free app exchange app that helps admin analyze the usage of fields. https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003HSXEEA4 One drawback is that for objects with many fields you need to copy and paste to excel to really work with the data. Skuid fixes that with sortable columns and a search bar! If you use this page, the only change you’ll need to make is to change the “Field Trip Tab” link in the navigation component to point to the correct link for your org. **Note: this was built on Skuid version 8.15.8
Here’s a quick overview of how you can use linear and non-linear regression on your Skuid charts. In my example, I’m using linear regression to plot the trend of opportunity amounts over time. The output of my chart is below: Here’s how my example works: My chart has CloseDate in the X axis and one series on the Y axis (sum of the Amount). I have rolled the close dates on the X axis up to Calendar Quarters. I choose Spline as the chart type. I created an external JS snippet pointing to the Highcharts regression resource at https://rawgit.com/phpepe/highcharts-regression/master/highcharts-regression.js I created an in-line JS snippet with the following script. You can change the series names and colours as appropriate. You will need to reference this in-line snippet on the chart so give it a suitable name. var chartObj = arguments[0],$ = skuid.$;//grab the values from the series in the chartvar datavals1 = chartObj.series[0].data;//declare a new array for the new series to usevar
We created an apex class that that creates a chatter post. We pass:- Parent record (where to post the chatter, or a user’s profile feed)- Body- Mentions (users to also mention in the post)We use this in a ton of Skuid based business process - to trigger notifications or alerts, preferring to see the logic right in the Skuid page, rather than via Process Builder.We’d love to see this as part of the Action Framework and eliminate this apex call!
I use conditional rendering on components to recreate the effect of a tab sets. I do it because for many uses I don’t prefer the tab navigation options. If tab sets had navigation options of “Hamburger Menu” and “Tiles”, and “Hidden”, I think they would be even more useful. Tiles would display the menu items in the main frame of the tabset until a tile is click at which point they would disappear and be replaced with a small menu icon in the upper left corner of the tabset. Clicking the menu button would navigate back to the tiles. Hidden would not display any tabs, but allow the user to choose tabs using actions. All this can be recreated with other components, but it could be done in 1/3 the time if tab sets had these navigation options.
Skuid, I somehow missed that Data Source Actions came out with Brooklyn. I was just re-reading the release notes for Brooklyn Version 10.0 and found them! Thanks! I feel like the community should know more about Data Source Actions. What would you do with a Data Source Action? Want to send an email from a button? Check! Want to start an approval process from a model action? Check! Want to call a process builder setup to be called by another process builder (i.e. an invocable Flow)? Check! Here is a screen shot of the actions available for the salesforce data source. Thanks again Skuid! Bill
I have started to see the benefits of the “unified builder”. I am having an inconsistent experience, though. I didn’t think the mobile reconfiguration of things like tables wasnt working at all, but I have found that it does get triggered sometimes and it is great in certain ways. For example, I have a page that has s lot of tabs,sub tabs, and page includes. When that page loads in mobile safari, it looks like it always did. It is a desktop layout in a mobile browser. It requires a lot of pinch and zoom, but it works great. However, when I click on certain tabs that then load certain page includes, the entire page (not just the page include) transforms into a more mobile friendly layout. The screen essentially zooms in and all the tabs and buttons reconfigure. Feedback: I think you have to do something with tab menus. I think tabs on top need to be transformed into hamburg menus and tabs on left need to be transformed into just icons. Tabs on left made the page almost completely unusab
It seems like it would be convenient if on the page builder there was a button for “Developer Notes” which would just open a pop up displaying a long text or rich text field that would allow the developer to add notes regarding the development of that page. That way the notes are not in the XML with the page but always attached to the page when a new developer takes over or if the original developer just forgets why he did something a certain way.
Hi Skuid People,I worked on a quick chrome extension tool to help me out with debugging Skuid data issues. I found myself typing in skuid snippets of code to see what the SOQL generated for a model is, conditions, and etc. This is far from complete but wanted to share a side project i’ve been working on. Any thoughts to make it better or concerns please let me know. I hope it can help people out.Link:https://chrome.google.com/webstore/detail/skuid-chrome-extension/iedkmgehdhmencdcfggofnkhfpjleiag
It would very useful to be able to go directly from a model/action to the associated model.
I’d like to be able to see page components filterable by type and/or model and/or conditional rendering.Additionally it would be great to have a button “Navigate to Component”.
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.