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
Many numeric and currency fields are by default using 2 decimals. However in many instances a truncated display showing only the integer part would look better in tables or field editor. How can this be done with SKUID?
Have you guys given any thoughts to reports. For banded reports you basically just need to be able to process a group by… with headers and footers for each band.
Can SKUID models be built based on custom settings?
Skuid lets you display Reference fields (in edit mode) either as Autocompletes or Picklists. In Autocomplete mode, all records of the related object are searched, but in Picklist mode, a max of 200 options are available to select from. Is there a way to raise the limit on the number of options that are available, or to show all options?
The Skuid Datepicker is built on the jQuery UI Datepicker, which offers a lot of customizability. Is it possible to modify the default Skuid datepicker functionality on certain, or all, Skuid Pages? Here’s one example: jQuery UI allows you to optionally show menus for year and month, allowing for quickly jumping to a particular month/year, rather than having to type these in. How would I change this setting for all Datepickers on a single Skuid Page?
Is there any way to sort the values in a picklist… i have a picklist drawing from a model called “minutes”, and the minutes were entered in order… 5,10,15 etc but they don’t display in that order in the picklist. This is a very common thing to have to do when you have picklists based on data… imagine i had a picklist based on a customer list… i would want the customers to appear in alpha order
Would love to do an override for the “new” action. You guys have great tutorials for view/edit and tab - but not for new. Can you help?
is there a way to add custom buttons to a skuid page in the body of the page… to make a main menu type page ?
I’m having trouble linking a table. I’m following the tutorial for adding related records: the table component. i have a client component the id field is in the client model i have a client address model with a filter set to the client id field when i preview a record that i know has an address… it displays no address
When updating Opportunity Line items recaclulation of the total and unit price is done if only the quantity is changed. However if updating is done in a table component and the unitprice is displayed on the same row this is not very logical. I think this is because SKUID only updates changed values. If both unitprice and quantityt is changed the update works as expected but it only quantity is changed this means that unitprice is recalculated based on total price. There should be an option to force SKUID to always send both Quantity and Unitprice in the update. Is there a way to do this?
Is there a simple way to hide certain fields and populate fields with default values. We are looking at moving a couple of external forms to SKUID and usually we have a couple hidden fields with default values that are specific to each form (so default field value in SF won’t work). I guess it would be rather simple to set default values and hide fields with inline javascript but it seems like a common requirement so I thought it might exist a simpler way.
Hello, Is it possible to select a record on a table on one tab, and have other tabs display detail sections of the selected record… thanks
So when I click on the Cases tab, my customized Cases List page is displayed, but the Home tab, rather than the Cases tab is selected. Why is this happening? Did I forget something when setting the override? or is it a problem in Skuid?
I love using Skuid to replace my objects’ Tab pages, but I want some of my org’s users to be able to access the standard Salesforce List View for some objects. I am not sure how to make this happen. Can we have Skuid for our Tab pages and still allow some users to see and create new List Views?
How do you add a Convert Lead button (or a Find Duplicates button) to a Skuid page?
“Is there a way to filter out event types in the calendar? For example, say I only want to see Holidays in the calendar above. If there is no built in functionality, is there a way to extend the calendar control without having to re-create it?” via Mike on help.skuidify.com
Is there a way to create a custom “Create New” page in Skuid?
How do you use the Attachment Image component? Can you use it with objects that don’t have image fields?
Skuid tables and table filtering is really cool, and stuff, but is there any way to export that data as a spreadsheet?
What do I even do to get started? Is there a simple page I can start with?
I’m having trouble dragging and dropping fields into field editors and tables. What’s going on?
We have the need for a custom navigation menu within our application. The nav menu will appear at the top of each on of our Skuid pages. To achieve this, I’d like a reusable “component” that I can just drop in to each page - no further steps required. The component requires access to various models with certain conditions, etc. Originally I had written a custom component with a builder (which worked well) but required each page that used the component to define models, add resources, set conditions, etc. To further abstract, I want to place the menu in it’s own page (with necessary resources, models, etc. defined) and then drop it on pages using a page include.I’ve got this working but am finding that even with Lazy Loading disabled, the included page has a delay when the page loads - seems as though the primary page loads first and then the page include gets loaded. This results in a “Loading…” message appearing for a brief period of time. Since the included page in this case c
I have an object with two checkbox fields (Primary and Secondary). For any record the checkboxes are exclusive - one or the either checkbox can be checked, or neither can be checked. I’ve got a Table of such records. How might I create a listener (event handler & renderer) that would enforce exclusivity? I created a listener that would force Secondary to be unchecked whenever Primary is checked, but I need the opposite to also be enforced. I’ve tried separate listeners on the two fields, but I can’t get both to work at the same time, and if they did I’d end up with dueling listeners. If I had complete control over the object, I’d replace the checkboxes with a picklist and display it as radio buttons, but I don’t. Here’s my one-way listener, for what it’s worth: var field = arguments[0], value = arguments[1], renderer = skuid.ui.fieldRenderers[field.metadata.displaytype], mode = field.mode; // Get the household members model we are using for the renderer var householdMembersModel =
How can you use CSS to slightly tweak or completely overhaul Skuid’s default styles?
Zach takes a look at some of the more confusing and complicated use cases for conditions and filters. For example: - Filtering by picklist value (the simple case)- Filtering records based on a join object - Filtering by created month - Filtering by Contact birth year
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.