Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I searched with all search engines and nowhere I could find an answer to this simple questions. Just when I thought I’ve learnt enough SKUID for a day, I ran into this. I would like to run a snippet when a checkbox is clicked. Let’s say my script is as follows: var params = arguments[0], &nbsp;&nbsp;&nbsp; $ = skuid.$; var CHECKBOX_FIELD = "Some__c"; var idsOfRowsThatAreChecked = []; var item = arguments[0].model; var row = arguments[0].row; <br>var mymodel= arguments[0].model $.each(mymodel.data,function(i,row){ &nbsp;&nbsp; if (mymodel.getFieldValue(row,CHECKBOX_FIELD)===true){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; idsOfRowsThatAreChecked.push(row.Id); &nbsp;&nbsp; } }); <br>if(idsOfRowsThatAreChecked.length&gt;=2){ &nbsp;&nbsp;&nbsp; alert("More than one item selected"); } How can I run this snippet when a checkbox is checked/unchecked? My understanding of the snippets is that the
After upgrading from 8.15.8 to 9.5.6, the Edit in Lightning at the bottom of the page in designer no longer exists and we can’t seem to find reference to “Create Page with Lightning”. Read all the posts and we have the proper setup so any assistance is appreciated.
I need to be able to render a button based on a field on our object that not all users have read access to. The problem is that I need both options (no read access with button access, no read access no button access either). This means that I cannot just add ‘undefined’ to my render criteria.Is it possible to create a model that has no layout fields and queries the object with admin or similar access level?
We have community Skuid pages that use an image that is hosted externally on one of our public web servers. I originally created the pages with the background image of a responsive grid source set to external, then pasted in the url.I am creating a new community page and I no longer see that option. When I open my old community page that already has it on there, the page builder side doesn’t refer to my external image, but I could see in the xml that it is still referring to it, and it does appear still on the user side (thankfully.)Has this option gone away from the page builder?
latest features in skuid difference between old and new features kindly let me know
latest features in skuid difference between old and new features kindly let me know detailed so that i can explain differnces to my highers about skuid
I want to show multiple records using the field editor and I want to visually separate the records for ease of editing. For example, we are using a field editor to build a view of our faculty at our school with fields for their professional experience, education, etc… I would like to see all of the fields for one faculty member and then have a visual space before I see the fields associated with the next record. Any idea how to create a visual space between one record and the next?
When I upgraded to 9.3.4 we started having problems with Navigation Menu Items in our header appearing behind our page components. We are currently on v 9.5.6 and are still experiencing the same issues. I’ve read all of the other related threads pertaining to this issue (some were over a year old) and have tried to resolve the issue with CSS but to no avail. Specifically, I tried adding the following CSS to both my theme and master page. .sk-navigation .sk-subnavigation{ z-index: 5000 !important; } This is really a major pain for my users that we’ve been trying to live with for the past few months. Is anyone else experiencing this issue?
How to authenticate in skuid. We need to fetch all record when ever open that page.Showing error :Error retrieving metadata for Model(s) associated with Data Source ‘Expocad_Endpoint’. Please check Models’ properties to ensure they are set correctly. Cannot retrieve metadata for Model without a valid Data Source, Service Url, and Request Method.
Video doesn’t have audio
I attempted to follow this guide to the letter: https://docs.skuid.com/latest/en/skuid/deploy/salesforce/visualforce/dashboard.html However, when it comes time to try to add my visualforce page to my salesforce dashboard, it doesn’t come up int he list of visualforce pages. I’m at a bit of a loss.
Is there the ability to remove decimal places from column summaries using a java snippet or other means? I have a table which I am using a java snippet to remove decimals from the field values, but for the column summaries, the decimals display as I was not able to locate a place to associate the java snippet with the column summary.
I’m on my Acct Detail page with related Opportunities in a table view. In a row action I’m building a pop up to create a task related to that rows’ opportunity. Where I’m getting stuck is how do I build a “Save & New” functionality into the popup to save the current task and create a new row on that same opportunity? I’m running into issues with the Creating New task after saving the original, clearing out the form, then relating the new task back to the row opportunity. Basically, after I save and clear out, I don’t have that row action to relate to the opportunity any more!
Hi, I am using table component to display records (which have multiple records and fields). I want to compare First field value with Second field value and want to change the color of field text which have a small value.Ex: If 1st field value = 4, 2nd field value = 8. In this case i have to change the 1st field text color. I have to do this for all fields (1st with 2nd, 3rd with 4th, 5th with 6th… 19th with 20th) in multiple records. Let me know the easiest and perfect way to do this. I did this after rendering the table, using jquery each function by comparing the td values. But it is working at the time rendering table, not able to change when user clicked on pagenation buttons.Looking for snippet which we can run at the time of field rendering (running snippet in custom rendering condition), so need to worry about the pagenation also.
**BrooklynCan’t flag and delete rows today. I have a table with a row action to mark a row for deletion. Prior today, when I clicked save, the row was deleted and the remaining data reloaded into the table. Today, I get an Odata error 401 without changing anything in my page. My data is on MS Azure in a SQL Server database. I can delete these rows just fine from the SQL Server Management Studio. Including a screenshot of the table and browser console.
Just this morning, Material Blue style sheet starting forcing overflow into “mobile style menu” on third navigational in my app item. Other styles aren’t doing that and MB didn’t before today.
How can I make the table filters multi select picklist options dependent on a record type?
Is it possible to add Breadcrumb in skuid page ?
We are having issues with performance on all of our Skuid pages this morning. They simply won’t open up.
Is there a way to rearrange the values in the chart e.g. on the funnel chart I would like to order it by the order of the picklist…does this make sense?
I have added a Manual filter on my table with two actions 1. Active and Set Value to a condition on another table and deactivate the second condition. This has been working well with Chrome and other browser but it does not seem to work with Safari. Is anyone else experiencing this? Does anyone know how to fix this?
We have a number of buttons in classic that when pressed check an external database to confirm a change. For instance the button below checks an external database to confirm if the account status can be changed to inactive. If it can’t be changed to inactive, the button will display a message along the lines of “The status of this account can’t be changed because it’s linked to the following configuration items; config 1, config 2” What would be the best way to include this functionality in a Skuid page without it looking messy, and how should I go about tackling the problem? At the bottom is the visualforce page the button calls.
We have a Custom Component that is not being rendered in Brooklyn, we have conditional rendering to show it based on some model data.We narrowed it down to this: When we remove the conditional rendering, the component is rendered, when we add conditional rendering that evaluates to true on page load, the component is, rendered, hidden and subsequently re-rendered based on the model data it depends on, but when the conditional rendering evaluates to false on page load, even if it subsequently evaluates to true, it never renders.
I am using the following guide to setup a Clone page for one of our custom objects. http://help.skuid.com/m/supercharge-your-ui/l/102528-use-skuid-to-create-a-custom-clone-account-pageThis page will clone our Projects custom object and 3 objects related to Projects. I have followed the instructions and successfully created the page. It works fine unless I have more than 50 records related to the project that need to be cloned. If there are more than 50 I get the following error: “too many future calls: 51”.Before I give up hope I wanted to see if there are any workarounds on this limit.Thank you!
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.