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
Hi Skuid Community! I am trying to back into some user metrics without any coding. What I’ve decided I want to try to do is auto-create a note or activity on my Account whenever my Account detail page is loaded. I’m using similar auto-creation for when certain buttons are clicked, but I’m not sure how I could do this every time the page is loaded (we are overriding our standard account detail in SFDC to the Skuid page). Has anyone tried this? Any other suggestions on how to achieve something similar? Any reports built?Basically I just want to know how many times a user lands on the Skuid Acct Detail page, and how many times they are clicking on buttons that take them back to Classic functionality.
I have a simple page that is displaying a table of accounts. When previewing the page or loading as a standalone VF page, I have no issues. When accessing the page through a lightning tab where the page is loaded as a lightning app page, I am getting a console error for every picklist field and every record but only when RecordTypeId is added as a field in the model. This is causing the page to load very slowly as all of the errors compile. Once the errors finish, the page loads. If I remove the picklist fields from the table, the errors stop. If I remove RecordTypeId from the model, they also stop.
As you can see in that snapshot. The error message in red background in behind the popup window. Even I closed the popup the error message is still unclickable. Any idea to inspect the error message? Thanks
Feels like this would have been asked before but cant find it.If you wanted to “replace” the Salesforce Reports tab with a number of Skuid reports, are there best practices or templates with how to organize these? I know what many of the options are I’m trying to see who’s gone through the trial and error to find the best UI for this. I’d assume the Skuid team uses their product for reports vs. Salesforce when needed what’s that look like? Others?Non Lightning options for now.Buttons on a page that launch a report?Queue page to launch?Tabs (ugh)?Other?
Since I’m doing busy checking on the model status every few seconds. Sometimes, the error messages will be on and off. Is there any way to hide this kind of error messages. It will break the user experience. Thanks so much.
I have an “input field” I would like masked with ****** as the user enter the characters. Is there a method?
My REST api requires that I include a field for certain update (PUT) operations, even if that field hasn’t changed. How can I get skuid to send that field in the request body?
I have a Standard Salesforce page layout with a Skuid visualforce component.The Skuid page loads and displays properly.When users click on the page, they get redirected to an “Invalid Page” salesforce message.Other Skuid pages work great in the community, it’s just this one component on the layout.Any ideas?
Is there a way I can get a calendar component’s current date range?
I have a calendar component with a custom popup that has a required field. If I leave the field as --None-- and use the standard buttons on the popup to save it takes me out of the popup and 2 errors are displayed on the main page. If I add the Save/Cancel button to the field editor and click Save the error is displayed in the popup as expected. My question, is there a way to hide the standard Save,Cancel and Delete button and just use either custom button or the standard field editor buttons? Here are a few screenshots to show what I meanhttp://imgur.com/a/QvlJ7
I am trying to pass a boolean value of true into a page include to be set as a condition on one of my models. I have tried ShowRP=trueShowRP=TRUEShowRP={{TRUE}}ShowRP={{true}and have not had any success. Please help.
Just updated to 9.5.10 and we now cannot access the filepath property for javascript static resources.I can hack the XML and add the filepath property, and the resource works as expected.If I remove the content_type property in the XML, the filepath property appears in the builder and also works as expected.The content type of my resource is “application/x-zip-compressed”
We’re running into an issue while saving multiple models where it continually shows that it’s saving without actually saving. We found the error: Uncaught RangeError: Maximum call stack size exceeded BUT we don’t have any Java in our flow. Any idea on how to fix this error and allow our page to save?
Is there a way to search multiple tables at once? We have pages that have models for various objects, and I would like to be able to enter text in a single search box, and have all of the tables filtered for that same search string.
I’ve noticed on some of my live pages that I can select text and copy and paste that text into other fields of a spreadsheet, etc… and some pages I cannot. I think it is the deck component that is preventing the selection of text that is displayed on the live page.
I added a lookup relationship field to the template of the search component but it doesn’t seem to be searching the lookup field values. Is this not possible?For example: Using only the Contact object in the search I want to also search for Accounts. I add the Account field from the contact record but no results appear when searching for an account name.
Hi,Anyone know how I can get all available fields in an Object in Salesforce. Thisngs I am trying to do is build out a component that user can select fileds and the model will populate with those fields only.
Just upgraded to Brooklyn (9.5.10) from Banzai. Here’s the setup of my nav component: Here’s what it looks like in runtime: Why is the nav duplicated? It’s wrapping like it always did, but now also has a collapsed menu.
Is there a way to take selected table rows and pass them to a new model and then join the passed records with selections from another table? My process starts on the PermissionSet object via table row selection. (Image 1) A mass action passes the selected rows to a new model and opens a popup (Image 2) The pop up contains the passed over permission sets as well as a table for user selection.(Image 3) Would it be possible to make multiple user selections and create the appropriate permission set assignments based off of the users selected and the passed over permission sets? Image 1 Image 2 Image 3
I have a sliding panel that opens with 95% of the screen. Within the opened sliding panel I open another sliding panel with 90% of the screen. If I put a button on the page “Close” and choose the action “Close All Sliding Panels” it does exactly what the choice says. Is there a method to close ONLY the top sliding panel like closing the “Top Most Popup”?
I am trying to get a PDF that I have in an attachment object saved out to disk. I am using something like this: blobFile = results.models.PackingSlip.data[0].Body; var bf = new Blob([results.models.PackingSlip.data[“0”].Body.realBlobValue.asByteArray ], {type : “application/pdf”}); saveAs(bf, “packingSlip.pdf”); this is what the Body of the Attachement looks like from the Model. So skuid is retrieving the Attachment PDF correctly. The PDF is downloaded correctly, however, when I go and view it. I get this: So my question is: How do I properly get the Blob from the object above so that its an actual PDF? Thanks in advance.
I am selecting rows and performing and than performing multiple action … i selected action type Update a filed on row(s). there is two option all rows in model or rows on context. when i performing and selecting two rows it is updating only one row :o
Wondering if it is possible to use a wizard’s button action to run multiple actions, including navigating to another wizard to complete the next steps. Any insights on this would be great.
I’m on Brooklyn Update 1 - Iteration 7I have the following rendering conditions for a field ‘Transfer Other’1: Transfer Definition = Other2: Applies = 'Yes3: Type = ‘Sell’The field should render if (1 AND 2) OR (1 AND 3) - This does not seem to work even though it shouldAny suggestions?Roy
I need help figuring out how to show a message and block the UI while a page include on a child page is loading. This is the framework:We have a master page with a Navigation. When our user clicks on the Navigation they are directed to a URL of a skuid page that is a child of the master page they are on. The only content of the child page is a page include. I would like the UI to be blocked from the time the user clicks on the Navigation, to the time to page include loads. The reason for this being that the browser is showing the page as completely loaded but there is lag time while the page include loads and the user leaves thinking the page is broken when really it is just still loading (but there is nothing indicating that to the user). Any help on brainstorming this is greatly appreciated as it will increase our user adoption, thank you!
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.