Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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)
Is there some javascript I can run that will refresh all components related to a model? For example, let’s say I reorder the model.data array myself using javascript, this will not refresh components that use the model to show the new order. I could do a refresh on each component I know about individually, but is there some mechanism that just knows what related components exist and allows a refresh on all of them with a function call? Thanks!
I have a calendar component that is working great. The only issue is the events are all color coded and when we print, it only comes out in Black and white. Is there a way to print it in color?
I’m looking to find the date that a Skuid page was created and by whom. I haven’t found a way to get to this information. Can someone tell me where I can find it?
I have two lookup fields on my Skuid page. The first looks up to an Account. The second looks up to a junction object that references the Account in field #1. I have a filter on field #2 - it is designed to only show the junction objects that reference the Account in field #1. Field #2 is the problem. The filter works fine on page load, but I’d like it to work as soon as Field #1 is populated. I have tried using a separate model that I query, and then filter on that… but it’s not working out. I’m wondering if anyone has ideas and perhaps an example that I can reference!
Is there a way to pass a value into either a filter set search or a table search and then execute the search? I have looked through the settings and component actions. I tried using the search model action, but it doesn’t work with my complex table conditions.
Hi there ‘Amount’ on SPICED Manager Dashboard is currently not pulling through any information / data. We don’t use this field, we use another field called ‘Net ARR’. Is it possible to update the mapping so the ‘amount’ on SPICED Manager Dashboard can be mapped to opp.Net_ARR__c field instead? Thanks in advance.
I have page which has several RichText elements associated with a field. For each row of the model, that field will be translated to a RichText element. I need to monitor the keyup or input changes for that given field so, given a scenario, I can perform some conditional translation (not similar to mustache). Something similar to this: $(document).ready(function() { // Replace "formId" with the ID of your form $('#formId textarea').keyup(function() { // Get the value of the textarea that triggered the keyup event var text = $(this).val(); console.log(text); // You can replace this with any action you want to perform with the text }); }); Anyone know if this is possible?
Hi, I’m new to Skuid and I’m trying to recreate or at least create something similar to the screenshot attached for Salesforce. I can’t seem to figure out how to create the Path component at the top or the component with the Stage percentages. Any help is appreciated. Thanks! (Taken from this page on the Skuid site: Sales Process Excellence)
Hey there We want to add the SPICED Qualification Score to some of our Salesforce Reports. Is that possible? What object should we look for to add to a Salesforce report? Thank you!
Long story short. I have a page with a text component. This text component has a token, for example, [[token]] (that is not part of a model). That token will refer to an html text that could contain a mustache token such as <p>{{Model.name}} lorem ipsum </p>. I’m using Javascript (and also tried javascript formula) to reach the [[token]] and then replace by it’s contents. So goal one would be replace [[token]] with <p>{{Model.name}} lorem ipsum </p>. Goal 2 would be transforming <p>{{Model.name}} lorem ipsum </p> to something like <p>Jane Doe lorem ipsum </p>. What I’m doing is using a generic javascript to loop through all page components, identify the type that has that content and then apply the function. The only issue I’m having is that after I load the component all seems empty or undefined. I attempted various methods from before to get the inner html of that component and apply the function." This is a snipped of the function.
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.