Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
How do I refresh the values in a UI only picklist field that has a picklist source of “Rows in Model”?AssumeModel A contains the UI only Picklist Field Model B is the source of the picklist in Model A. Model B is also filtered by a Lookup value in Model A. Attempt:Set value for Model A lookup filed (which is a filter value for Model B) Save Model A Query Model A (just in case the model does not reflect the latest lookup field just recently saved) *Probably unneccessary but currently doing this Query Model B (So that B can reload its values based on the new filter criteria that has recently changed in Model A Query Model A (So that Model A can reload itself this time repopulating the UI only field based on the newest values found in Model B) Does the sequence of the attempt look correct or am I missing an important piece or proper sequence order when working with UI picklist fields populated from “Rows in Model”?
Just putting this out there on the community to see if anyone has attempted this before. Has anyone taken the Search component to the next level so that it is on par with the Salesforce global search and skuidified the Search Results page?
Error Details: skuid__SkuidJS:5 Uncaught TypeError: Cannot read property ‘0’ of undefined at getTargetObject (skuid__SkuidJS:5) at getFieldReference (skuid__SkuidJS:5) at Object. (skuid__SkuidJS:5) at Function.each (skuid__JQueryJS:2) at String. (skuid__SkuidJS:5) at Function.each (skuid__JQueryJS:2) at Object.createSearchSubConditions (skuid__SkuidJS:5) at X.createSearchSubConditions (skuid__SkuidJS:9) at X.buildSearchCondition (skuid__SkuidJS:9) at G (skuid__SkuidJS:16)
Hi,Wondering if anyone has an idea, on how I could accomplish itWe have a whole lengthy application process, and often agents will forget to enter information in some key fields.At the end of the process, I created a page with ‘Missing information’. Basically input all the fields that I want to remind them about, and on each I have a condition to show the fields if =NullThat works fine. The problem is the moment they start typing in one of those fields, because of condition (no longer null) it disappears before we have the chance to completely finishing typing.Those fields depending on situation , may or may not need to have info, so making them mandatory is not a solution for me. As well for them to go back in the beginning of the process, is not very efficient.Would there be some way I can delay that condition until I finished typing in field?Or some other way i accomplish my goal?Thank you
I’m a Systems Admin with the Skuid Admin permission set, and yet:
Is there a way to prevent the iframe refresh when a field is updated?I saw a similar question asked, but the solution presented doesn’t fit for my use case. Here’s a quick screencast of the use case:https://youtu.be/N2MkETchdCw
HI,I have created a UI-Field in skuid ‘Sample’ and linked it with the salesforce field ‘Sample__C’its a checkbox field. I am trying to save the data using below JS and it is working.var params = arguments[0], $ = skuid.$;console.log(params.model);var mymodel=params.model;var row=mymodel.getFirstRow();var fieldMap = {};mymodel.updateRow(row,‘Sample__C’,row.Sample);But on the UI, when I check the ‘Sample’ field, save and refresh the page the field is Unchecked. can anyone suggest me how to resolve this issue.Thanks in advance.
Does an includes page add its depth the the master pages depth tree?
Is there a way when a new lead record is created, that prior to going into the edit page, a record type page first shows up in order to select the lead record types?
where can i find the api for queue’s. I’m trying to read the list of filters on the queue and see which of them are set and to what value they are set i’ve poked around in the api pages but can find them mentioned thanks
Is there a way to automatically set a filter on a queue (select list) to one of its options when the form loads ?
How can enter the viewport syntax into the section of a squid page?
was wondering what all these little skuid icons inside my css stylesheets represent? thanks!
Here’s a small bug I stumbled upon:Button vanishes when dragged from a PageTitle to ButtonSet component. And yet, vice-versa, dragging from a ButtonSet to PageTitle works correctly.
I am testing the new Brooklyn feature to conditionally render columns in a Table component. I am bringing in data from Salesforce. The feature works great on column fields that are data type String or Double, but it doesn’t appear to be working on Picklist fields. Is that by design? Specifically, I am trying to render the field if the picklist field value != blank value. That way, if none of the rows in the table have that field populated, the column won’t appear. I have also tried by rendering only if the picklist field value is in [set of values], and that doesn’t work either. The column does not display at all when I add these render conditions.
I built a popup window row action for a contact table. In this popup I would like to display a few key detail fields about the contact and provide a Log a Call button. I am using Field Editor component to display my contact detail (works perfectly), and Button List component to house my button (Model is set to Contact). I have my button set to “Redirect URL” and this is the URL I am opening (in a blank window):/setup/ui/recordtypeselect.jsp?ent=Task&retURL=%2F{{Id}}&save_new_url=%2F00T%2Fe%3Ftitle%3DCall%26who_id%3D{{Id}}%26followup%3D1%26tsk5%3DCall%26retURL%3D%252F{{Id}}For some reason this URL is passing the Id of the 1st record in my contact table. How do I get it to pass the Id of the record I clicked on to open the popup window?
I have a table on an account, that lists nearby accounts. How can I add distance to each row on the table?
I have a pop up window where I am trying to require the user to populate data in two fields before they can close the popup. Is this possible?
I have an intermittent problem where clicking on the RTF field won’t produce the CKEditor panel and produces a 404 error in the Javascript console. Other times it works fine. At first the problem only appeared when the SKUID page was produced via a Community page and I thought it was somehow related to the domain portion of the URL. But then later in the afternoon I got the opposite result, the community page was rendering the CKEditor panel when you clicked on a RTF field and the same page when viewed internally suddenly would generate 404 errors (which ruled out the differences in the URL being the potential problem). This is what it looks like when it works. When it doesn’t it just appears without the CKPanel. Here is the error I get in the Javascript console when the RTF box is clicked in the instances where the panel is not appearing. When I copy the URL and paste it directly into the browser I get a URL does not exist error displayed in a Salesforce frame. I am at a loss as to w
Please help! I am having trouble getting the ‘In context’ to work on a button within a drawer. I have tried the ‘button set’ component and the ‘page title’ component but neither seem to be working. The ‘in context’ that I am trying to access is just the record ID for the row I am on - nothing fancy. (I am using Brooklyn 9.3.1) For both Button Set and Page Title components: Within the component configurations I set the Model to the same model that the table uses & I set the context condition to read “Id of record = Id of row in context”I then created a button in each component and used the name of the record as the label on the button (to see what was pulling through). On the Button component the label listed the name of the 1st record on the table, the Page Title component correctly displayed the row’s name. Within the action framework I was not able to get either component to work correctly. For each button, I set up an action framework that creates a new child record and assi
Hello, I’ve created several lightning components that I’d like to use in my skuid pages. Is there any way to do this? Thanks!
This problem posted 2 years ago was not answered and I found that I am having the same problem. I found that when I enter a Export Options - Custom File Name Firefox is unable to open a file originating from a table in Excel. I have customers that insist on using Firefox instead of using IE 11 or Chrome. Our Chrome is locked down and allows only the minimum capability. Through trial and error I found when the Export Options - Custom File Name blank, Firefox is able to open the csv file using the MS Excel. However, when I populate the Export Options - Custom File Name and then try to export, Firefox cannot open with Excel, but instead requests the user browse for an application to open the file.
Hi,I’m trying to access the UI component rendering conditions via the API. something like this would allow me to look at all the soqls with the model names.var model = skuid.model.getModelsList(); for(var i=0; i< model.length; i++){console.log(model[i].id);console.log(‘----------------’);console.log(model[i].soql);}Does anyone know how I can access component rendering conditions. I cant seem to find the API for this.Thank you very much!Roy
Hello,Since my first days of using Skuid this has been getting worse.I’m having a lot of issues aggregating or querying on normal model, using skuid on the native object: TasksThe only reason i can see if the # of records we have in tasks (almost 300k), Could that be it?But even if filtering to reduce the data returned, very often i get timed out errors.Is there anything I can do to make it work or improve performance?I tried all the basic steps I could find on this forum.Thank you
We’ve been running a Skuid page in combination with InsideSales.com for almost a year now. However, just in the last week or two, users have told me that the click-to-dial icon doesn’t work on Skuid pages. (Still works on standard SF pages.) When you click the phone icon in the Skuid page, it does…nothing. (Chrome and IE.)I’ve seen a couple other posts around click-to-dial functionality, but they all seem to be pretty specific use cases / implementations, so I didn’t know if using InsideSales.com would make a difference in the answer.I’m thinking it might be related to Brooklyn, but the timing seems a bit off, since we pushed that in early December.
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.