Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
We have a table where users like to ‘tab’ their way through the fields as they complete information in the table. One of the fields in each row is automatically populated (using a custom field renderer) with a value from the prior row in the table: In the image above the value highlighted in blue is populated from the previous row. As users tab through the highlighted field and into the next one, the pre-populated value is lost. Is there a way to disable this particular field from being ‘tabbed into’? eg a tabIndex property? in the image above, a user should be able to tab straight from 2130 into the empty reference field on the right.
Not sure if this is a skuid issue, but I’m sure some of you know a lot more about xhr requests than i do… I’m trying to use cornerstoneand cornerstoneWADOImageLoaderin skuid. I’m getting this CORS javascript error: Why is CORS even an issue when the source of the request is *.force.com? The even more interesting thing is that I’ve added the domain ‘https://skuid.na24.visual.force.com’ to the salesforce CORS whitelist: Any idea what’s going on here?
I have the following field render that changes the background color of a field in a field editor. I also need to change the background of the label. Is that possible using a custom renderer? var field = arguments[0], value = arguments[1], $ = skuid.$; var PriorityColor = field.row.PriorityColor\_\_c; if(field.metadata.accessible){ field.element.css({'color': 'white', 'background-color': PriorityColor,'min-height':'10px'}); skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); }
I have a customer who would like the event/meeting time selection to behave just like the iOS time picker. Has anybody tried to do this? Something like this… Date time scroller demos for web and mobile | Mobiscroll
I thought I saw another thread about this a while ago, but I couldn’t find it again. Sorry if this is a repeat.This seems like a pretty simple fix, guys. Right?
Is there a general reason why I would get the error “Failed to load resource”?What are the next steps to debug?In my specific situation, I am getting the error followed by the service URL when trying to invoke a custom apex action.Error:Failed to load resource: the server responded with a status of 400 (Bad Request)Service URL:https://skuid.XYZ.visual.force.com/services/data/vXY.Z/actions/custom/apex/InvocableClassName
Hi, I’m new to skuid and am linking it; however, i’ve run into an issue. My goal is to present the user a list of records and allow the user to create a chatter post related to a record in the list that contains an @mention by default. The @mention is to the the user that is part of the record. The approach I’ve taken is to have a skuid page that has a model of the records I want displayed and have a table set to that model. The table has a row action that runs multiple actions. The first action is Show Popup and the second action is Run Snippet . The popup includes a template that includes an iframe that references skuid__Social apex page that renders a chatter form. The snippet gets the user info from the record and composes text for the @mention. The problem is the snippet runs before the popup fully renders even though it comes after the popup action. So I cannot get a reference to the text area to set the @mention since it hasn’t been rendered. My hope is to wait until the po
Is there any way to filter on formula-based checkboxes in a queue? We have 7 checkbox formulas that are either true or false based on inputs entered throughout a project lifecycle and they correspond to different internal workflows that need to be cleared before the project can move to the next level… I would love to use a picklist to filter on the workflows but a project could potentially fall into two or more workflows at the same time so we need to be able to mark them (and search for them) as such.
Do you know which version of javascript is supported in SF1? ecma 5 or 6?
Hi everyone,I use page includes on a model-heavy page to avoid initial load speed getting too heavy. However, I’d love it if, instead of users having wait while each tab they click into lazy loads, I could trigger all page includes to load upon the document ready event (or similar). I imagine this working somewhat like so:* Page completes initial load* Use JS snippet to detect page includes* Trigger lazy loading of page includes automaticallyDoes anyone know of a way to do this?
when i am calling snippet from HTML template , getting following error - – Uncaught TypeError: Cannot read property ‘item’ of undefined code -{{Alert_Message__c}} whereas snippet works fine when called from Row Action.
I am attempting to have a global action that imports “Opportunity Products”. I have successfully implemented the SKUID global action for importing, but the issue is that for this model in particular, not all the fields I need to import are showing in the map, very specifically the Product field… Has anyone had success doing this? any assistance is greatly appreciated! thanks
Was observing a user testing a new skuid page, and found that if a checkbox field is set to read/inline edit, double clicking directly on the checkbox does not enable edit mode for that field. You have to move the mouse slightly outside of the checkbox in order for a double-click to make the field editable.(using Chrome)Are we calling this a training issue??
Hi ,I wonder if there’s a way to accomplish the followingLet’s say I have an AGG model grouped by “FOOD TYPE”Which shows a table with those 3 rows with the group + record count:- Vegetables - 3- Fruits - 4- Other - 9Now i would like to open a drawer to see another group , example if I open Vegetables’ drawer i want to see a table with a new group (type of vegetables):Tomatoes - 5Cucumbers - 2Beets - 6Carrots - 1But if Open the drawer for Fruits I would see:- Strawberry - 5- Apples - 19- Oranges - 9- Grapes - 6and if possible to take it even further, if i open the drawer of one of those sub group , example Tomatoes has 5 recordsI would be able to see the Basic Model with those 5 recordsSo basically my main question is let’s say I use page includes, how do i pass value of the row from group?So looking at first example , how to pass row value (from group) " Vegetables" via page includeHope it’s clear enoughThank you
Hard to describe with words. See video:
For some reason we’re unable to use a chatter feed from within our case detail page. The issue occurs 9/10 times so it can be frustrating for users trying to reply to a case. What’s happening is that clicking the text box under posts makes the text area go blank and unable to type in. I noticed some errors in console; however, clicking poll never yields an error. I haven’t seen this type of behavior anywhere else in our org so maybe it has something to do with cases?
I have set up a model action to update a SF field (Print Balance) with the value from a Ui-only field (Balance). All but the first row for the Print Balance gets filled in and all rows don’t save, just the second row. Setup: Model Actions: “Initiating Events” to “Row in Model updated” and for Fields, selected “Balance”. Actions “Update row(s) in Model”, where Model is set to the same Model and the value is set to **{{{Balance}}}. ** Save ModelIssue: All rows do not update and save. If I manually click the save button all the italicized fields will save. If I keep refreshing the page the each next line will save per refresh.
After investigation i found that Skuid does not recognize $ sign for jQuery. Hence i have used jQuery now .var $ = skuid.jQuery, args = arguments[0],item = args.item,list = args.list,model = args.model;but now i am not getting any value in arguments[0].I am using this inside template field . Thanks in advance for quick help!!
I have created one Template field in table. Below is the code. But the code is not working properly. i have set the value of allow HTML to true. {{Alert_Message__c}} I am getting only first alert(alert(‘Hiiii0’)😉 , but then it just dont work. Can someone help me to debug this?
Having a problem with one of my pages that’s driving me crazy. Every time I go to another page or refresh I get this popup, even if I don’t take any actions on the page. Cannot figure out why this would be. Does anyone have any ideas?
Just updated our environment to Rockway and we are noticing that some CSS isn’t working as expected.Here is a scenario:I have a page title (standard and no special CSS)inside that we have some buttons and 2 of them have a CSS class to set display:none.by previewing it, its not following the css, checked in our other sand box that still have the older skuid release, buttons are not showing up as expected.Any idea whats going on?Tanzir-
I have created a table in my skuid page. now on click of any field in the row of that table , i want to do some operation through javascript.So is it possible to write the javascript on click of that field? Af of now i have created one row action and performing the operation but it is not user friendly.Can anyone please help me on this urgently? Thanks in advance!
When navigating through the page using tab key. At checkbox data point when we hit the tab key, there an unexpected pop up appears.We weird thing is, it doesn’t appear on other checkboxes on the page. When we tried to view the popup in page editor, there is no such pop up.Any suggestion for this kind of behavior ?
We have two process builder flows that populate information on an Opportunity from the Account upon creation of the Opportunity. The process flows run fine from the standard SFDC UI but when we create them in the Skuid UI, they don’t trigger. Bit of background - we’re creating records from a wizard but as part of the process, the Account is saved and created before the Opportunity fields are presented in the wizard. Any thoughts as to why they don’t want to play nice?
This is a continuation of another thread which was marked as solved. The below problem remains unsolved: Now I’m getting this error in the url of the auth popup: error=invalid_scope&error_description=the+requested+scope+is+not+allowed The connected app scope: The authentication source details: What am I missing here? The instructions say that the scope must match, and they do, as far as I can tell. Why might I be getting this error?
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.