Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
This is a simple list of Users in a table with Hide Footer turned on. The model has a UI-only checkbox field, and there is a pair of row actions that toggle the field on and off.When you first click the Toggle On action, nothing happens. Check the browser (Chrome) console (Ctrl+Shift+i) and you will see the javascript error “Uncaught TypeError: Cannot read property ‘find’ of undefined”To prevent the error, unselect the Hide Footer option on the table.Could I please have the last two days back?
We are testing upgrade to Millau. Our pages look completely differently after clicking on the Update out of Date Themes button. Do you recommend this step for the upgrade and then tweak/fix existing custom theme or not using the update button at all?Thanks!
Hi! I want to create a column chart with one series being a quarterly target and one series being actual closed-won opportunity amounts. I want the closed-won opportunity column to be split and stacked by opportunity type. Is it possible to stack a series and leave the other series as a separate column?
Trying to get Number Inputs on a mobile field editor to display like the image below instead of the default text box. Does anyone know how to do this, or has a field renderer that could do the trick?
Cannot in-line edit at table within Skuid’s latest version if field doesn’t have any data. I can double click into any field with data already in the field, but empty field cannot be double clicked to edit. Have to have pencil (Row Edit) visible or make table in Edit mode.
Seems like a very simple question with a multitude of answers. Currently, I have the Opportunity Model set to re-query as an Action on our save button. But I’m not entirely sure if this would be considered “current best practice” considering some of the updates released in the past few years. A few solutions I’ve used in the past are; Re-Query Opportunity model after saving all models though an Action Framework button (Current) Model Action on OpportunityLineItem Model that Re-Queries Opportunity Model "When Model Saved" Use a UI-Only field to replace Opportunity "Amount" field A Snippet-based approach I was curious to see if there is a better/faster standard for this type of operation?
I’m trying to add a set of row from one model to another by using massactions. Basically from one object to another object. I have an opportunity and to that opportunity i have selected a ‘Program’ and later I want to select deliverable(s) associated to the program. I’m using a Popup to do that. When I use Action type Multi (as I want to pass some condition before loading the pop up screen) instead of popup directly, I’m not able to add the row selected but if I use action type popup then I’m able to do so. I thought it might be because of the condition that I’m passing and hence the error. So I decided to use Action type Mutli to Popup the screen without passing on any condition and I’m still having the error. Error: I clicked Add D but only a single row is created in the screen behind. Also, Including the XML for reference. The difference in this one and the one that works is the action type for the below xml is " Run Multiple Action" while the other one is “Popup”. Let me if this a
Totally at a loss. Same condition in many other places works fine. Works on Event object but not Task object.On Event this works. </conditionOn Task this doesn’t.
I would like to add a “Developer Mode” button that removes the “Required” validation from fields so I can test it without having to enter data in all the fields. What would be the easiest way to do this? I was looking at appending to the XML document, but I’m not sure how I would do this?Appreciate any help you can give.Thank you
I am creating a new row item from the products table, What I want to do is make a calculation that hits two models and then does math to get a new value that I can then pass to as a variable when creating a new row. i.e. I want to take get the result of ( products.BasePrice * Oppurtunity.CommissionRate ) and take that result and put it into the value of a table action properyMy guess is that I have to write some formula in the value for the table action property I looked around and thought that VALUE({{BasePrice}})+VALUE({{Oppurtunity.CommissionRate}}) might work but it comes out as text. Any ideas?
When working with the date picker in the Lightning Design theme, you can still use the right and left arrows to move from one month to the next, but the circle around the date doesn’t move. So, you can see when you arrowed over 30 days and the calendar goes to the next month, but you can’t see what day you’re on.We on the latest Skuid install and have updated out of date themes.
I am trying to make a pop up to add a row to a table asking the user to choose a product and add a Quantity then click a row action button to add the choice to the table below the popup.When I go to the main page, I click a Global action button that launches a popup.That popup has a search component that feeds a table.Once the user has chosen a product it shows on the table, The user enters the quantity and on the first click of the “Add to Project” button a blank row is created even though a product and Quantity are in the system. On the second click the correct Product and Quantity are added as a second line on the table below the pop up. What is causing the first blank row to be created? My actions are below. Thanks!
Hi all, I have a peculiar problem that I have found … I have a model for account that queries on page load, but doesn’t find any data. This account model is showing on a page in a table with a 'Read with Inline Editing" mode, but has a render condition on it to only show if the account model has data rows. If I use a button to create a new row in the model, the table appears, but the first row that is created is in a read-only format, then the second one is editable, as in the screen shot below. Any ideas? Thanks in advance!
I’m trying to raise an event from a Skuid page hosted in Visual Force to a Lightning Component that’s hosted in the Skuid page in a iFrame, like so: !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20180829-111823-jep9nn-Edit_Page CareOnlineAccountQBOTab SeanClone_inline.jpg “Image: https://d2r1vs3d9006ap.cloudfront.net/s3\_images/1748942/RackMultipart20180829-111823-jep9nn-Edit\_Page\_\_CareOnlineAccountQBOTab\_\_SeanClone\_inline.jpg?1535581732”) But no matter what I seem to try the LC doesn’t seem to be hearing the event. I tried a point & click publish with scope set to include LC’s on the Tab’s Actions but no dice. I also tried using a snippet but same results. I know there are several configurations where this will work such as Skuid pages hosted in LC’s, but what about the other way around? Thanks
I’m trying to achieve the following result but having a hard time. Currently, I have the following models: Opportunity Model, Project Model, Project Deliverable Model and Opportunity Project Deliverable Model. When I create an Opportunity and add a project from the Project Model. I want all the Project Deliverable based on the project from the Project Deliverable Model to be added to the Opportunity Project Deliverable Model. All the models are Salesforce Object. My question is it possible to automatically add all the rows from one model to another. I tried using action trigger and create new row(s). But When I do that, I'm able to add only one row. Any suggestion will be helpful.
I have a table based on aggregate model. I want to see a popup with all records that match the “sourced from”. As an example I want to see the 6 records with the picklist value “FSBO”. In the pop I have a page include. What would I pass in the query string?
I have an aggregate mode with conditions but second condition is ignored. The second condition “Person__r.Membership_Year_Confirmed__c” is ignored.
I would like to display all scheduled events on a calendar but only let users interact with “active” events. Once the event has reached its capacity, users no longer have access to it, but they should still be able to see the item on the calendar.
I have updated to the latest Skuid version in my sandbox and my pages that are rather large but opened find in version 9 and 10 now get a heap size error with version 11. I know to quickly fix heap size errors I can reduce the number of records being pulled into the models but that isn’t working. Is this a known issue? Or some change in Millau for large pages?
We’ve just upgraded to v11 from v8 and now our Chatter widgets are showing a full Salesforce page with the error “Page Social does not exist”.As it’s a full SF page, it’s breaking our layout until we remove the widget.After reading other related posts here, I’ve tried removing the widget, saving, and add it again, but not luck - I get the same error.What do I need to do to get the Chatter widget working again?Thanks.
The export table data button is not working on Firefox or Google Chrome browsers, but works fine in IE. When the button is clicked, nothing happens.
The below In-Line snippet works in Skuid version 9 but not in version 10 or 11. This is a “set focus” snippet that we use when using a scanner so the user doesn’t have to manually put the cursor in the field. Does anyone know how to fix this? var field = arguments[0];$ = skuid.$; var delay = ( function() { var timer = 0; return function(callback, ms) { clearTimeout (timer); timer = setTimeout(callback, ms); };})(); delay(function(){ $('.nx-field > input').first().focus(); $('.nx-field > input').first().select();}, 100 );
Is it possible to create global hotkeys via javascript? Right now the hot keys are only on a few components, which is fine, but they have to be visible to work. It doesn’t seem I can make a global hotkey that leverages the action framework, but can I make a hotkey in javascript? The API documentation doesn’t really provide me a lot of information: https://docs.skuid.com/v11.2.8/en/skuid/api/skuid_hotkeys.html
For a module what will be the Max # of records Limit, we can extract? If we extract more records it that will impact the performance of the page?
There are three pages I built. 1. Contract Assessment Data Entry Page. 2. Contract Assessment Detail Page. This page is where the user can add more things like, tasks, notes, etc. 3. Contract Assessment Portal Page. I’ve been able to connect 1 & 3 because they both share the same models and fields. But I can’t get 1 to save and then redirect so that the same information shown in 2 but with additional information. Is this a visualforce page issue? Every model has interconnecting IDs. This is also an exact duplicate of different pages with the same concept.
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.