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
Defect/Issue Description: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="RecordTypeId"/> <field id="RecordType.Name"/> <field id="Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <skuid__table allowColumnFreezing="dragDrop" model="Accounts" uniqueid="sk-1xPk-11935" mode="read"> <fields> <field id="Name" uniqueid="fi-1xPk-12464"/> </fields> <filtering enableSearch="false"/> <actions/> <rowActions> <action type="multi" label="Enable Me Account Name"> <renderConditions logictype="and"/> <enableconditions logictype="and"> <condition type="fieldvalue" o
Defect/Issue Description: All Skuid pages in my Salesforce org are throwing an error whenever any user tries to view them and then will not render.A description of the bug The error that shows is 'There was an error rendering a Skuid Page component for page SKUID PAGE NAME TypeError: Class constructor Xt cannot be invoked without ‘new’. When you click out of that error, you immediately see a second error that simply says “Class constructor Xt cannot be invoked without ‘new’” Environment: API Version: (v1 or v2) v2 Release: (Chicago, Boston, etc) Chicago Release version: (Version Number) 14.3.1 Platform: (Managed cloud or Salesforce) Salesforce **Brief Summary of the Defect/Issue:**All Skuid pages in my Salesforce org are throwing two consecutive errors whenever any user tries to view them and then will not render. An easy-to-understand description of the bug (e.g., “When mass selecting items (not including clicking the ‘select all’ checkbox), other checkboxes on the rows selected a
I have customer Id and Party Id in salesforce with help of these 2 fields i need to display the data in UI. Here the challenge is we have data either customer id or Party id. How we can pass this parameter to another page.
My Lightning Rich Text input boxes are being constrained to a certain number of pixels instead of full width as the other input components are so things look a bit our of balance visually. I think setting the width to 100% for every element that is class = “nx-lightning-richtext” would probably do the trick but not sure where I add that.
Is there some way to extend the styling of a deck beyond 100% of the screen? We have a deck that is being used to display some budget data in a table. The fields are extending off the screen so there is a scroll to the right. However, the grid lines on the deck stop at the point where the initial visible portion ends (before you start scrolling). I’ve tried playing with all the width settings on the deck and I can’t figure out a way to make this work. Is there some other trick?
I’m using skuid platform and adding a second user. The new user enters & saves fine and sends an email to the user. User clicks the link and is asked to enter a password. RESULT: When entering a password they receive the receive error: Request to data source “SkuidLocal” failed: 502 Bad Gateway
Seeing this issue and it’s becoming a critical blocker - any advice? Post “http://seaquill-internal.app-proxy/api/v2/entity/load”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)
When I first try searching a field each day the response time is over 55 seconds. After the first query in the morning the response is 2 second. See videos: Shows the 55 second response time Shows 2 second response time
Is there a way to build a model condition that returns records based on comparing two fields in the same row? For example: I have a Salesforce formula field that returns TEXT: let’s call it “formula__c” I have a Salesforce Picklist field: let’s call it “picklistfield__c” I want to return all records where “formula__c” <> “picklistfield__c” I’ve seen a few topics that attempt to address this issue, but I have not seen a successful solution. Things I’ve tried: setting the “Field from another model”. I’ve tried it with both the “any row” and the “first row”, but it did not work because I am not trying to compare the value with any/all of the values in the model, I want to compare the same row with itself. Subquery. This did not work because I need the same object in the subquery that I have in the original query, and the system won’t allow that. Single Specified value with a merge field. {{formula__c}} I’m guessing this did not work because it couldn’t resolve the field since t
Defect/Issue Description: Modals, and (potentially) anything that makes use of z-index is not displayed properly if they are created from the page include. Environment: API Version: v2 Release:Boston (Main), Chicago Release version: 13.0.15 (Main), 14.4.5 Platform: Salesforce We’re using 13.0.15, but I also tested on 14.4.5. Brief Summary of the Defect/Issue: If there is a table with draws, and each draw has a page include, then the modals created by the page include will not be displayed properly. This is due to the draw of the table making use of z-index. e.g draw 1 has z-index of 1, draw 2 has z-index of 2. If a modal is created by the first draw, then that modal will not be displayed behind draw 2, since the parent tag of the modal (the parent is draw 1, do div of draw 1) has a lower index than draw 2. Hence, you will not get this issue if you open a modal from draw 2. Furthermore, this gets worse the more draws are open. Action Performed: (Only if copied the XML from bellow) Load
I’m running multiple actions, when saving and there is an error the resulting error message is not showing where I want it to. I would like to display the message in the message UI instead. When I use the Add on-error Action functionality I can display a static message no problem, but what Global Merge Variable etc… do I need to use in order to display the error message provided from Salesforce?
If we wanted to have two design systems (standard and dark mode), is there a way to dynamically change the design system for the user? In a perfect world they could store their preference in a user object and default to that design system.
I have created a Wizard to create a new record in Salesforce. Within the Wizard there are four separate models. However, three of those models have their own Save button if those models are needed within the Wizard. When I get to the end of the Wizard and hit the same button for the main model nothing is saving. There are no error messages and it is not saving within Salesforce. I have checked the action associated with the button. The action is the Save model and I only have the one model selected that I need to save at that point. Has anyone experienced anything similar or know a work around for this? Any help would be appreciated.
Hello! We need a way to communicate with our Community users but since the Chatter Feed component is barely customisable, I have created a new object to save the comments as new records. Which approach would you recommend to set up a communication channel in your sites? Many thanks!
I have skuid platform successfully talking to an Amazon RDS (PostgreSQL) database. I want to configure SSL and lockdown the firewall by IP. Is anyone familiar with this process willing to point me in the right direction?
I asked this question a year ago. I have a HTML field that used to use the html when searching. I see html showing up in other areas of Skuid. This use to work in V1. Here is what the field looks like in v2.
When in edit mode, is there a way to display thousands separators? Number fields don’t take commas so it doesn’t look like we can use a custom field renderer. Perhaps we could create a UI only text field to control the display and then reformat for insert, but that seems like a lot of work to just get a number to display correctly. Does anyone know of a better approach?
I’m attempting to add tooltip to table headings to help user with entering data. Something that worked, but I’m not 100% sure if i’m using it how it is meant to be used: $ = skuid.runtime.getPage(<pageName>).$ skuid.runtime.getPage(<pageName>).utils._floatingComponentFactory.createTooltip( $('#colTest')[0], { text: "Test 12345", compact: true, position: "top", useTransition: false, delay: 750 }, skuid.runtime.getPage(<pageName>).$C(<tableId>) ); I’m especially unsure about the 3rd parameter. The function is requiring me to to provide it, so it can subscribe to it. I would like to know why? Also, the function accepts 4th parameter, but I’m not sure what would go there and why would I want to provide it. Also, is there a way for me to breaklines in the text? Note: $('#colTest') is <th> tag of table. I have also tried setting title attribute of a tag, and it does produce a tooltip. Though, the styling
I am getting “Theme could not be found error when page is loaded. Test Defaulting to Modern”
I’m using a deck to open a sliding panel. All the components on the sliding panel respond to row context except for buttons. I’ve tried a button set as well as button groups on header and form components. In all instances, the fields respond to context but the buttons don’t. I’ve added Context Conditions wherever available and it doesn’t seem to matter. The buttons always point to the first row selected on the deck and then remain with that row regardless of when a new row is selected/clicked. What am I doing wrong?
HI Guys, Not sure if any of you use skuid with External Data Sources, but i’ve been experiencing issues for past couple days where all pages using DSO give me one of those errors 95% of the time i try to load a page There was an error making a request against the database: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? or Error reaching datasource due to timeout: Post “http://seaquill-internal.app-proxy/api/v2/entity/load”: context deadline exceeded (Client.Timeout exceeded while awaiting headers) Any of you experiencing same issue or any advice for me? as nothing changed on DB side for weeks now, and all was working fine until recently. Thx
I deployed my DSS as a static resource from a sandbox to production. I see the static resource in production but I’m not seeing the new DSS item on DSS list within the SKUID app. What did I miss?
I have a use case where a Community User clicks a link on a record to see a form page in Skuid (it makes a printable view of the record page). If I login as the user, the Skuid page works. However, if the user tries themselves to click the link, it takes them to a Salesforce login page. Any ideas what the issue could be? TYIA.
Is there any tutorial or guide on how to configure colors on a chart using DSS? The doc does not provide a lot of detail and I am unable to set the specific colors I want on an area and column chart. A pointer to an example or steps to do this would be appreciated.
After we updated skuid versions, it stopped letting me assign my record types this way. I put a table on the next page, and it is still showing both values as the record type default. I tried by name and ID, and neither is working. What am I doing wrong?
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.