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 just tried to install Millau 11.2.20 as my first act in a brand new salesforce instance, and got this message: This app can’t be installed. There are problems that prevent this package from being installed. Missing Organization Feature: ApiAndPlatformEventsHelp?
We have created a button that launches a Skuid page on the Salesforce mobile app (Salesforce1). About 2 months after go live, some users started to experience an issue where, although the Skuid page was rendering, the theming and formatting were messed up (see screenshots - the first is how it should look, the second is what it looks like). We found that by clearing the cache on the mobile app, this cleared up the issue. Settings > Advanced > Clear Cached Data Has anyone else experienced this? Is there some setting on the Skuid page we can set so we don’t have this issue?
Hi guys, Not sure if anyone else has asked the question but we have quite a few salesforce orgs we look after and most are on version 19. 20 is out but we noticed that the ability to install anything other than the most current version of Millau etc has been removed.Is this a new change? We tend to stick to a version across all our orgs that is causing us no problems and dont leap straight in to the newest version but now for a new org it seems we have no choice?
Is it possible to adjust letter spacing in spark? i.e. like in CSS: letter-spacing: -.52px;
I'm running into an issue on a Spark V2 page. I am editing a field within a form and as soon as I tab out of the field I get an ugly error that says "div had a div child removed, but there is now more than one. You must add unique key properties to make them distinguishable" (screenshot linked below). I'm wondering if this error is a Skuid bug as the stack trace shows it coming from a skuidRegs function (not a custom snippet).https://monosnap.com/file/ZfexgHZtLPN7C4q9M5opZ2s8RK1NlII was also able to reproduce the issue when I preview the page as well. The error appears in the console, but it is the same error. Any ideas what could be going on?
Is there a way to adjust the size of the icon on a button in Spark? The variants are helpful, but the text size only affects the actual text. Can’t find anywhere else to adjust the size of the icon and there are areas where we need them bigger.
Hi community, trying out the SKUID override of Salesforce detail page feature for the first time and not quite sure how to implement. I am getting stuck on understanding how you setup a page to be able to override a detail page. For example, do I setup it to where the model has a condition “id = (param)” and then I establish the “param” through the Visualforce override page? Thank you in advance for any guidance or help!
I have a model “Program”. I have a table where I am displaying this model’s rows. I have a row action which will select the program when clicked. I want to conditionally render this row action based on result of a subquery - if this program has nominations (based on a contact that is selected in an earlier model), then don’t render the row action. Otherwise, do. I see that there is no option to conditionally render based on result of subquery. Is there any other way to achieve this?Few more details on how I want the page to work:- On the first wizard of my page, I search and select a contact- On the second page, I display the table based on the “Program” model. This model is based on a salesforce object- The Program salesforce object has a child object - Program Members which has a lookup relationship with contact- If the contact selected in the earlier wizard has program member records for the program in the table row, then the row action should not be rendered
Kasey from Skuid Product Content here: If you’re a Skuid builder, you’re probably familiar with Conditional Rendering, a feature that allows you to show or hide a component based on set logic. A few years ago, we added Conditional Enabling, which makes a component editable (or not) based on logical conditions. Both of these are collectively referred to as Conditional Rendering, and are nested under the Rendering tab in components. However, this is a little like defining a word by using that word within the definition. Moreover, if we want to add additional “conditional” features, it might be better to have a different collective term for the concept of conditional component actions (changing how a component looks on the screen based on a set of conditions)–and this will likely result in re-naming the associated tab where those features are found. Internally, we’ve narrowed it down to the following, but I’d like to get feedback from our community of experienced Skuid builders. Which
Picklist Values are not showing up in Action Framework using the ‘Update Rows’ action when specifying the value to update to, and not able to type a value in either.Picklist Values are not being included in table exports anymore. Shows blank columns in csvSpark 12.0.7 V1
I have enabled “Allow Inline Record Creation” on my model. So when I hover over the " + " button, It says “Add New Generic Junction” which is the name of the object but I would like to change the text to change it to “Request an exception”.Is there a way to do that.
Is there a way to lock an object as it is being edited so that 2 people can’t edit the same object at the same time? For instance in an editable table when you go in to edit a row and there are unsaved changes, someone else shouldn’t then be able to also edit that same object while it is being edited by the first user making edits to it. On standard Salesforce pages this is taken care of by record locking; as an an object is being edited on it’s Salesforce page by 1 user, another user becomes unable to make edits to the object and an error is displayed that the item is locked / currently being edited by another user. How is this accomplished by SKUID?
How do I add css to a page in V2
In Spark 12.0.7 API V1 version, every time when I select more than 1 row, Apex Data Source Action is executed with multiple calling to Invocable method. Additionally, I can’t pass a record id array to this Invocable method as well with this error. I found that this issue didn’t occur in Skuid’s previous versions. Please help to check.
I’ve used SKUID in the past before Lightning happened and I’m now trying to make my first Lightning page. When I’m in the App Builder trying to create my record page, I keep getting an error message when I drop the “Skuid Page” component on to the area I want. [There was an error rendering a Skuid Page component for page {{MY SKUID PAGE NAME}} There was an error when rendering the Page Component: “There is no Skuid Component Type called ‘skuidpage’”]I must be missing something in the documentation, but I can’t figure it out for the life of me.
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.
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.
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
Does anyone know how a product like Copado handles migrating Skuid pages to production?
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 need to test a different Skuid version in my Salesforce sandbox. How do I upgrade without upgrading the version in my production account?
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
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.