Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi, I have a picklist based on a global picklist and when I try to edit that field I get the error:bad value for restricted picklist field: {value} (value contains the value selected) The value is correct and valid (I’m using the standard renderer, no tricky business here): This was developed directly on 10.0.4 so I can’t know if it was working before the update. Any ideas?
I have written javascript it’s working only when "field editor” is on “read and edit inline” mode ,It’s not working when “field editor” is on “edit” mode .
In Rockaway, fields with rendering condition = false, there is no empty spacing for the row. The fields hidden are a mix of read only, picklist and date types. In Brooklyn, there is a div for each hidden field, thus creating big empty spaces in the UI:
The tab set now has a margin. I don’t see it overwriteable in the custom theme editor. Is that possible? For right now, I’m overwriting it in the global custom css..ui-tabs{ margin: 0 1.5rem;}
I am having an issue where conditionally rendered fields in 10.0.4 are causing extra white space. There are three fields, 2 are conditionally rendered and in the below images, one is from 9.5.1 where there is a proper amound of white space, and the other photo shows a lot more. If I create three separate columns within my Field editor the white space does diminish. I cant seem to replicate this anywhere else or on a blank page, so I am hoping it is something silly that I missing, but i wanted to post it as a heads up.
We currently have a fully automated deployment process and would like to avoid having to manually generate the support files whenever we deploy new skuid functionality across orgs. Ideally we would click “Generate Support Files for All Pages” in a dev org and then deploy those to the higher environments and not have to regenerate those files in each instance. Is this possible?
I have a table based off of the opportunity object. From the table, I would like to have the functionality to subscribe and unsubscribe to records chatter feeds through mass actions. I have been able to get the unsubscribe functionality to work as intended, where the mass action removes the user as a follower. However, for the add functionality, I am unable to make it work. In the attached screen shots is the actions attached to the subscribe (follow) and unsubcribe (unfollow) actions.
Is it possible to have responsive chatter feed? I set the size of the responsive grid and the chatter feed breaks the thru the border.
I have the Skuid Google Calendar Connector set up and am able to see my calendar events. However when I try to add a new event I get an error on save. It just says [object Object] at the top of the page. There are no console errors. It is probably something simple in my set up… maybe a required field??? Can anyone with experience with Google Calendar lend a guy a hand?
I have a page that takes a long time to load. It is a big page, but I have tried to optimize with page includes and lazy loads… etc… I went through the tutorial on this post (which was really helpful). I created a clone of my page for testing and removed JS and CSS. It didn’t help. I then removed all models just to see what it would do… it did speed up the load time, but it was still taking a long time. I then removed all components. So now it is basically a blank page and it is still taking over 5 seconds to load. It isn’t my internet speed. I reviewed the network logs when loading my fully functional page. It took about 18 seconds. Screenshots of the network logs are attached. Anyone have any idea why these things are taking so long to load? https://community.skuid.com/t/slow-page-loads
9.5.10 Merge syntax like this: {{^staff}}Select Your Name Below:{{/staff}}{{#staff}}{{staff}}{{/staff}} With model data like this: Should give me “Nurse 2” (or at the very least the staff Id). Instead I get “Select Your Name Below:”, as if there were no value in {{staff}}.
Say I have a blue background wrapper component that is 1200px wide. I put that component in a red colored wrapper component that I set to be a max of 600px wide. I would like the red wrapper component to have a horizontal scroll bar that would allow me to scroll across the 1200px blue wrapper component. Instead, there is no scroll bar. The Blue wrapper just spills out the right side of the red wrapper. Anyone know of a way to force a wrapper to have a scroll bar and to contain the contents of the components in the wrapper without them spilling out?
I have lookup field to search record so multiple times I am searching the value and adding in another text box field ,How I can add multiples record with commas seprated in single textbox,using javascript? But I didn’t get any result.
9.5.10 Here’s the summary of the problem:A mass action on a table (perhaps only in a wizard) in a popup uses the context of the pagetitle component that launched the popup rather than the rows selected on the table for a create row(s) action. A complete description: I have a page which is designed to assign a custom version of ‘tasks’ to users via a junction model. I have a page title on Model A with a button. The button queries Model B and opens a popup. The popup contains a wizard which contains 3 steps. The first step is just selecting some users (trainee and trainer) from lookups on a dummy model to be used in a create row operation. The second step shows a table on Model B, which is a list of all available tasks. This table has a mass action setup to create rows on the junction object (Model C, called "Training_CreateIndividualTraining), like this: The third step shows a table on Model C so you can check the tasks that have been created, if any. Except, the mass action doesn’t wo
I’ve created a reference field on a ui-only model, which works fine until I try to add a lookup filter via a field editor. First, once I select a field I can no longer edit the lookup filter: Then of course I get something like this on runtime:
I want to rendered skuid button after save opportunity stage but when i selected stage button show but I did not save record .how to manage old value rendered in skuid page using java script and standard functionality.
I got a question on the duplicate records error message. We recently have two Salesforce production orgs with skuid 9.5.11 version. In the same page, I want to add duplicate Order number to test. However, I got different error messages and the first one works probably while the second doesn’t. Please see the following screenshots. Org 1 Org 2 Does anyone know why the second org has the wrong message? Which parts do I need to check with? Thanks.
How can I get a textarea to expand? The text goes outside the field instead of expanding.https://drive.google.com/file/d/0BzBJWINUVfkvQzVHRmU0b1JuZjg/view
Invalid syntax for field formula: IF((new Date(TODAY())>=new Date(‘01/01/2017’) && new Date(TODAY())<=new Date(‘03/31/2017’)),“Q1”,IF((new Date(TODAY())>=new Date(‘04/01/2017’) && new Date(TODAY())<=new Date(‘06/30/2017’)),“Q2”,IF((new Date(TODAY())>=new Date(‘07/01/2017’) && new Date(TODAY())<=new Date(‘09/30/2017’)),“Q3”,“Q4”))). SyntaxError: Expected “(” or [ x0C x0B - ] but "D" found.
I have a Skuidified version of a ‘Create New Activity’ component that looks at the page’s URL ID Prefix and then generates the WhoId & WhatId based on what detail page we’re on. The issue i’m running into is not being able to access the $Param global merge syntax in Lightning, though I’ve checked ‘Add URL Parameters to Page Parameters’.I was wondering whether there’s an additional step I have to take to use this functionality or whether Lightning is interfering with this. The page it’s self works and I’ve verified this in production.
Hi All, To provide some context to my issue I am currently using an aggregate model to group object records (Onboarders) by start date. Each row is aggregated by the onboarders start date and each drawer opens up to show the onboarders who have that start date. See pic below. When each drawer is opened a series of Before Load Actions run to query a separate non-aggregate model to show the appropriate onboarders (matching start dates). This currently works well but my overall objective is to get all the drawers to open on page load. I am currently working with a snippet that opens all the drawers upon button click (to see if I can get that to work first). The snippet currently works to open all drawers but only successfully queries the first drawers results and the rest open empty. The snippet is the following: skuid.$(‘#sk-32pRqx-807’).find(‘table:first > tbody’).children(‘.nx-item’).not(‘.nx-item-has-drawer’).find(‘.sk-icon-component-pack:visible’).click(); My understanding is it i
I have a table that pulls in a bunch of fields off of the opportunity object. I was wondering if there would be a way to pull in the most recent chatter comment feed related to each record within the table?I have attached a screen shot that may help portray the functionality that I am aiming to incorporate.
I am looking to render a page title button component based on if a notes field has been changed. I know I can use != Blank value, but these fields have default values and I only want the button to show if they are edited. Any help would be great!
How get value from one field and assign to another field?For now I am able to get Id from one field and assign to another field but I am not getting the value,Can plx suggest how to do it?
I have created a record and saved the record. I now want to use actions to reference a another object. I am using a collapsible wrapper action {{{$Model.TempEngagement.data.0.Temp_Engagement_Location__r.Zip_Postal__r.MLS_Name__r.Id}}}
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.