Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I want some of the values in multipicklist to be active and some inactive .But its not happening .I have attached the code .Every value is being inactive. var matchedStates = getMatch(tempSplit, applicableStatesSplit); var unMatchedStates = getDiff(tempSplit, applicableStatesSplit); for(i = 0; i < (matchedStates.length) ; i++) { console.log('MatchedStates ’ +matchedStates.length); //.log('unMatchedStates ’ +unMatchedStates.length); codes.push({ active: true, defaultValue: false, label : matchedStates[i], value : matchedStates[i] }); } for(i = 0; i < (unMatchedStates.length) ; i++) { //console.log('MatchedStates ’ +unMatchedStates.length); console.log('unMatchedStates ’ +unMatchedStates.length); codes.push({ active: false, defaultValue: false, label : unMatchedStates[i], value : unMatchedStates[i] }); } console.log(codes); field.element.append( skuid.ui.renderers.MULTIPICKLIST.
Is it possible to change the button label on basic on some checkbox. We have a requirement where if checkbox is checked then we need to change button label within Button Set.
Is it possible to change the order of tabs in a tabset on basic on some checkbox. We have a requirement where if checkbox is checked then we need to exchange position of tab 2 and 3 with each other. JavaScript snippet for reorder tabs within tabset
We have just upgraded to latest Spark 12.1.7 from 12.0.4 and found that our client-side table searches (in v2 pages) returns no results no matter what you type in the search box. This used to work fine in the older version we had. Have managed to reproduce the issue in the page below, seems to be a bug when you have model conditions with condition grouping logic combined with a client-side table search on the model. If you look at the underlying model’s SOQL the client side search is incorrectly (and unnecessarily?) altering the SOQL making it invalid (if you remove the model’s condition grouping logic it works): SELECT RecordTypeId,Name,Id FROM Account WHERE (CreatedDate != null)AND(2) ORDER BY Id LIMIT 21We make use of the client-side searches in a few places so we've lost functionality with this upgrade. FYI, we have a similar issue in an older v1 page but haven’t been able to replicate it and switched it to server-side search which was an acceptable work-around. Haven’t been able t
So … what have you all experienced in Skuid component load time in a Lightning page? I’ve seen super simple pages load in 2sh seconds after the lightning components have loaded. I’ve seen complex pages single page Skuid apps load in about a minute and half that in classic.From what I could tell, Skuid pages/components resources load in sequence in Lightning versus in parallel in classic.What is everyone’s experience of Skuid load time in Lightning?I’m really to get a thorough understanding of Skuid’s load time in Lightning and how that compares to other 3rd party components.Lastly, a few questions for Skuid:Do you foresee a time when Skuid’s load time in Lightning is on par with the load time in Classic? Do I understand this correctly in that resources are loaded in sequence in Lightning versus in parallel in classic? If so, is this can or will change? Will it be possible that 3rd party components will load at the same time as SF’s components?
Allow for the NOT operator in addition to AND and OR in Model Condition logic. This would help greatly simplify some conditions where for example you need NOT(1 and 2).
Hi, Is it possible to keep all the accordion sections/panels open on page load on opening up the page for the first time? If it is not configurable, can we write a javascript to do the same?
Hi,We have quite a few pages that we have built in the past that we no longer use. We don’t want to delete these pages in case we use them or features we have built on them in the future. It would be useful and a lot easier to be able to ‘archive’ them so they don’t show on the general page list every day, but are still there for us to go back to in the future.Is there anyway to do this at the moment?Thanks!
I’m trying to sort the data in the below chart. I have already sorted the data in the model. Please help me.
Where do I find the app templates like Survey App and HR App?
I’ve noticed that all our Skuid users have “Salesforce Setup” as an option within the Salesforce User Menu.When I click into the profile assigned to any Skuid user, click “System Permissions” I see that “View Setup and Configuration” is set to false. The only permission set assigned to the user is “Skuid Page Viewer” and that too has “View Setup and Configuration” set to false.Are there any other permissions I need to check, or is this a bug?Note that when “Salesforce Setup” is clicked, I am taken back into classic and receive “Insufficient Privileges” message.
We are switching to Lightning and there are several areas in Lightning that offer the user to create a new record (from a related list, or another new record page, etc) that opens a pop-up that they can then fill in the fields required to create a new record without being redirected to a different page.I know we can do a visualforce override, but that redirects them to a new page. Is there a way to override the Lightning Pop-up page with a Skuid page?I tried creating a Lightning Page, but I can’t assign the Lightning Page to the New Action on the object. Is this possible? and if so, what’s the best way to go about doing this.Thank you,Sam
How to show and hide the column of the table on the basis of filter condition? For example : Filter is the multi select , according to the user selection , show and hide the column.We tried to use the render condition on the column, but it is just considering the first record. and show and hide the column on the basis of first record value. So it is not working in my scenarios.
In V2, can the spinning “loading” gif be changed to our own gif?
Can a data source be configured to connect to a .csv file?
Hi For multi-picklist menu, there are standard text such as enter keyword, check all, uncheck all. Is it possible to have these translated (french, in this case). This is for Skuid on Salesforce, running version 11.2.24, thanks.
I’ve been loving working with V2 Lately, but I’m getting some very weird and annoying behavior when working with look-ups: See recording below:https://www.loom.com/share/d5f2ab7955da44eaabf024321c9e48cc Running 12.1.6. Also, is there no longer a Render as Picklist option for look-up fields anymore?
I have about 6 pages that use the include page control to include the same page. They pass no parameters. The page should be the same in all 6, but it only displays in 2 of them, in the other 4 its blank. The page being included loads no data, its just there to allow users to search a table. I can’t figure out either why this is happening, or how to force the included page to be visible.
Hi, I’m wondering if anyone was ever able to accomplish this request i just got:Model has usually max 1-4 records being returned and want to be able to see the details of each record in separate tabs.Would be the exact same fields/layout…But instead of a table and a popup/drawer to show the record details, on tab component, to show 1 record per tab.Let me knowThx 🙂
I’m looking if there is a way to render a field to show a pop up screen when I select a value from the picklist field. I want the action to happen before saving the model.
We are in a real bind. How can we mimic the functionality of “Before Open” in an action sequence on a “form” or “Responsive Grid” for V2? Cannot move forward on V2 without this functionality.
Has anyone created a wizard that run when users first download a salesforce app exchange listing developed with skuid? We are wanting to step new users through a setup wizard to assgin licenses, permissions, enter company info, upload logo and that kind of thing. Has anyone done this and would you be willing to share it if so?
Hi,I need to query data via a POST request that only accepts form-data or url-encoded forms.Is there a way to do this via Skuid?
Is it possible for nested decks to be able to refer to the context of the deck that they are inside of? If so, how can this be accomplished? I’m not seeing a way to do this.
i need to create a new contentDocumentLink record, which will give access to custom object. but i am not able to get the contentDocumentId once i uploaded in any action sequence. if i query contentdocumentlink with entitylinkid it returns all records to that entity. i want the latest contentdocumentId. Thanks in adavance
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.