Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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
I have a list with a data set next to a table. When you click the list it adds a new row to the table. The reference field to the Client doesnt display until you save the row. I fear this will be confusing to users, any way to get it to display before the record is saved? In V1 the Client reference displayed the name before the save.
Can I use Skuid platform to build Dynamic Mobile and web applications outside Salesforce?
Hello, I want to combine two different models into one table. They have similar fields and am wondering how to do this. Thanks
I just got an email from Salesforce titled the same as the title in this post; the email indicated that redirections are going to be phased out and no longer supported. Details:https://help.salesforce.com/s/articleView?id=sf.domain_name_redirections_non_enhanced.htm&type=5 One of the items they mention is “*.force.com” hostnames. I’m currently running my Salesforce UI completely through SKUID, so my URLs currently look like “https://mysite--skuid.vf.force.com/apex/skuid__ui?page=PageName” Do I need to worry about this? Is this going to be affected by this change? A linked article ( Help And Training Community ) said that I can disable my redirects in the My Domain settings to see how this change would affect me when Salesforce forces the redirects disabled. I did so, and was unaffected. I’m not sure if I am totally understanding this though because the previous article did seem to mention that “*.force.com” URLs are being phased out. Any information SKUID has on this topic would be
Working on V1 to V2 conversion, we had a calendar component in V1 where you would click and drag on a calendar to create an event and the dates and times that you clicked and dragged were populated in the modal. Building it in V2, it seems that the click and drag functionality only works with the built in create event modal. I needed to create a custom modal with more fields as the built in one only has three fields that you cannot change, but when I click and drag there’s no date and time population. Is there a way to make this work? Or is there a way to edit the built in modal?
This is a formula field with currency type: var BatchLineTaxAmount=BatchLine[i].Adj_Taxes_SOC_SEC_EE__c; This is a field that requires a numeric value, without the “$” AcctSeed__Amount__c:“-”+BatchLineTaxAmount, How can I change this to a numeric value: “-”+BatchLineTaxAmount
@Anna_Wiersema Hi is there something additional we need to do for guest users (through sites, not community) to be able to see a v2 page? My setup works perfectly for v1, but i tried to replace page by v2, and no matter what i try (even a blank skuid page with no model and just text) is not loading and seeing this error: pls help me
I am dead in the water!!! My Seach Component can only find me as seen in video. Skuid V2 reference component cannot find anyone. When I use some old page from V1 I can see the choices. Environment: API Version: V2 Release: Edinburgh Update 2 (16.2.8) Release version: (Version Number) Platform: Salesforce Brief Summary of the Defect/Issue: drive.google.com 2023-11-22_18-20-49.MP4 Google Drive file. drive.google.com 2023-11-22_09-14-49.MP4 Google Drive file. Here is a test page that recreates the problem <skuid__page unsavedchangeswarning="yes" personalizationmode="server" theme="Barb2" showheader="false" showsidebar="false"> <models> <model id="NewModel" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Member_DNA__c"> <fields> <field id="Name"/> <field id="Id"/> </fields> <conditions/> <actions/> </model> &
Hi, Is there something that I need to turn on in my settings? In my Sandbox I don’t see any icons in the modal but my Production instance is good. Thank you
Hi, Questions QUESTION 1 I have a few models on my page Account (form) - getting the page param id Contact (Table) - showing the related contacts - with Row Action - create new row Order (Form) - to create a new order passing multiple info from Account Model and I need the Contact Model to pass the Contact ID a order lookup field [REFERENCE (Contact)] called - Order Contact But it’s not working I tried multiple versions of it in the Row Action - Add default value Order_Contact__c → id, {{id}}, {{{id}}}, ContactId, {{ContactId}}, {{{ContactId}}} Order_Contact__r.Id → ContactId, {{ContactId}}, {{{ContactId}}}, id, {{id}}, {{{id}}} QUESTION 2 I also had an issue for the record type - Default Value. The only way I got it to work was to hard code the Record Type ID which I don’t like. What should I do for this one? Also tried multiple version with the ID or Name or Developer Name PS - next I need to work on the page 2 of the wizard to add line items so this too is not working Thank you, D
I am new to Skuid (this week) My page has 3 Models. 1st is to get the Order ID (condition page passes order ID), 2nd to get the Related Case (3 conditions: Order ID match + Case Status <> Closed + Record Type ID is filterable) and 3rd is for the case aggregate filter (groupings Record Type ID and Record type Name) The table Filter Source Type = Row in Model, Merge Source my 2nd model related cases, Option label template {{ RecordTypeId}} to see name, Which conditions will this source’s options affect = Just the default condition [tried Default condition and others → same result], Value to inject {{{ RecordTypeId}}} The page/table + filter are working but the values shown in the filter are not unique values if I have 4 cases in the table 2 service, 1 concierge and 1 portal the filter shows what am I doing wrong? thx
Hi All, I am working in a Salesforce Org that uses Shield and has the Name field encrypted. The issue I am having is that one of the fields I am trying to reference in skuid is a lookup field. Despite the fact that I am telling the lookup to order by the createddate, it’s ordering the search list by name and as a result is giving em an error. "SELECT Name,Id FROM Account ORDER BY Name,Id LIMIT 51 Error:field ‘Name’ can not be sorted in a query call " I am certain the issue is that the name field on the account object is encrypted, so I am unsure why this is happening if I am specifying a different field to order by.
Hi guys, is there any way to create a thumbs up thumbs down voting functionality in Skuid? I have a skuid page that I use for Knowledge Articles in our community, but we wanted to add some sort of article voting feature. Is this possible? We have the Millau (11.2.30) version.
Hey All, Having migrated a page with the V1 Calendar to V2, it appears the component itself loads and displays data extremely slowly, if it doesn’t bog down the page and load at all. I have tested the same models with table components, and they all load quickly (with more data as it doesn’t have the built date filters going from the monthly calendar). Looking through some other topics it seems like this has been an issue for others in V2 as well. Does anyone have a fix or solution to get faster load times? I am using all best practices for page speed. This is a major feature in our app and will cause issues for users trying to utilize calendars in V2. V1 Calendar loaded very quickly and was pretty user friendly.
Working on using Drawers(with a table) on a table again. Having a time getting the context worked out. Not sure if I’m finding a bug, but when I select the field for context on the drawer-table, the field picker is for the same object for both the Field and Merge field For the Field For theMerge Field Images look the same, but they’re not, which is the issue. In my understanding, the Field -field picker- is correctly showing fields for the components model (The drawer table in this case, NPSP_payment object) BUT, the Merge Field -field picker- should be showing filed for the context model.(?) in this case the table that contains this drawer uses an Opportunity Model. However, the Merge field field picker, is also showing the fields for the drawer component model (NPSP_payment object). For this setup at least, there was a field called Id that I could match it to, but it’s not that way in other use cases. Thanks for any pointers. … Note also, Skuid sample page for drawers doesn’t seem
Hello, I was wondering if in v2 there was a way to have a real-time dashboard kind of functionality, as we find often users do not refresh dashboards and miss out on timely opportunities. Those are often complex dashboards with loads of models …
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.