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
Anyone else notice that the modals/popups once put into a lightning environment display blurry? It also looks like some DSS characteristics (like headers being bold) are being affected by the also. Not a dealbreaker for release but still something to note. Popup/Modal in Page Preview (Intended) Popup/Modal in Lightning Environment (Blurry)
Can we have an auto-complete auto-select a typed in choice before the item shows up on the drop down?
I’m not sure what is causing this issue. I have a button-launched Visual Flow that works just fine in Salesforce, but when I try to embed it into an iFrame within Skuid only the first screen seems to work. Here, I’m able to select a picklist value which should then send me to one of three screens based on my selection. Again, I am confident that the visual flow itself works as it works when launched from a Salesforce button. However, when using it within an iFrame I don’t seem to be able to proceed to the next page. Each time I try, I get the following error message Has any encountered this issue before? Does anyone have any troubleshooting tips?
Uncaught TypeError: Cannot read property ‘setRow’ of undefined while saving the model from JS snippet I’m creating the new record using the Table component, and saving the model from the Javascript snippet on click of row action button, instead of Skuid’s default save action. during that snippet execution, i’m gettign the mentioned error, and it’s not going inside the callback function of save. Snippet for reference… var quoteLines = skuid.model.getModel(‘QuickQuoteEquipment’); var quotes = quoteLines.getRows(); var qqIds = ; var quickQuoteModel = skuid.model.getModel(‘QuickQuoteModel’); try{ $.each(quotes, function (i, row){ // Only proceed if the row has unsaved changes if (quoteLines.isRowChanged(row)) { console.log(‘Entering row changed…’); console.log(row.Id); var qq = row.genesis__Quick_Quote__c; console.log(qq); if(!qqIds.includes(qq)){ qqIds.push(qq); }
NA73 is patched already (Spring '19 Patch 18.6) Noticed some Skuid components are loading, some are not, and some are not after a browser forced refresh (control-R in Firefox or Chrome). Running Skuid 11.1.7Please help? The Skuid components is mission critical to my client’s business, and every day that it’s not working is costing my client money.
I’ve noticed that the list component is displaying things such as paragraph breaks, special characters, etc when using fields such as Text or Rich Text Areas. Has anyone figured out a way around this within the list component? Kinda makes the component unusable for anything that displays text fields.
Hello, Using row action button, I’m calling the Javascript snippet and in that snippet, I’m saving the model and then calling the Apex class. In JS log, it’s showing the updated new value, but while querying in Apex, it’s taking the previous value which gives the faulty outcome. When I was using Save Action in SKuid UI earlier (without using model.save() in snippet), it was taking the newly updated value. Please assist.
We have a requirement to allow drag and drop rows to reorder a table. This has long been possible in V1 with a sortable snippet. Is this possible in Spark V2? I did not see the ability to add a custom component to the page to even try with javascript.
When making changes to fields in a Wizard component, my team noticed the fields disappear from the Wizard after clicking “Save” or “Cancel”. If the User wants to edit their entry, they must refresh the page, then navigate through the Wizard again to find the field entry. The issue is illustrated below: Is this a setting specific to the Wizard? Can it be turned off?
Hi,we have some buttons to create new tasks related to opportunity.In all the buttons we have an action “create new row” on task model and WhatId is filled with {{$Model.Opportunity.data.0.Id}}.After saving, sometimes Whatid is blank and the only relationship is with Contact on WhoId.Everytime i try to reproduce this error the field is filled correctly, so it’s very difficoult for me to understand.Any resolution for this?Thanks
Recently, I updated to 11.2.18 and a couple of Mass Create pages I was using quit working so flawlessly. I rebuilt them to have no snippets and 2 of 3 are working even better than before. But the one page is having some random issues. This month out of the 800 people that created children records on a particular page using a mass create button 2 employees who clicked the button created 100’s of records that had to be cleaned up. Basically, a child record was created for each Account they had permission to view. Typically the wizard just creates children records for the Parameter ID of the page in question. I have no idea why it created one for every Account they had access to. Both employees work in different geographic areas with no contact with each other and the clients they could see were different. So the error it feels very random. 100s of uses with no issues, but for 2 users a big issue. I was thinking it might be web browser related but can’t pin that down. For 3 years
Currently, we are using community built from Skuid pages. Since this morning, community users are not able to access any Skuid pages using the Community URL. NOTE: We are using VF to redirect Skuid page. We also tried to remove VF and call the Skuid page directly from the URL and still facing the issue saying "We were unable to find a Skuid Page named “TestPage. . The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page.”.We have checked all the permission and OWD setting and everything looks perfect.Error encounter when use VF page redirectWould be glad if anyone could provide some suggestion.Thank you !
Hello! Today I noticed the following error message when viewing a page (using a visualforce page component) in a community page: Error: Error occurred while loading a Visualforce page. It worked fine on last week and no changes have been performed from my side. Could it be linked to the patch released by Salesforce to fix the ‘Issue with using the Skuid component in Lightning App Builder Pages’?Many thanks,Jesus
Hi, all my salesforce sites that run skuid pages are now showing Authorization Required. Seems like even yours are! (https://www.skuid.com/releases/)
All our Community sites in Production and Sandbox Orgs that use Skuid pages - either redirect ( action=“{!redirect}?page=Home” ) or embedded (<skuid:page page=“Home” />) - are now throwing Visualforce page errors when logging in as a community user. Everything was working yesterday but now ALL sites are throwing the same error - this includes sandboxes which haven’t been updated or visited for months. The sites are working as normal when logging in as the Internal Administrator. There is little-to-no debug info available - only a useless “CODE_UNIT_STARTED|[EXTERNAL]|06624000001QdmP|VF: /apex/Exception” message - and the browser console reports a useless “HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.” Has something been updated at Salesforce/Skuid regarding permissions or licences? This is a critical issue as our community sites are now unusable
Till today morning every thing is running fine but from afternoon all the pages of skuid which are used in VF with lightning outApp are not running.
I noticed that the new upgrade talks about a JIRA datasource. How can I set this up? https://docs.skuid.com/v12.1.1/v2/en/release-notes.html
I have a page on Spark V2 that is used in a Lightning page using the Skuid:Page component. Occasionally, when navigating from standard Salesforce pages back to the detail page that contains my Skuid page I get a Lightning error related to a Theme resource. For example, I’ve seen the error after navigating away from a Submit for Approval action (standard Salesforce) back the detail page with the embedded Skuid page. Our design system theme has just one or two style components in use - one sets a border around a wrapper. Simple things like that. Any idea what this could be?
Just a heads up to anyone thinking about updating to 12.1.1, I would highly advise doing so in a brand new sandbox org first to see if you got the same issues i’m seeing. For lack of a better explanation, the update broke our test org pretty much universally. Page includes not loading, loading broken, lazy load set pages loading on pageload, etc. etc. Video does a better job showing what’s going on. To confirm this was update related, last week we ran every page & function with our admins with no issues, at least not at the level we’re seeing post-update thank god for sandbox. Not shown in video is the pages showing the same type of erratic behavior in page preview.
Usecase: I would like to update the background of an event based on a picklist value. If the picklist values is any of these then :green else blue Corp - Workday Rising USCorp - Elevate US Corp - Exec Programs Corp - Tradeshows I tried the formula for background color but this only show the first color: if({{Campaign_Channel__c}} = “Corp - Workday Rising US”, “#ff9b69”), if({{Campaign_Channel__c}} = “Corp - Elevate US”, “40a0ff”,“#217a37”)
12.1.1 Upgrade messes up pages in Spark
Recalculate Aggregate in Salesforce
I am having trouble defaulting a record type id value on a skuid page. Details Have a skuid page that is invoked from either Opportunity or Account page & the parameter changes depending on from where the page is invoked /UI?Oppid=0064B00000DZB3V (for opportunity) /UI?Accid=0064B00000DZB3V (for Account). The object in SFDC has 2 record types ( Account , Opportunity) The Record Type field in Skuid is set to picklist (field Renderer) Also have 2 Action branches on the model (On creation of a new row) based on condition If ISBLANK({{{Opportunity_Linked__c}}}) = false then default Record type to the Opportunity Record Type Id ISBLANK({{{Account_Linked__c}}}) = false then default Record type to the Account Record Type Id The problem is that the record Type field in Skuid always defaults to Account Thanks in advance for any assistance.
Has anyone put together the detail steps (possible a video helper) on setting up docusign including configuring the data source?
For Windows users on the latest Chrome, when we click a Button set in a Deck, the Click interaction on the Deck triggers as well as the button actions. This is not happening for Mac users on Chrome or Firefox.
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.