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 am currently using SKUID v2 12.2.21. I am having an issue in the design system page when creating a new design system. If I create using one of the standard DS (ink, lightning, skuid app) it lets me create it without a problem. If I try to create one using a custom DS I have created, I get an error on screen but no real context of what the problem is. The console logs are a bit more helpful, but not by much. They say “error - Not Found”. I believe this is implying that it can’t find the static resource with which to clone? Not sure. I thought maybe the underscore might be the issue, but I tested by trying to clone a custom DS without an underscore and still get the same error.
Hi All, Are you guys able to send the Toast Message event from skuid to lightning? Im unable to do it I have followed exactly the steps based on the documentation but not able to
Hi All, I’m using DSS to mimic the Lightning table behaviour and can’t see a way in the UI to adjust the table behaviour so that the highlighted row background is one colour (gray) but the actual highlighted cell is a different colour (white). Can this be done in the UI or does it need to be CSS. Advice welcome. Thanks, Rob
As the title says when I try to create a model using component factory it creates an error instead: TypeError: Cannot read property ‘core’ of undefined I am able to bypass the error if I also create a chart with Skuid Composer, but that’s a hack and not ideal. Use case: I have a function that dynamically creates models, then it creates charts and tables for the model. XML: <skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”> <fields> <field id="Name"/> <field id="Category__r.Name"/> </fields> <conditions/> <actions/> <groupby method="simple"/> <skuid__buttonSet uniqueid=“sk-3SG–5262”> <groups> <skuid__buttonGroup uniqueId="sk-3SG--5260"> <buttons> <skuid__button label="Create Chart" uniqueId="sk-3SG--5261"> <actions> <action type="custom" snippet="newSnippet"/&
Hi all Perhaps my misunderstanding but i was under the impression that the FREE level of Skuid licensing had no expiry (given the use of the word free rather than trial)? But 1 month after install our license has expired and i no longer have access to Skuid. Is this an error? Or does FREE actually only mean free for 1 month?
Hi, I noticed in v2 that the deck components come with a scrollbar. Is there any way to remove it?
I have UI field that accepts a characters called {{TempCell}}. As I type into {{TempCell}} I have a second UI Field {{PhoneLengthPW}} with the calculation of LEN({{TempCell}}). As I type into the {{TempCell}} field I expected the count to increase. Why not?
Thank you Justen for you description. I am still getting an error which I think I am using the wrong “guest user” I am getting the same results: You’ve been INKED! (Something went wrong) We were unable to find a Skuid Page named M1_Person. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page. How do I determine the correct guest user or other ideas?
How can one embed a javascript form onto a modal pop-up? In v1, template component can be leveraged to enable this, but I don’t see a workaround for v2. Thank you community
I have a skuid page that allows editing contact information. When saving changed contact information if a duplicate contact is found, Salesforce outputs a red banner at the top of the page with the message “Use one of these records?” Is it possible to override & display a different worded message? An inspect of the Contact model via the console details the following.
Hi all Recently discovered this brilliant app and loving it. Having an issue with flows however. I have Salesforce Flow that requires a record id to run, this flow is on our payable object but i want to trigger it from the payable line (child) model. In SF this is easy as you just pass the parents id to the flow and it looks like it should be easy in Skuid. when i choose the flow in the action it gives me a box for the input variable from the flow called recordId. HOWEVER, no matter what i type in this box and press save when i return to the box its blank again. I had assumed i could just pass {{$Payable.Id}} to this flow via this box, but its defeating me. Any help? is this component disfunctional or am i missing something?
HI Guys, I have a page or 2 on which every time we want to leave the page we get this popup saying we have unsaved changes… even though we should not I tried to manually look in all the models and cannot find the culprit IS there a way via browser console to find out which model or what changes have unsaved changes? Thank you
Hi wondering if anything has changed as lately skuid has been very slow at loading data from the DSO (using PostgreSQL). I’ve confirmed with out developer, it’s not on our side, and often we get this error and data does not load or loads partially Any ideas on the issue?
Hello, Does anyone know of Partner and/or Customer Portal that can use skuid for UI? I’m looking for an alternative to the SF community for customer /partner portals. Found a couple app in appexchange but cannot use skuid on any of them, and after using Skuid for so long, I feel spoiled and nothing compares to it for page builders. Any help would be appreciated
Just checking, is Skuid v11 support coming to an end? I think I saw this somewhere. What are it’s implications?
How do we add SVG images in Boston. Can we use the fontAwesome icons as icons in table
I have a visualforce page using skuid:page Inside the skuid I have a snippet with a method (openPrimaryTab()) that in the lightning salesforce console only works on API versions above 42. I have tried using <apex:includeScript value=“/support/console/50.0/integration.js”/> and but they do not work. So, my question is, how do you integrate a Skuid page with the SF Console Integration Toolkit??
Hi guys, I am having issues with a field I added to the Account Page. I have a Page include for Activities and notes, and when people create an activity, there is a field for “Contact” to show Contacts related to that Account. For some reason, the lookup filter is not working. Can someone help with this?
Is there a special trick to ORDER aggregate rows by one of the aggregate fields on a model? The error is giving me something like: No such column ‘field1’ on Object Which is obviously true, since it is an aggregate model. Maybe I am incorrectly assuming that I should be able to sort aggregate models? Would it be easier to sort it using JS?
Pagination is not working in table content - even have selected 5 rows in the page. is there any other config required? please help me here.
Hi, I have a requirement, please let me know solution for that in skuid. I have two models contract and account in skuid model, In contract model table we have field called “PrinicipalAmount__c” field , i want sum of PrinicipalAmount__c value store in account object field called “sumOfPrincipalAmount__c”.how can i do through skuid ? Please check below image for reference
Hi, my users recently began reporting this component error in lightning “Cannot read property ‘remoteProvider’ of undefined”. We are currently on version Spark 12.2.21. As far as I can see my users have all the access they are supposed to have for this page, licensed users, skuid page viewer, etc. This error started popping up yesterday.
The Lightning Design System does not look like the lightning theme in API v1. Are there any plans to update the Lightning Design System to look like Lightning? Example, the bottom border on fields is missing. Thank you, Eva
Hello, I’m relatively new to Skuid. I’m attempting to explore using the javascript in-line snippets. My goal is to validate a character limit for a text field. (Feel free to point me at a relevant tutorial) I’ve inherited a page with a lot going on, which is part of the complication of understanding. I have a table with a row action that opens a drawer. Let’s say this table is related to model A. Once the drawer opens, the drawer has (in this order): -1. a button set component for Model A -2. a table component for Model B -3. a field editor component for Model C -4. a responsive grid containing another field editor for Model C. In this field editor is the text field that I would like to access and validate. I have added a new button set component in the responsive grid from 4. I set the Model to Model C (the model that has the field in it). I added ‘Id of record = Id of row in context’ to the context tab (blindly, since I’ve read that is required sometimes). The newly added button has
I have the picture showing in an image. The image is set as follows: The avatar is set as: The avatar does not show as seen above
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.