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 get the above error as seen in video. (2022-07-25_12-00-57.MP4 - Google Drive) Installed: Dubai Update 1 (15.1.3)
In using S3, both download methods appear to let the browser control whether to view them or download them. Is there a way to force a download? For example, if you use the download method to open a jpeg file, the image loads in the browser and there is no obvious way to download it (outside of right-click, save image as). If you download an Excel file, it immediately goes to your download folder. In other Skuid solutions where I use Google Drive, I have full control over view and download by changing the URL. Is there a way to do something similar with S3?
Hello i have an object named submission , on which there is child records named “notes” In a table to show submission i query the child relationship to show the most recent 3 montsh The problem is that the text field is of type: Rich text, so contains html and shows the raw html when used in this way, as seen below. Anyone knows of a way i can have the html not show? tried allow HTML, makes no difference Any help would be greatly appreciated Thx
We have created a page with filters to retrieve, display and export Account & Contact records. This skuid page has been working for some time but now we are retrieving a lot more records (>3000) in some of the queries. Initially we were getting Apex Heap errors and have overcome that by setting the Max # of records to load at one time (currently set to 1062 on the AccountContactRelation model). However the issue is that we should be receiving 3077 records (as noted by using Workbench with the SOQL query) yet we are on receiving 3063 records. Need to be able to retrieve all 3077 records. Has anyone encountered anything similar?
Although I have successfully used Google Drive using OAuth 2.0 for clients who have google accounts for their users, I’m looking for a file attachment solution for clients that don’t have google users. So far, I have been unsuccessful in getting a google service account to work with skuid data sources. I’m open to other platforms that might work with a service account instead of individual user accounts. As near as I can tell from the documentation, support for box, drop box, OneDrive, & SharePoint have been dropped even though they exist in the dropdowns selections when setting up a datasource. Anybody have any suggestions for solutions that work with skuid platform?
Defect/Issue Description:A description of the bug Environment: API Version: v2 Release: Dubai Release version: 15.0.16 Platform: Salesforce Brief Summary of the Defect/Issue:* I tried a UI field and then thought it might help by creating a real field. In a modal I have picklist. Based on the selection a response grid is to show. The response grid shows for a millisecond and then the modal crashes “Closes”. I click on “30” at the 4th second of the following video. https://drive.google.com/file/d/1bzOubFCcqM5uuq7ttWV3NnghKBqHFajz/view?usp=drivesdk You will see the data show but then disappear. <skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“false” showheader=“false” theme=“Barb2”> Id “(” + DAY_NAME( {{Date_Time_Start__c}} ) + “) " + MONTH_NAME( {{Date_Time_Start__c}} ) + " " + DAY( {{Date_Time_Start__c}} ) + “, " + YEAR( {{Date_Time_Start__c}} ) + " " + FORMAT_TIME(“h:mm a”, {{Date_Time_Start__c}} ) DATE_ADD({{Date_Time_Start_
I want to be able to change a tab selection based on an action from a Modal. Is that possible. Use Case: User goes to tab B to perform an action (enter data). Upon completion of that data entry, I want to take them back to tab A without them having to click on tab A. Is that possible?
Hello, Looking for help/ideas of how I can make my pages more performant. I have read: Page Performance Guide — Skuid v15.1.6 Documentation and attempted to tweak many things to no avail. I have identified that my pages do have some unnecessary models but they contribute very little to my performance issue - nonetheless will look to remove them. I have identified models load slower via action sequence or js using model.updateData(), instead of ‘Query on Page Load’, therefore I will try to adjust that where possible. I have identified automatic filters are better given that the source model is queried when the filter is selected instead of page load. Though, I’m unable to make this adjustment due to auto filters lacking a lot of functionality and sometimes bugs out. I have identified that Rest models are slower than regular Models since they seem to make an additional call (unsure why). Though, this is not relevant for most of our pages. Finally, I identified that components don’t reall
Defect/Issue Description: MODEL_LOOKUP fails if model name starts with numberA description of the bug You can create a model on a Skuid page that starts with a number, for example “60_percent”. I added a row to a model with the formula MODEL_LOOKUP(60_Percent,sumAmount) When I query the model, I do not get an error in the UI or in JS. However, I see a lot of jquery warnings, and the model query never completes. The warnings look like this: @ vendor.js:2 vendor.js:2 jQuery.Deferred exception: Expected “!”, “&”, “)”, “,”, “.”, “=”, “and”, “or”, “|”, [ \x0C\n\r\t\x0B - ], [/%*], [0-9], [<>], or [-+] but “_” found. undefined undefined xa.Deferred.exceptionHook If I change the model name to “Sixty_percent” the warnings are gone and the model queries successfully. Environment: API Version: (v1 or v2) v1 Release: (Chicago, Boston, etc) Dubai Release version: (Version Number) 15.0.11 Platform: (Managed cloud or Salesforce) SalesForce Brief Summary of the Defect/Issue: MODEL_L
Defect/Issue Description: Picked dates in Date Filter show as blank Environment: API Version: v1 Release: Dubai (also observed in previous releases) Release version: 15.0.12 Platform: Salesforce Brief Summary of the Defect/Issue: When using a date filter on a Skuid page component in a lightning page, neither the Start Date or the End Date appear after selecting them from the calendar. The filter recognizes the dates when applying the filter, but does not display them. If I use the Skuid page in a Visualforce page, the dates appear as designed. Action Performed: Pick a Start date or End date on a date filter Expected Result: Start Date or End Date displays in filter Actual Result: Start Date or End Date do not display Additional Resources: I have tested this with Edge and Chrome with the same result
Defect/Issue Description: When opening a Skuid page initially, it loads without any scroll bars until a user refreshed the page.A description of the bug This happens on URL redirects 100% of the time, and just clicking into pages most of the time. Several errors appear in the browser console. Environment: production API Version: (v1 or v2) v2 Release: (Chicago, Boston, etc) Dubai Release version: (Version Number) 15.0.11 Platform: (Managed cloud or Salesforce) Salesforce Brief Summary of the Defect/Issue: Browser pages don’t load completely when Skuid pages are present. An easy-to-understand description of the bug (e.g., “When mass selecting items (not including clicking the ‘select all’ checkbox), other checkboxes on the rows selected appear to take on a checked value.”). Click to open a page, and watch it appear without scroll bars. Action Performed:The action that resulted in the bug Opening "Calendar - Inbound’ page Expected Result: Full browser page to load with scroll bars
Defect/Issue Description: I have several components on a modal launched from a Calendar when the user clicks. There is a button to ‘check in’ the record on the modal - which requires creating a new, related record. I want to use the context of the record in the modal, but putting context parameters on the button set does not work -the values are always pulled from the first row of the model, not the record in context. A description of the bug Same criteria on different components provide different outcomes. Environment: Production / Community API Version: (v1 or v2) v2 Release: (Chicago, Boston, etc) Dubai Release version: (Version Number) 15.0.11 Platform: (Managed cloud or Salesforce) Salesforce Brief Summary of the Defect/Issue: Trying to reference a record in context to create a new record - context doesn’t stick. I also just changed the order of my actions to see if that would provide anything different, and the exactly opposite of the update expected actually happened - al
I’ve been to set focus to the search input for components that are already displayed. For the life of me I can’t get this to work on components that are being displayed once a condition is met. ie. model X has rows where model X is the Deck component that I would like to set focus on the search input. It’s as if something is happening after displaying the component that resets the component and the focus is lost. Frustrating to say the least. Thoughts? Ideas? Can we make a feature Action Framework in the Display Logic section for when a component is displayed or enabled with “Set Focus” in the action framework? <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Accounts" limit="20" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Name"/> </fields> &l
I’ve recently run into a situation where button URL redirects push me to a different Skuid page, but that page only loads partially - without the ability to scroll on the page. If you simply refresh the page, you’re back in action as expected with the scroll bars. It happens on both I-Pads and desktops (Chrome and Explorer), across multiple users sprinkled across the US geographically (different networks, different hardware). Any ideas out there on a setting or something I may have missed that would cause this behavior? Thanks in advance all!
I am on the most current release of V2. A render condition on a date field is not working. drive.google.com 2022-04-28_09-56-08.MP4 Google Drive file.
There were 1 problems with this Skuid Page. 1: There was a problem initializing a component of type skuid__field: Cannot read properties of undefined (reading ‘disabled’) Environment: API Version: v2) Release: Dubai 15.0.6 Platform: Salesforce I am seeing this on many screens. 1: There was a problem initializing a component of type skuid__field: Cannot read properties of undefined (reading ‘disabled’)
Hi everyone, I have recently added a new row action which is a ‘Go to URL’. Simple little thing. However today users have found that some rows in the table are being duplicated. I’m not sure how this row action could be the reason. Help is greatly appreciated…I’m really scratching my head with this one! Many thanks Stef
I haven’t seen a post on this topic in a few years… so I’ll ask again. Is there a native Skuid way to display items on a Kanban view where users can drag/drop the items from one column to the next (similar to lightning kanban view). Ideally, I’m looking for a native/declarative solution, not code.
I have two different sources of events on my calendar component. For some reason, when the page loads, both models will load and populate the calendar, but then, seconds later, all but one of the entries disappear from one of the models on the component. The remaining entry goes from black font to grey. I can still click the calendar and am prompted to choose which calendar I’d like to use for a new entry, and if I click the single remaining greyed out entry, the actions I’ve set up for it fire as expected. version in use: 14.3.1 Any ideas or suggestions for this issue are greatly appreciated!
After data is entered into a form, what are the actions I need to do to be able to access the data changed in the form. I’m trying to create a simple form that sends an email to our org box with the contents. I’ve created a model (ContactModalContents) with the fields Subject and Body. I’ve created the form component where set the form fields to my model fields. When the user clicks send, I don’t know the actions I need to create to access the data changed by the form. I’ve tried saving changes in model, querying the model and creating an output reference, all are empty when I try to refer to it. I know I need a Run Data Source action to send an email. How do I reference subject and body data from my ContactModalContents. {{$Model.ContactModalContents.0.Subject}} doesn’t work, its always empty. I hope this makes sense. Garret
Defect/Issue Description:A description of the bug Environment: API Version: v2 Dubai 15.0.6 Platform: Salesforce) Brief Summary of the Defect/Issue: If a “Tab Container” is in a modal and each tab is conditioned to show only is the object has records and all tabs do not show because there are no records, the the modal fails and does not open.
I have a series of links that run the page include action to separate, complicated skuid pages that display below the links. They take several seconds to load. If a user clicks on another link, while a skuid page is loading, it takes twice as long. Ideally, I’d like to send an interrupt command to the server to stop the loading of the previous page. If I can’t do that, I’d like to disable the other links while the original page is loading. I’ve tried the unload action on the current page include, but that doesn’t stop the request. Any suggestions? Thanks in advance, Garret
Hi everyone, is it possible to hide specific columns of a table. I want to hold some information in a table but I don’t want the users to see it. Is that possible? Many thanks
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.