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
I want to create a custom component which should inherit all the property of button. Then i want to write some of my own logic based on some DB condition, which will decide when to hide or show button. I am working in salesforce skuid central. Is it possible, If yes then how can i achieve it?
I am trying to open all drawers on page load. I did created a table which have multiple rows and each row has drawer. I want all of them open ob page load. Tried many solution but still not working. Tries to open all of them using below code $(‘#sk-zBf-1633’).find(‘table:first > tbody’).children(‘.nx-item’).not(‘.nx-item-has-drawer’).click(); or $(‘#sk-zBf-1633’).find(‘table:first > tbody’).children(‘.nx-item’).not(‘.nx-item-has-drawer’).find(‘.sk-icon-magic’).click(); or $(‘#sk-zBf-1633’).find(‘.nx-list-contents:first’).children(‘.nx-queue-item’).not(‘.nx-item-has-drawer’).click(); None of them is working The actual XML of this page is as below: {{clcommon__Product_Name__c}} {{Model.label}} (function(skuid){ var $ = skuid.$; $(‘#sk-zBf-1633’).find(‘table:first > tbody’).children(‘.nx-item’).not(‘.nx-item-has-drawer’).click(); })(skuid); thead { visibility:hidden; } .sk-drawer-handle { visibility:hidden; }
Close Top Most Modal is not working on some screens.
DATE_DIFF({{Temp_Date_Time_Start__c}}, {{Temp_Date_Time_End__c}}, MINUTE) as a UI-Field When I enter the start time it calculate to “NaN”. When I enter the end time it does not recalculate.
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?
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.