Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
As we can see the calendar doesn’t take the full height of the window. I could not find a way to adjust it. Any good approach to do so? I tried to make this DOM element 100% height, It’s still not taking the full height.https://83540d4b.ngrok.io/calendar.htm I tried to apply .nx-cal-table{ height: 100vw; } To make the calendar take the full height of window and also not overflow the window which means the y-scroll bar won’t appear. However, it didn’t work at all. any idea? Thanks
We have an expense approvals skuid page which goes to the expense page and changes the status from pending to approved on a field on the expense object we created and saves the record. When individuals are assigned roles on the expense object to have view/modify all, they are able to save with no issue. However, when they only have read and edit access to the object, the insufficient access rights on object id error occurs. Attached below is the error. In separate comments I will attach the access rights as well as the actions occurring on the approve button.
Hi there - The gear icon on my queue stopped working. It should be showing filters, but clicking on it now just shows a horizontal line underneath the queue title. There has been some other strange queue behavior (for a while I could get the filters to show up while i was troubleshooting the page include not working, but they rendered on top of the queue items, for example.)I’ve just updated to the latest version of Brooklyn. I deleted the queue component and built it again and still - not working.
I am working on a page include that opens a Skuid page. However, when the tab button is clicked to open the page include, it does not open the Skuid page its direct to. Instead, it opens the Skuid page that is currently being viewed.See attached images to see the details.
Hello!When we use Google Maps as an external resource in a Skuid page used in a Lightning page (rather than Visualforce) we end up falling afoul of the various security measures Salesforce activated in the last release about linking to external javascript. Because the script is externally hosted by Google we can’t just save it in a static resource or in a page file.I’m aware this is more of a Salesforce issue than a Skuid issue… But this community is wonderful, and I thought I’d check to see if anyone knew of a solution to this problem as it may be that we’re missing something.Many Thanks!Louis
I am utilizing the custom popup property of template field and displaying a read only table in the pop-up but the table is still showing up in edit mode. Is it possible to render the table as read only?
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
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.