Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a table embedded on a LEX page. One of the fields included in the table is a picklist.I’ve added new options to the picklist.If I access the page directly (from the page URL not within the LEX page) the field includes the new options, from the LEX page the table does not include the new options.Additionally, the LEX embedded table is displaying all choices available for that field instead of only the choices assigned to that record type, whereas when the page is accessed from the URL the choices are limited to the choices assigned to that record type…
The issue seems to crop up when the table gets its own vertical scroll bar when the horizontal scroll bar is added due to the number of fields. The behaviour happens scrolling down the table using it’s vertical scroll bar. Then the header can’t be seen until you scroll the table back to the top. The page vertical bar will show the table header only when the table is scrolled to the top. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" useviewportmeta="true" showsidebar="false" showheader="true" tabtooverride="Project__c"> <models> <model id="Accounts" limit="150" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="RecordTypeId"/> <field id="Name"/> <field id="Description"/> <field id="Fax"/> <field id="Id"/> <field id="Phone"/>
I have enabled the new “Individual” object from Salesforce in our sandbox. I wish to create a Skuid page for object records of this type. I also wish to add the lookup field that comes with this new object on contact object record pages.When I try to create a new model with “Individual” being the associated object, the object name doesn’t appear. Likewise if I try to add the “Individual” field on contact object, to a Skuid page, it too is not visible.I have upgraded our instance of skuid to 11.1.10. But I still face the same issue. Any ideas on how to solve this?Interestingly Salesforce documentation says the individual object is only available in api version 42 and later https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_individual.htm
Hello, After much toiling i have gotten our orgs Skuid attached to our Google Calendars and it works to load the Users Calendar after login and creation of events. What I am interested in knowing if it is possible to do some lookups from the popup event creation box; like email addresses from our Accounts Object?
I have chart which uses an aggregate model and displays values for different Regions. When I click on any region on the chart, it filters model to show data for the selected region only. There are some records where Region is blank so chart group them under “null” category. The problem is that when I click on null category on the chart, it does not filter model where Region is null. Is that the standard behavior? Can this be fixed?
Good afternoon! We’re in our early phases with Lightning transition and I’m running into intermittent problems with Skuid 11.1.8 generating a Component Error in Lightning: I’ve read through the documentation and a few threads here but couldn’t find a smoking gun. Can any make suggestions, please on how I might be able to resolve? Thank you, Dan
i am trying to pull records from a custom object and display the value in a particular date on a calendar. as below. how to do this?
Objective: I have 2 nos of same fields in a field - editor. (AADHAR Status) When the Value is Y (Field 1 should get display) - This has a CSS - Green When the Value is not Y (Field 2 should get display) - This has a CSS - Red The desired output: Only one Field should be visible at a time. If the value in Y then the 1st one (with Green CSS) and when the value is not Y then the 2nd one (with Red CSS) But, I am unable to render the fields properly. Instead, I am getting the following Result. Any help will be highly appreciated. Thanks
Hi is there a way to create a new account record and have the ability to upload documents on it on same page or a wizard?I’ve know how to create multiple related records at once, but for the File upload, the record needs to be saved first.Once i save the new Account, I cannot grab the IDIf i create another model with most recent created account (sort by created date and return 1 record)to just grab the id, it could lead to errors in the case 2 users create new accounts in a very short span of time.Any Suggestions?Thx
I have a table on a model called MyObservations.I have a row action which activates a few conditions, queries two other models, and then opens a popup.I expect the context of the popup title to be the table row which started the action sequence, but it’s not…Any idea what could be going on there?
The charts I’ve built that use a Template as the split type have stopped working. Where the series split values would typically show up in the legend, there is just a “Loading…” message and the split isn’t happening. If I switch the split type back to “field” it works fine, but then we get the not-so-atheistically-pleasing (SUM) after all of the values. I have so many charts on so many pages, and I always split by template because it looks better in the legend. Would love to figure out how to fix this without having to change all of the charts.
I’m trying to write my own custom Mass Update on a table that I have (because I don’t want to allow mass update of all fields on the row, but I do want them on the row). I have everything working with one exception. At the end after I do the mass update I “unselect” the rows in the table. Unfortunately, the mass action doesn’t go away even though there are no longer any rows selected.I’m hoping someone can help me identify a way to cancel that mass action through a javascript snippet. Of course I’m open to better ways to accomplish as well. FYI, in another page I was able to re-query the model and that took care of it. Re-querying here will lose the changes I’ve done with the mass action.Thanks in advance for your thoughts!FYI . . . I’m new to Skuid and this is my first post, so be nice 😃
Skuid render options are not working proeprly based on system. same userwe are login with other system render is not working properly. please help on this?
I’m getting the error “you can’t fire two declarative actions at the same time”. I only had a create row and save changes action on a button. I separated the actions to two separate buttons but I still get the error on Saving the model.Any idea what could cause this?
https://docs.skuid.com/latest/en/tutorials/salesforce/skuid-for-sales-lightning.html#unpack-skuid-pa...The Skuid pages for the Skuid for Sales app now exist within your org, but they are stored inside of a page pack. You’ll need to unpack these pages to make them accessible to the app.Open the Skuid app. Navigate to the Pages page. Click the arrow next to Create New Page, and in the picklist, select Unpack Pages from Page Pack. Select the SkuidforSalesPages pack. Click Unpack. i am good with unpacking the skuid app. but dont see SKuidforsalespage pack with in the pack.FYI, i am trying out in developr org of mine.
I have a javascript snippet and an associated “on-error” action that work just fine when I preview my page inside of Salesforce. The “on-error” action should display a pop-up. But, when I test the page inside of the Community, the pop-up does not show up. My button just gets grayed out and nothing happens on the page. I thought this could be a browser pop-up issue, but other pop-ups inside the Community ARE working.
Am I correct to assume that models load locally cached records?What would happen in this scenario.1. User logs into Salesforce for first time and only goes to Skuid Accounts Tab page and 10 records load. The model has 8 fields.2. They click on the first record and opens Skuid Account Detail page which has an additional 7 fields and 3 additional related lists/models.3. User goes offline.4. User goes back to Accounts Tab and clicks on second record.So, what happens here? The second record should be cached with the 8 fields, but the Account Detail page has 15 fields. What is shown to the user for the additional fields? What is shown for the related lists?
After an upgrade from 8.15.15 to 10.0.21 we have an iPad user (iOS 11.2) reporting that after opening a Nav component menu, the menu stays open blocking the screen. Clicking elsewhere does not remove the menu. The only workaround we’ve found is reloading the page. This issue appears to be isolated to the iPad, not other tablets or any desktop that we’ve tested. This same user is the one reporting the Case of the Jumping Cursor.
So… I’ve been diving into all things Lightning/Skuid as it’s increasingly requested of me.I’m really quite excited to dive into Lightning Events as it seems to be the most crucial understanding needed for this.I have a few questions on the “Publish Event” action.1. Publishing Scope. Do I have the correct understanding when “converting” to terms? a) “All active pages and Lightning Components” is an Application Event. b) “All active pages” is a Component Event. c) “Only this page” is an event that doesn’t publish beyond the current Skuid page.2. Event Name. Currently there’s a short list of events in a drop down. a) I assume these are the most commonly used events? b) Can we assume that all these standard events can be used? c) Additionally, custom Events can be triggered by simply knowing their name?3. Event Parameters. Seemingly this is handled like “Show Toast Message”. As in, parameters automatically exposed on the skuid page builder. Is this able to handle all possible types
I have connected Podio api to skuid. But the Body parameter with every request is not working. I filter items from an App and for that i have to give some json parameter to the endpoint. I checked the same in Postman it worked. But not working in Skuid. why?
Hello, I have a nested IF statement shown below that seems to have correct logic yet I am getting an odd error. Formula used in the UI-Only field: IF({{NRR}} <= 100, ({{OriginalBook}}-{{BookWon}})*0.0025, IF({{NRR}} > 100 &amp;&amp; <= 120, {{OriginalBook}}*0.0025 + ({{BookWon}}-{{OriginalBook}})*0.0075, {{OriginalBook}}*0.0025 + ({{OriginalBook}}*0.25)*0.0075 + ({{BookWon}}-({{OriginalBook}}*1.25))*0.015)) Error: SyntaxError: Expected "'", "(", ".", """", "date", "false", "null", "true", "undefined", [ x0C x0B - ], [0-9], [-+!], or [a-z] but "<" found. {{NRR}} is another formula field returning a number.
I’d like to be able to use the Basic CKEditor instead of the one Skuid loads for Rich Text Fields. Any idea how I could do that?https://sdk.ckeditor.com/samples/basicpreset.html
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.