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
Hi seems i’m having an issue setting up a basic postgress data source Tried connecting to db with same credentials via other methods and no issue connecting. Error seems to point to an invalid IP which i assume is skuid? This Ip in error is always the same , no matter which host IP i use. Unsuccessful Skuid could not connect to the Data Source. Please check all configuration values and make sure the Data Source can be accessed from Skuid’s web servers in your region. {“message”:“Get "https://can56.salesforce.com/services/apexrest/skuid/api/v1/auth/token\”: dial tcp: lookup can56.salesforce.com on 10.43.0.10:53: no such host"}
The UI-Only field I have added to an object is not showing as a field to be selected when rendering or updating a field.
I have a deck that is showing cards for all of our open opportunities within a certain category. I want to display within each card the opportunity line items linked to the opportunity of that card and do so within a Skuid list. A table isn’t looking quite right. I can’t seem to find a way to set the context to get this to work. Would lover some help on how to do this.
I'm currently working on a Skuid page and I'd like to embed a Google Map into it. I want to display a map with specific locations marked on it. I've looked through the documentation but I'm not entirely sure how to proceed.
Hi everyone,I am trying to call a Lightning Message Channel from a SKUID button to Salesforce and have been struggling with the implementation. Has anyone successfully achieved this? Any guidance or examples would be greatly appreciated!Thank you in advance for your help.
How do I include a Skuid page into the navigation menu of a Salesforce console app so that when it displays it always opens up in table view instead of split view?My company recently purchased Salesforce Engagement. Its work queues only work properly in a Salesforce console app. We are using a standard app. While creating the new console app, I noticed that my previous Skuid overrides for tabs successfully showed when making a selection in the Salesforce navigation menu drop-down. However, they would open up in the selected view last used (table, kanban, or split view) and cannot be changed using the Skuid screen as currently designed. I’m tight on schedule so I’d rather not spend time to skinny down the Skuid screens to look proper in Split view. So either,Is there an option to open up the Skuid screen always in table view? Is there the ability from the Skuid screen to change the view from split view to table (or generally any view type)Selection of Accounts from Navigation menu
Our Skuid version is 12.2.9 I have a SAVE button in a Skuid page with 3 models Inside a Page Title component there is a button type = SAVE where I added an Additional Models to SAVE. However the “Saving…” message is not hidden when the data is related to that additional model Is there any way to hide that message? Thanks
Hello there, 😀 I am working on a project that requires integrating several external APIs into our Skuid applications. While I have some experience with basic API integrations; I want to ensure I am following best practices 😊 to maintain performance; security; and scalability. What are the recommended approaches for handling API authentication within Skuid? Is there a preferred method for managing API keys or OAuth tokens securely? 🤔 How should I structure my data models in Skuid to efficiently handle API responses, especially when dealing with large datasets? Are there any strategies to minimize the impact on page load times and ensure a smooth user experience? What are the best practices for implementing robust error handling when making API calls? How can I ensure that my application gracefully handles API errors or timeouts and provides meaningful feedback to users? When is it more appropriate to use Skuid’s native actions for API calls versus writing custom JavaScript? Are there
Hello there, This is my first post after just joining this discussion, so please forgive me and provide kind assistance if I have posted to the wrong subsection. I am new here but a real enthusiast and loving this community so far. I have a background in teaching coding and in education and feel I could help with documentation, at least for starters. As a new member in this forum and wish to share and gain some knowledge. I am looking forward to create my own discussion to resolve my query and gain some knowledge though I have taken part in various discussion which is definitely helped me a lot. Also in what category should be taken depends on what factors? Thankyou in advance.
I am a Salesforce Admin that is trying to create new API users via Salesforce Integration User Licenses unrelated to Skuid, but I’m getting the following error message (see attached screenshot). I have Skuid installed and the error message references Skuid. My current short term solution is just add the user with a Salesforce license - however long term, we don’t want to tie up Salesforce licenses just so we can add API users. Any thoughts as to what is preventing the creation of these new users?
Im trying to add my mssql db hosted on azure. But i get this message (Screenshot) . Im unable to save the connection on skuid and cant move on past here . Anyone has any suggestions?
I recently converted all my skuid pages to v2. There are two pages that used the Field Editor with a column set and two columns in v1. In v2 the Field Editor does not exist so I added the column set with 2 columns into a Form component. Now when my data model returns more than one record (where each should be displaying in the column set on the form) the Form only displays one of the returned records even though the v2 documentation says: Skuid’s Form is a data component that allows you to view and edit a single record. In contrast to Tables, which show multiple records and allow for mass updates, the Form shows details for a specific record, which can be updated inline. If multiple records are present in the model, a Form will appear for each separate record. I don’t know how to make the form component display the column sets for each record returned by the model. Can someone please tell me how I can fix this. Thanks.
Greetings, I received an email from Salesforce about an update being pushed in the summer, " SLDS Architecture Update" and am curious if this affects SKUID at all. It seems as if it doesn’t, but I wanted to check here to be sure. Does anyone have any idea if this update has any possible effect on SKUID? Thanks! Details:https://help.salesforce.com/s/articleView?id=001622574&type=1&utm_source=techcomms&utm_medium=email&utm_campaign=FY25_Core Starting with the Summer ‘24 Release, Salesforce is modifying the internal implementations of our Lightning components, Salesforce Lightning Design System (SLDS) styles, and custom properties to support future UI changes (safe harbor). These internal changes don’t cause visible UI changes for most customers. However, if you’ve used unsupported CSS overrides to customize an Experience Cloud site or Lightning pages, those customizations may lead to undesirable visual changes as we continue to update our architecture.
We have a skuid page that renders knowledge articles for our community users on our community site. We have an iframe video from YouTube or Vimeo within some of our knowledge articles. These videos play as expected; but the AllowFullScreen attribute for the iframe is not available. We’ve tried using both an HTML template and the field editor component to display the iframe. In both scenarios, salesforce renders the skuid page without the AllowFullScreen attribute. The full-screen option renders if I manually add the attribute via the browser console. But I can’t find a way to keep the allowfullscreen attribute in the iframe. Any idea for how I can get the allowfullscreen attribute to render when the skuid page renders?
Skuid Version: 16.4.4 Once I click into the Rich Text Field I can’t click on another field to edit. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="QuoteTemplate" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Quote_Template__c"> <fields> <field id="Name"/> <field id="Description_Rich_Text__c"/> </fields> <conditions/> <actions/> </model> <model id="QuoteLineItemTemplate" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Quote_Line_Item_Template__c"> <fields> <field id="Description__c"/> <field id="Name"/> <field id="Quote_Template__c"/> <field id="Quote_Template__r.Name"/> </fields> <conditions/> <actions/> </model> </models> <components>
I am working through a v2 upgrade and am noticing some strange behavior when going to Salesforce via web browser on a mobile device. The v2 pages simply don’t render at all. V1 pages still work just fine on the tabs they are assigned to still but no luck for the new pages. This is only happening on mobile, have tried on both chrome and safari. We are deploying our skuid pages via visualforce pages.
I have a column set (two columns) inside a Form component in a v2 page. When the page renders, the left column is all the way over to the left margin of the page without even a few spaces in the left margin. This looks bad and I need to know how to add spaces. I can’t find how to do that anywhere.
We’ve migrated one of our Skuid pages from v1 to v2 and generally speaking it’s working well, but we’re stuck on a few issues that I’m hoping you can help with. In V1 we have a field that uses a Custom (run a Snippet) Field Render, and there’s a field to select a Snippet. In V2 this no longer seems to exist. How would you recommend that I achieve a similar outcome? On one of our tables, when you change the Boolean filters, if you select “Yes” or “No” they work, but when you select “All” it returns the value back to “No”, making it impossible to get back to seeing all after you’ve changed it. Do you have any suggestions for troubleshooting this? Platform is Salesforce. Not sure of the release version. If you can help with any of this I’d greatly appreciate it. If I can provide any additional information, please let me know. Thanks!
Note: before asking the question I did check the other posts. I’m using V2 API and I have an action to update the model id, using the one in the parameter, upon re-querying the model. One action set’s the model with the relevant id. The other action, based on this documentation: https://docs.skuid.com/latest/v2/en/skuid/action-framework/action-list/actions-model-conditions-querying.html#query-model Would be to query the model again, therefore this starts a forever loop on the model preventing it to update. How can I prevent this loop?
I have checked some other posts about this and it seems they are all outdated. I’m passing a couple of query params in a modal that loads a page. On that page if I use mustache to read that query param, it works. {{$Param.my_great_param}} Now when I try to access the same via javascript, they simply does not exist. How can I access that param inside my javascript? I’m using it to load information that is related to the action/objects/etc. Things that I have tried so far: skuid.page.params → for some reason only return the modal inner page params creating an ui only model that I could associate the field with the param → doesn’t work because there is no way to inform the model to use that param for the first row and conditionals on the model itself doesn’t support that using raw javascript to read the query parameters → just to find out that just like the skuid.page.params it does not have that param that is available through mustache Any help appreciated. Right now I’m thinking in doin
I have a version 2 skuid table component where I have added a Row Action with Display Type of Dynamic and Icon position of Left. However, the row action still displays on the right side of the table and I don’t know how to move it. Any ideas?
Does anyone know how to resolve this?
In the past, i have used the below java snippet in Skuid to highlight a Field value. However, now i want to highlight the Field Label using a java snippet. If anyone has the code, can you please share it? var field = arguments[0], value = arguments[1], $ = skuid.$; if(field.metadata.accessible){ { // do CSS stuff here… field.element.css({‘background-color’:‘#58D68D’}); field.element.css({‘font-weight’: ‘500’}); field.element.css({‘border-radius’: ‘5px’}); field.element.css({‘font-family’: ‘Lato , sans-serif’}); } skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; }
Hello, Using a template field on a table to display an employee’s picture in the table. I have created the field with html, however when I click the allow HTML button on the table settings it will not click to true. I have also tried editing the xml manually with no luck. Any ideas on what could be causing this issue? We used this in V1 as well as in other spots in v2 with no issues.
I’m trying to use image in my formula field which is of type text . . I have uploaded the image to static resource . since its working in normal salesforce i’m not sure why it isn’t working in skui IMAGE(‘/resource/phone_icon’,‘PhoneIcon’,26,22)
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.