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
Formula and Function Reference — Skuid v13.0.10 Documentation I’m attempting to use the default custom formula function, but it’s unclear how to even after reading the documentation. What is the Namespace? The snippet name? The Skuid page?
Hi, I wanted to report this to have it looked into. I spent hours on this scratching my head and baffled as to why I was not getting the right result with a dependent picklist. SKUID Version 12.2.21, and Salesforce is used. Page in V2 I have a model pointed at an object with a picklist field #1 and a dependent picklist field #2 (dependent on #1). In #1, I override the field metadata because I want to show 3 out of the 4 options. I have some model actions that save the model when #1 is updated, so that picklist #2 is showing the appropriate options when the user is making that selection. The issue I began experiencing was that I wasn’t getting the right picklist for 1 of the 3 options. What I found to be the issue is that I needed to order the picklist items in Salesforce the same way that it is ordered in the metadata override. This is suggesting to me that it is not really looking at the dependency, but instead using the order it is in Salesforce and showing whatever is dependent to o
I am adding Opportunities to a model within my page. As I go to look for more Opportunities to load, I want to exclude showing those already in my model so they cannot be added twice. To do something similar for other pages I have had to create an object in Salesforce to store this temporary information. As I only want to load the primary object after all Opportunities have been selected. Is there a way to do this completely within the skuid page without a temp object in Salesforce?
I’m looking to run batch APEX that parses my SKUID page XML for all of my SKUID pages and replaces certain object/variable names with other object/variable names (mass updating the skuid pages to convert from using one object to another object) To do this I use APEX to query on each skuid__Page__c object and combine each skuid__Page__c object’s Layout fields into a single string for analysis / updating: skuid__Layout__c skuid__Layout2__c skuid__Layout3__c skuid__Layout4__c skuid__Layout5__c (note: SKUID stores the XML for their pages split between these 5 layout fields, each are 131072 character Long Text fields, and if the XML extends beyond 131071 characters it continues on to the next field to be stored … 655355 appears to be the limit for the number of characters in SKUID page XML) When done updating my single unified string, I split the string up into 131071 character substrings and fill the Layout-Layout5 fields with them. This seems to work great, except if one of these layout f
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
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.