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
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.
We are getting bullets in all our drop downs. They just started showing up. Anyone else getting this? I have it across multiple NLX sites. How do we turn it off? I can’t find it in design system.
Hi all, I’m new to Skuid and to the Skuid community. I recently was put into the position of owning our Skuid screens and work when a colleague left our company. I am onPlatform SFXVersion Dubai Update 3 (15.3.12.0) I have minimal training on Skuid and am working through various things to learn more but in the meantime, I need to continue to support our Salesforce org. My question is: Is there a way to see where a particular Salesforce field is used/referenced in Skuid? I have been clicking through every single data model and viewing the field lists and then through every single page/screen and field but this is unrealistic to continue to do with so many data models, pages/screens and fields. I need to make updates to several fields but am hampered by my inability to know what I am potentially impacting by making these updates. I’m looking for something similar to the “Where is this used?” button in Salesforce. Does anything like that exist or does anyone have any tips/tricks to make t
Hey All, Trying to get my sandbox in Salesforce update to Edinburgh Update 3 from 2. Not sure why but it is failing with the following message: Access Blocked The operation you requested isn’t allowed due to a security policy in your organization. Contact your administrator for more information about security policies. I haven’t changed any security settings since my last update. I did however just refresh the sandbox. Any ideas on why I am getting this message? Thanks!
Hi Skuid Community, I’d like to use Nintex K2 OData V4 endpoint. For this most part this works great out of the box but that endpoint doesn’t determine which CRUD operation to perform solely from the HTTP verb. Rather, it requires a query string parameter too. To call a K2 SmartObject Update method, I need to use HTTP PUT, and provide ?method=Save (K2 SmartObjects may have multiple methods, update or otherwise, with varying names). Without having to create a wrapper web-service/middleware, is there something I can do in Skuid itself to workaround this? Many thanks!
Icon List not Populating in ComposerA description of the bug When I click the button to add an icon (in Sandbox), the normal modal pops up, but is completely blank. This has happened after doing a sandbox refresh. Sandbox V2 Edinburgh Update 2 (16.2.7.0) SFX
Hello! I am new to Skuid and I have a button that calls a js snippet. My js uses setInterval to poll an Invocable method. It worked great until I added the Skuid page in a lightning page then i got this error Content Security Policy directive: "connect-src ‘self’ Here’s my script: var $ = skuid.$; var interval = 3000; var request = ‘{“inputs”:[’; var Quote = skuid.model.getModel(‘Quote’); $.each(Quote.data,function(i,row){ request += ‘{“recordIds”:"’ + row.Id + ‘"},’; }); request = request.substring(0, request.length-1); request += ‘]}’; var setTimeInterval = setInterval(function(){//console.log(‘hi:’ + Quote.data[0].Id); console.log(‘@@@enter setInterval’); $.blockUI({ message: ‘Recalculating…’}); $.ajax(‘/services/data/v56.0/actions/custom/apex/CPQRecalculateHelper’, { data: request, type: ‘POST’, crossDomain: true, dataType: “json”, beforeSend: function(xhr) { xhr.setRequestHeader(‘Authorization’, 'Bearer ’ + sforce.connection.sessionId); xhr.setRequestHeader(‘Content-Type’, ‘appl
I have a table with a drawer. Inside the drawer is a table with child records. (Parent is a Quote Line, children are the Approval records, for context.) If I click the Drawer row action button as myself,* it works perfectly: opens the drawer and displays the table. The same is true when I use the “Open All Drawers” button I built using a Component Action tied to the table. *Confirmed it works the same when logged in as another Admin. The strange behavior is when logged in as anyone else - the drawer icon flips (I’m using a caret, so it turns when the drawer is opened). But there is no drawer - nothing changes other than the icon. It’s not as though the drawer opens, shows the table, but the data is missing. (Users can see this same list of Approval records in traditional Salesforce pages, so I don’t think it’s a records/permission issue.) It’s as though the drawer itself is locked and refuses to open for everyone else. I don’t have any render or enable conditions on any of thes
The javascript below is working great. My issue is that the table that the records are being created on is set with a filter to only show records with the “CAWHGL” var value shown. Once the code is done, users have to manually refresh the page to see the results on this table. Is there a way to build in a refresh on the skuid page table to alleviate the need for a manual refresh? var params = arguments[0], $ = skuid.$; var BatchLines=skuid.model.getModel(“MMA_Payroll_Batch_Instructor_Pay_LineCAWH”).data; var BatchLinesID; console.log(’ BatchLines ’ + BatchLines); var AP=skuid.model.getModel(“AcctSeed__Account_PayablePayrollTaxes”).data[0]; var APID=AP.Id; console.log (’ AP ’ + AP); console.log ( ’ APID ’ + APID); var APL=skuid.model.getModel(“AcctSeed__Account_Payable_Line”); console.log (’ APL ’ + APL); for(i=0;i<BatchLines.length;i++){ BatchlinesID=BatchLines[i].Id; var newRow=APL.createRow(); var BatchLineDATE= BatchLines[i].Date__c; var CAWHGL=‘a6sRh0000003aQLIAY’; var GLVar1= B
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.