Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Hi, I have Detail Page for entitlements. All the entitlements that we have are tied to accounts. SO When i say i am on an entitlement detail page, it is related to an account. On the detail page, I created a pop-up button from which we can create a new case related to the entitlement. When the pop up opens, it shows all the fields that are to be filled to file a case. Among these fields, account is a look up field from which we have to select what account is the entitlement tied to. My Case creation pop up looks something like this. No My issue is, Is there any way to auto populate the account field. So whenever there is a need to create a case, we will create a case from the pop up and when the pop up is opened the account name should be populated automatically (The account name should be same as what we see on the entitlement detail page ) on the New Case Layout. My entitlement detail page looks like this: How can i solve this issue? Thanks.
is it possible to limit the records queried by a lookup in mobile? like, only show the first 10 records or make it scrollable, instead of showing everything in one go? because it’s making the UI in mobile crazy. in the browser, it extends the page. In the mobile, it just shows a white screen and you need to restart the page.
HI, On calendar we use , by design we want those things to work Ability to click to dial Have an on click popup Separately they both work fine, the problem is I’m trying to find a way to be able to click to dial , with having the on click popup pop every time I dial a number Now when i click on the little ‘phone’ icon, it dials the number but also pops up the box. Is there any way for that not to happen? and only if i click anywhere else than the ‘phone’ icon, for it to work? Thx
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!
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.