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
How can I get a list of the objects in an org into a picklist?
Hi can someone please tell me where I can change the color of my reference fields in a table? I set the primary color as red, and now all my reference field texts are red, and I can not find where I can edit this in Design System. Thanks
In my 8(?) years of building with skuid, I have yet to use a bubble chart. Well - today is the day. I’ve spent an hour trying to figure it out and I can’t crack the code or find anyone else asking the same questions (maybe I’m not searching the new community correctly - I don’t know.) Any idea how I can get the series labels to list the name of the record just once, instead of three times, as seen here" Note: the only way I could get the Expected Monthly Spend field to show anything other than 0 is by using the SUM aggregate function for the bubble size… weird because the other fields are showing just fine without needing to tell them to aggregate. Any ideas?
I need to add a tab to a tab set that includes some components from another tab with a few changes. Rather than completely rebuild those components - I want to copy them from one tab to the new tab and then just make the few changes - is this possible? If so - HOW? I cant find it in the builder (V1) anywhere. I can clone the components - but I can seem to move them out of the tab I clone them from and into any other part of the page or into the new tab. HELP!
This is weird. I have a skuid page that is linked through a VF page and that VF page is connected to a pubilic site. I Have provided a sharing permission to view the specific Skuid page on the public site. Everything has worked fine for several weeks. Suddenly, today, I get this message. I have made no changes to the site, to the VF page, or to the Skuid page. It simply worked one day and then didn’t the next. I have checked all the settings and even changed the page names hoping it would fix the problem, but I still get the same error. Anyone else experience this? You’ve been INKED! (Something went wrong) We were unable to find a Skuid Page named MyCompanyMeetv1. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page
In the image for the 1st account my file data is loading but for the 2nd row data is not loading even added data. Yellow highlighted image. I did set the context too. If anybody have any idea please help me out.
Hello Team, I am following this URL (Page Not Found — Skuid v15.1.6 Documentation) to create a new record page. Based on the document I am not able to find Page Title in my Skuid installed package. do I need to enable any option to see this menu?
I have a table and the entity is Interface_Bank Now in the Interface_Bank has a lookup field and some more fields which is added as column in the table So once i select the lookup field one popup opens up and i am able to select the row where the look up field is updating but other fields data not getting populated as per the selected row. But right now once i selected the row from look up popup only the look up column of the table is updating and rest all fields not updating. What i am looking for is once i selected one from from the look up pop up the complete row of the table needs to be updated. Any suggestion.
2020-07-12_06-34-56.MP4 I am trying to pass the Id from a list into a page include. The Id when selecting different items in the list are changing but not being passed into the page include. How do we make this work?
HI, Something weird , I used it last week and all was fine, but now for some reason, the formula completely ignores the right and left Functions In a Agg model, I have a grouping field (named transactionym. Format of field= text) that return data in this format YYYYMM Example: 202004 (April 2020) and i want to display it in a cleaner format (MM/YYYY) So i used this formula: RIGHT({{{transactionym}}},“2”) + “/” + LEFT({{{transactionym}}},“4”) with a text return At first worked well(last week), then tried other formats to test… and this week i come back to put it back in that format (even used page versioning) and nothing i do will amke it work again. The formula keeps returning this format: 202004/202004 So basically ignores the Right and Left Function. I tried with only left or only right, still nothing Any ideas?
Is this known functionality? In v1, the field editor and template or rich text components would all render once per row in the model. But it seems like this is not happening in v2. Are we just supposed to use tables all the time now or what?
I’m trying to use skuid.$M(‘YourModelName’) on the dev console at runtime on a v2 page and it gets an error “skuid.$M is not a function”. It’s short for skuid.model.getModel but that’s not a function either. Any ideas for how to pull up my model? I’ve got forms and text components that don’t seem to be rendering once per row in a model, and I’m trying to see if my model doesn’t actually have all the rows I think it has
Hi, Can someone please help! I have a tab set, with 3 tabs. Each tab shows a set of chart with drill down actions. All the charts are showing as expected. The drill downs on the first tab work fine. But he drill downs on the 2nd and 3rd tab are not working when the charts are presented. BUT, when I click on any other tab and then return to the 2nd or 3rd tab, the drill downs work. Can anybody tell me why, and how to stop this? Thanks
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
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.