Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I have a table of Billing Lines matching certain product codes and I’m looking to query those, but I also have another object called a Reclassification related to a Billing Line that has Reclassification Lines. A Billing Line can be Reclassified using a Reclassification into multiple Reclassification Lines. If a Billing Line is reclassified I want to query not the Billing Line, but all the Reclassification Lines matching my original query instead. This should make a single table comprised of both Billing Lines and Reclassification Lines that match the original query (specific product codes).How do I go about merging 2 different objects with similar fields into rows on a single table?
Are there design system templates that can be imported?
I have a field in a table that started off with 1. Each added record to the object I want to increase by 1. How can I auto increase by 1. It cannot be the autonumber field as I used it for a unique name.
In the table, I use a field display template but text always displays Loading… Please help to check.
Hey team! Just getting started on Spark’s design system (excited!). I couldn’t find an obvious way to convert my existing pages to run on a design system, and creating a blank page and “force feeding” the XML from the existing page didn’t deliver the desired results (even though models and action sequences for the most part made it in). What’s the best practice yere!? Rebuild…? Thanks in advance, Rogin
Is it possible to have an element change colors based on a custom hex value field in a Partner Account. I am attempting to allow a Partner Community Account to control elements of their branding that is visible to their Customer Community Users.
Does anyone know how a product like Copado handles migrating Skuid pages to production?
I need to test a different Skuid version in my Salesforce sandbox. How do I upgrade without upgrading the version in my production account?
I want to be able to create a filter for a home page where the values of the filter are populated when the page loads. The values will be Product2 record Id’s (hopefully displayed as Product2 Names). The values will load based on Product2 records where the owner Id equals the logged in user.So if I logged in as Glenn, and Glenn is the owner of Product 1, Product 2, Product 3. I’d expect a multi select filter to be populated with Product 1, Product2, Product 3. Logged in as Glenn I’d expect to be able to remove one or many of these options. With the goal being that four charts below the filter (all on seperate models) are updated and show data according to the filter.I’m aware that a much simpler way of doing this would be just have an Owner Id filter, but the users wish for something different, and I wondered if anything similar had been done before?
I’m getting this response when attempting to run grunt skuid-pull Unhandled rejection Error: Unable to write "skuidpagesStockConsents_Text_RecordsReleaseSpanish.xml" file (Error code: UNKNOWN).<br>&nbsp; &nbsp; at Object.util.error (C:worksalesforce_antlakeland ode_modulesgrunt-legacy-utilindex.js:54:39)<br>&nbsp; &nbsp; at Object.file.write (C:worksalesforce_antlakeland ode_modulesgruntlibgruntfile.js:302:22)<br>&nbsp; &nbsp; at C:worksalesforce_antlakeland ode_modulesskuid-grunt askslibhelpers.js:21:15<br>&nbsp; &nbsp; at Function._.each._.forEach (C:worksalesforce_antlakeland ode_modulesskuid-grunt ode_modulesunderscoreunderscore.js:153:9)<br>&nbsp; &nbsp; at writePageFile (C:worksalesforce_antlakeland ode_modulesskuid-grunt askslibhelpers.js:19:5)<br>&nbsp; &nbsp; at C:worksalesforce_antlakeland ode_modulesskuid-grunt askslibhelpers.js:81:4<br>&nbsp; &nbsp; at Function._.each._.forEach
I create a new API v2 page and add an Opportunity table to this page. I expect it will be redirected to Opportunity detail page when I click on one Opportunity link on this table. The URL is changed in the browser, but the page is not redirected. NOTE: ** This issue only occurs in API V2 and Lightning Community site.** Please help to check.
I am trying to display a donut that when clicked opens another donut, that when clicked again opens a table displaying the records. There are essentially two conditions the table needs to remember when the user clicks on the second donut segment. To do this I am using two models. One aggregate (due to the number of records) and one basic model, used to display the final results in a table format. The first donut (on the aggregate model) splits on the Current_Membership_Bundle__r.Bundle_Membership_Class__c. I then go on to set a condition from the clicked segment on the table model named “AllAccounts” (see screenshot) This drills down into another donut (again on the aggregate model), which splits on the Account_Type__c. Again I set the model condition on “AllAccounts”. (see screenshot) At this point, when the user clicks on the Account_Type__c segment I’d expect a table to load on the “AllAccounts” model. I’d expect conditions to have been applied to the; Current_Membership_Bundle
Model Table filter not working properly for certain users this working for system admin in skuid pages. We have two users for the same profile, the first user in table filter is working fine but the second user is not working. I have checked all permission, it is already assigned but I have confused why skuid not working for same to all user profile.
I want my multipicklist field of table displaying “none selected” when none of the items are selected with the blank value. Is it possible?A quick reply will be highly appreciated.Skuid version 12.0.6
I have a lot of hope and expectations for Spark and out of the box the look and feel a so much nicer. We use the table component extensively with Millau, however we have a number of features that help to drive a full Skuid experience, such as overriding links that would normally take you back to Salesforce. Here’s a list of the initial limitations & issues I’m seeing with the table component: The Picklist option for reference fields is no longer available. This is handy for a number of references such as Record Type rather than the autocomplete. The popup that displays when modifying lookup fields shows the link back to the Salesforce record and I can't find a way to modify anything in this popup other than what fields display. Even a triple mustache doesn't help with removing the link. Not good for communities when providing a contained app experience. Template fields don't allow HTML. It's really handy to drop in a template field to display an icon with a link or even some f
The sticky option for the page footer in Spark doesn’t fix it to the bottom of the page: Here’s the CSS that renders: .nx-page .c0086 { z-index: 100; position: absolute; bottom: 0; left: 0; right: 0; Changing to this fixes it, but I don't have access to manage the CSS: .nx-page .c0086 { z-index: 100; position: fixed; bottom: 0; left: 0; right: 0;
I’m running into a few challenges with the Wizard component in Spark. First, I have a page Include in the first step that loads when the page is loaded. If I navigate to a second step and then navigate back the page include is gone. To get around this, I add the run component action to re-load the page include when the Back button is clicked. While not ideal, I can work with it, however, this action is not able to be added to the progress icons(yellow), which also navigate between steps. So this creates a pretty major disconnect between the behavior of the buttons and the step icons. As a side note, having the component action to reload page includes is freaking awesome.
On Skuid 11.2.1, I have a skuid table that displays certain related records on a parent record. The parent object is a custom object. This skuid table always worked fine until we just recently changed from using a custom contract object to the salesforce standard contract object. My skuid table used to be able to open the custom contract object from clicking a link on a reference field in the table. Now that we are using the standard contract instead of the custom one, I can’t get that same functionality of clicking on a reference field in my table to open the contract record. I also have a row action that used to open the related contract but I can’t get that to work with standard contract either. The odd thing is that when trying to repurpose my table to work with standard contract, I found I was unable to “see” the standard contract id field for adding to my data model. I am trying to use a reference field in my table to open the contract, but if I simply add the contract refe
Could anyone please let me know that if i could attach a document generated from squid as attachments in salesforce
This is super weird…coming from a Text component in Spark v2…even weirder because I have 3 ways the user can land on this page, and this only appears in 1 out of 3 ways…when coming from the other 2 ways, the Text component renders just fine with merged fields appropriately. I don’t have a clue where to even begin troubleshooting this, so hopefully Skuid engineers might have an idea. It seem like this is related to Accelerated Mobile Pages project.
I’m trying to use Squid Platform along with a MariaDB database. I can bring the data into a table OK and see it, but there is no way to sort columns like in the original API. When I click on the edit icon on a cell in the table, it highlights the cell below the one where the icon is … and still won’t let me edit anything. I tried changing the table to edit all mode and this allows me to highlight a cell, but I still can’t change anything. Chrome browser. Same issue applies in V1 API. I cannot edit anything.
How to migrate a custom component from one environment to another?
The error occurs when I click on the button to configure Drawer in API v2 (Spark 12.0.6). Please help to resolve. Uncaught TypeError: Cannot read property ‘onSelect’ of undefined at h.select (/resource/1551062192000/skuid__next/js/builderReqs.js:2) at y (skuidBuilders.js:1) at Object.customAction (skuidBuilders.js:1) at HTMLButtonElement.eval (/resource/1551062192000/skuid__next/js/builderReqs.js:2) at HTMLButtonElement.dispatch (skuidReqs.js:1) at HTMLButtonElement._.handle (skuidReqs.js:1)
I just upgraded to the lastest Millau patch of 11.2.18. Everything appears to be working fine in Classic. However, I have 4 console users who are on Lightning so they can see better case information. When they click on an Account page (totally skinned with Skuid, including page includes etc.) they are getting an error:“Unfortunately, there was a problem. Please try again. If the problem continues, get in touch with your administrator with the error ID shown here and any other related details. Error ID: 1873906661-77759 (-1659005954)Unfortunately, there was a problem. Please try again. If the problem continues, get in touch with your administrator with the error ID shown here and any other related details.”The page works fine in Classic so I am assuming it is how the page is set up or the page assignments not playing well with lightning. I saw a string that discussed a similar issue a couple of years ago. But they were told to submit a ticket and no resolution was posted to the comm
We were using skuid page packs as a migration process between environments without any issue on 11.2.9. Upgraded to 11.2.16 and page unpacking has stopped working. Tried to upgrade to 11.2.18 and still not working. This is a major issue since our developers do not have access to make skuid page changes in production and we use skuid page packs for migrations. While unpacking pages see the following information message “Refreshing Pages in selected Static Resources …” but it stays at that forever without proceeding to unpack.
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.