Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I am making a wizard page to guide admins through directions to complete a task. I want to enter screenshots to help them. What is the most simply way to do that?
I am using following block of code to mark rows in model for deletion. if(delQliPri.data.length &gt;0){<br>&nbsp; &nbsp; $.each(delQliPri.data,function(i,row){<br>&nbsp; &nbsp; console.log('RowID------&gt;',row.Id);<br>&nbsp; &nbsp; delQliPri.deleteRow({Id:row.Id});<br>&nbsp; &nbsp;&nbsp;});<br>} but it is doing nothing. Don’t understand where it is wrong. Help me in understanding it. I tried to implement it from this Skuid document
We’d like to be able to run the whole approval process through Skuid pages for a smooth UX.I have built something in a sandbox for our account approval process. Currently if I click on Approve / Reject button I am taken through to a Salesforce classic page, which looks pretty ugly. At this point I can then approve or reject a record. Is there any way around this, so I can put the pages in Skuid, I am open to ideas.I’ve heard invocable apex mentioned a few times. Is there any standardised code I can borrow from someone to get this up and running please?
Hi,Pretty new to Skuid and I am trying to add some spacing between buttons in a button set. I imagine I have to do this with some CSS? Not sure. Any help will be the most appreciated.Thank you!
This error occurred on the Skuid page in Lightning Experience, we haven’t encountered this error before. The Skuid Version we are using now is 11.1.1. We are still no clue which is the root cause of this error. We are wondering if there is any workaround to get rid of this error message. Any help is appreciated. Thank you very much.
Hi, how can Skuid features be used to display the file attachments in Salesforce. We are exploring how Skuid can be used for KYC process where we can display the customer documents in a Skuid Page and the document checker can put his comments and decision on the Skuid page itself. The Skuid KYC page should pick up all SF attachments for that customer one by one. Thanks
I have a popup where a the record type can be changed. When the user hits Save & Close the popup window closes. The record type changes, but only when the user refreshes the browser. How do I ‘force’ the refresh? What steps am I missing?I have the following in place:Field ID - RecordTypeId; Rendered as Picklist (would prefer lookup)1. Save changes in model2. Query Model3. Close topmost popup
Need help!I have charts on multiple tabs and I can drill-down on each chart which works fine. But when I drill-down on one chart and select the other tab, the size of chart grows and it covers the other components on the tab.
Hi,We have a Community, and the homepage of this community will show all the Chatter Feed from a Chatter Group which belongs to this Community. Our Skuidpage currently uses the Chatter Feed component, along with the Chatter Feed Property (FeedType: News Feed running user), with this option it will show all the feeds are visibility to the current logged in as user. However, we want the Page to show all news feeds which are only posted to the Community Chatter Group. Is there any way to work with Chatter Feed Component of the Skuid page ?We have tried this approach by including the VFP into the Template component then we used the iframe to load all the news feeds from Community Chatter Group. Unfortunately, we didn’t want to use this method to load all news feed from the Chatter Group. We still want to use Chatter Feed component of Skuid.Please advise us how to achieve this idea by using the Chatter Feed component of Skuid. Thank you very much.
I tried twice recently to upgrade Skuid on our Salesforce Sandboxes from Rockaway - Iteration 10 (8.15.8) to Rockaway - Iteration 15 (8.15.17) without success.Here are the steps I performed:-opened the Skuid Releases pagehttps://www.skuid.com/releases/salesforce/ [^]-opened Changelogs and Past Releases-opened Rockaway - Iteration 15 -clicked Sandbox Message: An earlier version is installed. It can be upgraded while preserving the existing data.Installed: Rockaway - Iteration 10 (8.15.8)New Version: Rockaway - Iteration 15 (8.15.17)-clicked Install for All Users-clicked UpgradeMessage: This app is taking a long time to upgrade.You will receive an email after the upgrade has completed.-clicked Done-didn’t receive email confirming upgrade-reviewed the Package Details: Skuid (Managed) page & the Version Number is still 8.15.8Any thoughts on how to resolve this issue?
I’d like to know if there is a way to select all field editors inside a tab that has been selected by the user.
Hi, Currently, We are using Skuid v11.1.1, and Lightning Design Theme. When we clicked on button to make it shown the New Popup Window, then tried to close the New Popup window by icon on the top right of the Popup, the icon is covered into White background, somehow this caused to end-user not be able to find the icon to close the Popup window. Please see the screenshot we have taken as an attachment. Thank you in advance.
In the image below, the skuid filter fields and icons display correctly (Skuid Page Preview) When I link the page to a Salesforce community using the skuid page lightning component, the skuid filter fields and icons do not display correctly. Any suggestions on how I can fix this?
I have a formula field “Search_Name__c” that I am trying to use with Search Component. I can return the values of the “Search_Name__c”. But the “Search_Name___c” field is not being searched.
Hello All, I have a peculiar situation that someone may have seen before. I have a table on a skuid page that pulls in Account records from SFDC. The skuid page itself has been working normally up until an hour ago and has not been edited for many weeks. The problem is the table itself is not pulling in any data nor the header _but _the table filter and search are appearing. When the filter is applied or the search utilized the table data appears. Please see screenshots below. Other things to note: This is user specific and not machine specific. Any admin is able to replicate logging in as this user. Does anyone have any idea as to what user data could have been modified to cause this? Screens: Before Filter Applied After Filter Applied
Hi,We recently upgraded Skuid to 11.0.6 and all of our site pages are just displaying a white screen without any content. There are no errors in the console. All we can see is a nx-page-content div with nothing inside it.What is odd is all of our force.com domains work for these site pages. It is just our custom URLs that no longer work. Any ideas what might be going on?
I want to replicate the Salesforce quote generation and automation of quotelineitem records when saving a new quotel. The Quotelineitems should replicate the opportunitylineitem records. Seems like quite a lot of configuration is required in Skuid to match what Salesforce have built.I’m guessing this has been done in the past as it’s standard Salesforce functionality, so wondered if anybody had some XML they could send across please?If not, would anyone be able to guide me through the steps of adding quotelineitems to a quote once the quote record has been saved? The quote is being generated through a pageinclude on the opportunity page where I pass it the opportunity Id through a query string
I have a snippet that creates new rows through a mass action. Since upgrading to 11.1.1, the snippet creates the first record twice and I cannot seem to find a way around it. This was happening with two models on the snippet so I commented out one and added it separately as it’s own action but we need to have rows that are created from selected table items. Is this a bug or am I doing something incorrectly?Snippet below: var params = arguments[0],<br> $ = skuid.$;<br><br>var table = skuid.$C('sk-3-w0AD-637');<br>var list = table.element.data('object').list;&nbsp;<br>var selectedItems = list.getSelectedItems();<br>var newQuote = skuid.$M('NewQuote');<br>var quoteLines = skuid.$M('NewQuoteLineItems');<br><br>console.log(selectedItems);<br><br>//create a new quote<br>//newQuote.createRow();<br><br><br><br>$.each(selectedItems, function(){<br>&nbsp; &nbsp;var row = this.row;<
I have a chart on task status, where we use the terms Red, Yellow, Green. Is it possible to set the chart so that Red is always shown as red, etc? I can’t set the default colour order, because there are instances where not all categories are used. E.g. if i setup red as the first colour, and there are no instances of red in the model, the next series (yellow) will show as red.
Hello fellow Skuidets! I’m loving Skuid and have been overriding pages to streamline workflow. However, multiple users have noticed that the Global Search that shows My Recent Items and typically gives you a hyperlink fails to work when I have a Skuid override page. I’ve used the console and do see an error when trying to click: VM4520:1838 Uncaught TypeError: Cannot read property ‘select’ of undefined at Function.AutoCompleteInputElement.click (:1838:94) at HTMLLIElement.onclick I’m on the latest version of Skuid 11.1.1 but this was also happening on previous versions of 11.x too. Has anyone else encountered this? Suggestions on where to go next, please? Thank you,
I have some sensitive data that I’d like to report on in aggregate and have all my users be able to access. So while they shouldn’t have access to the individual records, they should have access to reports and charts based on this aggregated data. I can’t use SKUID charts because it requires users to have access to the records first. Is there a way to query a model as a different user?
Hi Everyone,Need help!I have a skuid page which uses page include to access another skuid page and it renders perfectly for all internal users. But when I open this page as a Community user I see the error “There was an error attempting to load the requested page”.Community profile has all the required access on objects and fields.
Greetings, After we upgraded all of our orgs to Millau, we noticed in the deployment status section that there were deployments with a Salesforce Id instead of a name that a developer/admin would create. After some investigation we determined that these were related to saving Skuid pages in the editor.Some of these ‘deployments’ failed (failed due to administrator setup locked), and most have succeeded.If this is indeed something that Skuid is doing, is this something that we should be concerned about?Thanks for any information.
Half my mobile pages are disappearing after the last update. Help Help HelpSoapbox - Untitled Recording — Feb 21, 10:28 am
Hi, We have a one page donation site page that is running at give.precept.org. We noticed today that the page will not load in Internet Explorer. What is odd is that several employees can reproduce the issue, but not everyone can. We are all running IE 11, but our point releases are off slightly. In the console, an unspecified error is displayed pointing to skuid_SkuidJS (for the users that can reproduce the issue). In production, we are running on Skuid 8.13. Another interesting point is that we are actually rebuilding this page. In my sandbox I am running on Skuid 11.1.1. I have rebuilt the page with a few additional features. When I have the users who are having issues in production load the new page in IE 11 via the sandbox site the page does load. However, a few of the fields are not displayed and they get the below console errors. This is very odd. Has anyone seen issues like this before?
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.