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
We have a new installed app with custom fields (in standard objects) and custom objects. When I add the fields to a native SF layouts, they populate and appear. When I add them to a Skuid layout, they don’t appear (I don’t even get the field labels). I think this might be a permissions issue but not sure where I start on that.
I am trying to get the current loaded model id in my document ready method.(function(skuid) { var $ = skuid.$; var params = arguments[0]; var activateHandler = function() { skuid.$(“#bodyTable .nx-conditioncontainer-left .nx-conditiontoken.nx-actionselect .nx-actionselect-arrow”).on(“click”, function() { setTimeout(function() { skuid.$(“#bodyTable .nx-conditioncontainer-left .nx-actionselect-dropdown .nx-actionselect-dropdown-item”).on(“click”, function() { if (this.innerHTML === ‘** All Years’) { console.log(‘All Years’); console.log(params.model.id); } }); }) }); }; $(document.body).one(‘pageload’, activateHandler); skuid.events.subscribe(“models.loaded”, activateHandler); })(skuid);
Can we set “Max # of records (Limit)” property of any modelthrough salesforce custom label.Used below two approaches for its solution,1. Used custom label directly{{{$Label.CustomLabel }}}2. Created one UIModel and set salesforce custom label value to its UIOnly field and then put it in the "Max # of records (Limit)" value.{{{$Model.MaxRecordsModel.data.0.MaxRecordValue}}}
Working on building styling variants for our components and I ran into something i’m not sure is intentional or something I can work around. The style variant when applied to a Tab Container works great; however, when the Tab Container is stacked vertically due to page size limitations, it loses all its style settings. I’m hoping to be able to design a “Reports” page with direct links to relevant reports which can also be used in the footer icons. It just looks weird once it’s stacked vertically since the Tab Name’s are also scaled down. There’s no settings in the Design System that allows me to adjust the vertical tab settings but I would’ve assumed this is inherited from the Tab’s style variant. Below is the same exact page, one with enough screen real estate to display fully, the footer has everything truncated and loses it’s styling.
Any updated ETA on the tool Skuid is working on to migrate existing pages from 1.0 to 2.0? The latest I could find in the community was from 4 months ago, https://community.skuid.com/t/convert-page-built-on-template-to-page-running-on-design-system?topic-reply-list%5Bsettings%5D%5Bfilter_by%5D=all https://community.skuid.com/t/best-practices-for-migrating-pages-from-api-v1-to-v2
In V2, when using a page include, when elements expand beyond the initially rendered container for the page, they don’t naturally expand into the overall page cohesively. This is most pronounced with picklist where when a picklist is selected, the include section inserts as scrollbar and the picklist renders behind the page rather than above. This is behavior I would expect with an iFrame, but page includes should be treated as components of Skuid pages and have an integrated UI. Here’s a before and after when selecting a state picklist from a form on a page include:
Skuid’s API has so many capabilities, which we leverage through Javascript. I’m wondering if anyone has tried to leverage it via a data source. There are certain sections, like the utils API where I could see some use for passing in a value from another data source and then using the response in a model.
Hey Everybody, I love Microsoft SQL Server! I recently had need to build out a test using the “Azure” flavor of MSSQL called Azure SQL DB.Thinking others might benefit, I put together this quick doc: <a href=Azure and Microsoft SQL.pdf - Google Drive" title=“Link: Azure and Microsoft SQL.pdf - Google Drive”>https://drive.google.com/open?id=1LVxrJxV3-qzZPAwmQUi3tqTPtkWboBnGWarnings and disclaimers: It seems like the Azure Admin user interface changes quickly. If you use this doc as a reference but find things not quite matching up, I’m guessing it’s because the Azure Console changed on us. Hopefully it won’t be a big stumbling block. This is just for testing purposes. Do your company IT folks a favor and get them involved if you sense that you may build something out of test that may end up being used in production. Happy Building!~Carl
Anyone know how to customize a Chatter feed through CSS? We have a Chatter Feed we have made available in a sliding panel as a part of our master page. We only want the user to be able to view the feed. We allow the user to interact with Chatter from a specific record. We also do not want our Users to be able to navigate to certain objects from Chatter (ones without a Skuid Page Assignment).How can we remove the quick actions on one Feed without removing it from all Chatter? How can we eliminate all hyperlinks from a single Chatter component? And for extra credit:It would be fantastic if we could eliminate hyperlinks to particular objects within Chatter, as opposed to eliminating all hyperlinks.
Hi all, We use the import wizard to import contacts and accounts and just started having a problem with it. When we choose which file and click next to map the fields, we receive this error: It occurs for different files that have a lot of data rows and also occurs for files that have only a handful of data rows. We have checked there are no empty columns in the middle of the data and it is saved in the correct .csv format. Thanks in advance for any help
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
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.