Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
The lookup search box does not recognize html
I have a table that I want to see in Mobile Safari as a table for certain reasons instead of mobile cards. It works great when viewing the page directly, however, I need to include it as a page include in a sliding panel. When I do that, the scroll doesn’t work. It is frozen in it’s page load position. Skuid 12.4.6 Thanks!
This “List” works as described and is great for the desktop. List — Skuid v12.4.9 Documentation Instead of showing a page on the same page, I would like to have a “page include” instead of the target page. I also attempted to have the list function open a modal page. It works one time on one record. Does not work on a second “Click” on the list. Any suggestions?
I’m trying to create a branch that checks to see if there’s any data in a model. I can’t seem to get this to work. Here’s what I have so far.
Hello, Would anyone know of way (hopefully declarative, as i’m a JS noob) that I can select rows from a table, concatenate their respective ids, and send that concatenate field to another model’s condition So example table has 5 rows i select , first 2, the Id would be concatenated as such: ‘0011W00001wQsPb’,‘0011W00001wQrTV’ And the ability to use this concatenate field to activate & set value of another’s field condition Thank you!
Is there an option to check if a model has unsaved changes in a JS Snippet?
2020-07-08_11-06-20.MP4 The navigation menu is cut off at the bottom of a modal
Please help. I created a Basic model and a Aggregated model on the same sObject. I was able to successfully create a summary table using the aggregated model and create a drawer showing the detail using the basic model. I was so proud of myself! So then I went a step further and tried to add the aggregated table as a chart action on a chart I created. And then added the detail as a drawer on the chart action table. The problem is that the aggregated table is not showing any records, but the detail drawers ARE showing the correct data. That tells me something is working correctly - but why isn’t the table populated? I made sure that I made the grouping field alias the same as the actual field being grouped. And added this field in the Context. Am I missing something? Thanks in advance
I have an Odata model which takes input from another model field. When I query model data either in snippet or by model condition I am hitting max characters in URL error. So looking for any other ways to split the query batch wise, i.e. sending input model fields batch wise and fetch data batch wise.
I have followed the instruction on the Aggregation Case Study documentation and I cannot get the Oppty Owner filter to work on the Opportunity table. First, it is not rendering as as a drop-down list - because there are so many records - and second, the filter does not seem to be recognizing the condition on the User model. I even added a 2nd condition to show only Users with a specific Manager. When I add the User model as a table, I only see a handful of Users as expected, but when I look in the User filter it shows all users even though the datasource is set as the User table. Is there something I am doing wrong? I have checked and re-checked to make sure that I am following the instructions - and I am. I am working in V2 Here is the link to the instructions https://docs.skuid.com/platform/v1/en/skuid/models/aggregate-model/aggregate-model-use-case.html Here is the XML <skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true
Are there any screens shots to show how to load a record into a UI Only reference field when creating a record. Here is what I have done in V2: 2020-07-06_16-07-30.MP4
Hi Guys, Wondering if anyone in the Skuid Team can maybe assist with a bunch of issues / limitations found using DSO It seems this is an underused feature and maybe at the same time I can be the guinea pig to help fix /update certain features We are using PostgreSQL Examples: Made a post on this a little while back, but Skuid for some reason handles weird any ID field longer than 17 digits from DSO. see http://community.skuid.com/discussion/8012662/issue-with-dso-postgresql-unique-id-field#latest If table unique ID not really unique, Skuid skips those ‘Rows’ when displaying (related to issue above) A Lot of Timeout issues, not displaying on skuid page (only visible in console) Aggregate Grouping missing all functions (calendar month…) and even trying through XML does not work Even if in DSO some fields are made sortable, the only way to actually make field sortable is via XML Table/Field Permissions much better in latest update, but maybe an option to give access to all Data in 1 click
I want to use File upload component with REST approach. Im trying PUT BLOB operation using OAuth 2.0 approach. I have created authentication provider and data source for the same. I have provided callvack URL as “https://genesisextn.cs67.visual.force.com/” and same URL is added as redirect URL in Azure AD settings. But im getting same error. Please help me find a solution.
HI Team, i want to update ui only picklist field whenever the source model updates so that i can get updated values as picklist.
Hi Team, i have 2 models and basic of some profile condition, i want to add any one model’s date field ex lastDate to the UIONly Picklist field on 3rd model. i want to do this through Snippet so that i can manage my data.
Hi all, I am trying to create a page that uses 2 queues and a detail page. For example I want to display Projects__c in the first queue, Milestones__c (related to the selected project) in the second queue and then finally a Milestone detail page for the selected Milestone. The place where I am getting hung up is with the second Milestone Queue. Couple Questions: Can this queue be added directly to my first queue page or does it need it’s own page and then referenced by a “Page Include” Component? How do I restrict the Milestone queue to only display? Would I use a code snippet in the Queue’s item display, a filter on the queue itself, or some other method? Thanks, Brian (originally posted Dec 11th, 2013)
I am trying to move to using Salesforce DX with the package development model. I’m currently packaging some of our customizations that include Skuid pages. Once I create the scratch org and push my local project to the scratch org I always have to use “sfdx force:skuid:push” to push the pages to the scratch org after I install the Skuid package. I’m looking for a way to include the skuid pages in the package.xml or somehow script the push of skuid pages into the “sfdx force:source:push” command to where I can include everything in a local project and spin up a scratch org in one command. When I run “sfdx force:souce:push” and include Skuid as an installed package it installs Skuid correctly, but the push fails because I cannot push the skuid pages that my customizations require before Skuid is installed and I can’t figure out a way to include the skuid pages on the initial push" To recreate the problem: Try to create a scratch org with a lightning record page that uses the Skuid Page C
I’m building a dashboard with a bunch of charts + actions to allow the user to edit the chart’s underlying data. Everything has been working great until I decided to use a page include to pull in a chart component from another page that has a ton of action sequences that are event triggered (when the skuid page is rendered.) Should I not attempt to pull in a complex page include onto another page? The action functionality on my dashboard that I’m trying to maintain is just being able to create new rows on a table - nothing fancy. The button appears to do nothing when clicked, I see errors in the console, but when I reopen the modal with the table that I was trying to add rows to - there are blank rows that were actually created. When I remove the page include component from the dashboard, everything works fine again. Any advice?
<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”> <skuid__table allowColumnFreezing=“dragDrop” model=“Opps” uniqueid=“sk-BH5-24531” mode=“read”> </skuid__table> </skuid__page>
Go to docs.skuid.com Search "model_lookup" in the search box and click any of the links If you don’t immediately get an error set docs to the latest and try again.
Rebuilding a page in v2 and thinking about how our users are accustomed to tabbing through fields in a table’s row when they are entering data. In v2 it seems that the tab key moves the user to the next visual element, not the next open field for editing in a table’s row. Is there any way for me to change this for our users?
Refused to connect to ‘https://www.googleapis.com/drive/v2/files’ because it violates the following Content Security Policy directive: "connect-src ‘self’ Data source: google drive has been working fine when previewed but once it is in a vf page or lightning page then the error generates. I know it is a less then ideally formed question, that said…Any ideas? thanks!
I’m using the latest version of V2. Within a Table component, in a Field Component, in the Field Properties, there is a setting called ‘Allow user to hide/show’. When this setting is set to ‘No’ one would expect the Table Setting to not allow the field to be hidden in the table, but it does. Has anyone else come across this issue? How did you resolve it?This is for a page that is slated to go live next week. Any help is greatly appreciated!
Hello: after 4 very long and expensive years in a Salesforce contract, I am exploring other options. Skuid on Salesforce literally saved our business as mortgage and financial Fund applications are too hard to do with normal Salesforce. However, I am so very tired of how long it takes to load skuid on Salesforce (especially complex pages) and I noticed that it is way faster on Skuid Platform. Not being a real actual developer with today’s technologies and no knowledge of today’s databases (I was a programmer on mainframes for many years a long time ago), I am wondering the following:1) Could I keep Salesforce with just a few regular licenses and access everything else on Salesforce from the Skuid Platform until I had time to build out our databases somewhere else? And would the pages load as slowly, or is it faster?2) If I were to choose some type of database somewhere, what would be the most recommended for the 100 or so custom objects that we have?3) Are there any gurus in the co
Trying to turn Mass action to a group/select. I have tried configuring the table in Design System and tried to follow instructions here: https://docs.skuid.com/latest/v2/en/skuid/action-framework/#mass-actions but nothing happens. It doesn’t respect the table design nor can the Mass Actions properties pane be accessed from the table. What am I missing? Thanks. <skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”> <skuid__table allowColumnFreezing=“dragDrop” model=“NewModel” uniqueid=“sk-3oKn-3068” mode=“read” pageSize=“10”> </skuid__table> </skuid__page>
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.