Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I am very new to skuid.I have following requirement. If possible anyone could help me to do this. I need snippet code and how to render that actually.1.Run Snippet: The snippet should do the following: a)Compare the old file extension in the file name (i.e. the characters that come after the last period (.) in the file name, if the filename has any periods in it) with the file extension of the new file name. b)If they are not equal, return false; which will trigger the OnError action step, else return true;2.Add an OnError action to the Run Snippet step: a)Show Popup. The popup should have the following text “If you change a file name extension, the file might become unstable. Are you sure you want to change it?” followed by two buttons “Yes, Change It” and “No, Revert Back”. 1)If the user clicks “Yes, Change It”, then simply close this top pop-up 2)If the user clicks “No, Revert Back”, then revert the file name field back to its prior value and close this top pop-up
We are on Brooklyn Update 1, Iteration 1. Classic (out of the box) theme. Themes are Updated (no button to update appears.) We are seeing checkboxes rendering very large in IE (11) and Chrome (56.0.2924.87). Normal appearance in Firefox (enterprise edition 31.3.0). This is making labels and boxes not line up for us anymore. IE/Chrome (big checkboxes): Firefox (looks normal)
OWD is set as ‘Private’ for external users on ‘Page’ object.I have couple of skuid pages to need access to portal users. How to give access to external users? Anyone can help me on this…
I’m trying to create a picklist of the last 5 years and the next 5 years for a UI-only picklist field. What’s the proper output/return value? Or am I rendering directly in the snippet? I can’t find documentation anywhere.Thanks,Seth
When I try to connect with my Salesforce Sandbox orgs, I get window that pops up and this error “You have been successfully authenticated! This window should close momentarily…” The window never closes and I can’t logon. Please help.
I have a read only table and check box. when I click on check box that particular row should be enabled for editing.
We are looking for “Paste from Word” functionality in the Rich text editor. Paste from Word control is available when you use the skuid page in Chrome, but in IE, we see a much smaller set of controls for the editor. In Chrome: In IE: I think it was said before the IE version is the new skuid rich text editor and the chrome version is the old version. Is that true? In chrome, we always seem to get the old version. We’d like to know how we can get the “Paste from Word” functionality in the Rich text editor consistently in both IE and Chrome if that’s possible. If not, can you please advise the options? Thanks!
I have two aggregate models, which I use to populate two filters in a table. I would like it to be posible for a user to set one filter and for the values that appear in the next one to be limited by it (ie for there to be a filter hierarchy between them) I tried adding a condition on ‘ImpactTopic’ using a Field from another Model from ‘RealtedPracticesImpactArea’, but unfortunately I get this error 1. A Skuid Model, ‘ImpactTopic’, has a Field from another model Condition referencing a field, ‘Goal__r.Related_Practices_Impact_Area__r.Name’, that is not found in the source model, ‘RealtedPracticesImpactArea’. Please add the field to the source model, change the condition to reference another field that is in the source model, or remove this condition. because ‘RealtedPracticesImpactArea’ is an aggregate model, I cannot select that field (the fields dialogue disapears, it is replaced by the Grouping option. A) Is there a way to use field from another model to achieve a dependent filter w
Is this intended functionality? I put the save/cancel in the middle in the page builder like so: And when it renders on the page the save/cancel is forced to the right side. Like so: reproduced in the page below. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Account" doclone="" processonclient="false"> <fields> <field id="Name"></field> <field id="Id"></field> </fields> <conditions></conditions> <actions></actions> </model> </models> <components> <pagetitle model="Account" uniqueid="sk-2LAp5k-119"> <maintitle> <template>{{Name}}</template> </maintitle> &
I have several custom visualforce integration pages that connect to different systems via Apex Class and eventually web service. How can I leverage this in Skuid?
Hi there - Standard icons for “Delete,” “Save,” “Cancel” are not rendering on my page. Que pasa? How it looks in page builder:
We have a page with tabs set to lazy load. Once of the tabs has a file upload component and a page include for the attachments. When a user uploads a 120kb file we get a heap size error on the page include. The file still gets attached and if you reload the page there is no heap size error when loading the page include.
With the new Brooklyn update I’m finding that tabs are getting stuck under the previous tab instead of jumping to the next line, like so: This only happens when the previous tab is selected, as in above photo.
Hi, all. I’m hoping you can help. I’m just starting to try to solve this problem and am researching the best approach. I’m building a table that I’m hoping to use to aggregate the results of different model conditions and so far what I’m coming up with seems needlessly complex. What I’d like to display is: Requests &nbsp;|| &nbsp;New &nbsp;|| &nbsp;Total &nbsp;|| % Service 1 || 1 || 10 || 10.0% Service 2 || 4 || 16 || 25.0% TOTAL || 5 || 26&nbsp; || 19.2% I built an aggregate model to show all requests that were received in the given time period and another to display all of them that were in New status. I don’t know how to get them in the same row or add the percentage UI-Field formula so that it will perform the calculations on each row rather than overall.Any suggestions? Thanks in advance for your help.
Hi,I am scheduled (or re-scheduled) to appear for advanced certification exam this month. I am looking for course content along with percentage allocation of questions for each topic (like Salesforce provides). Is there any documentation available for this? Thanks in advance.
Hi everyone, I’m using Skuid on Salesforce. Just to give you a summary of my problem, I have 2 different orgs with the same skuid page content. In Org A, its Skuid version package is 8.15 while Org B is 9.3. So whenever I preview the skuid page in these 2 orgs, they have some differences when it comes to layout:The subtitle in Org A is in uppercase, different color, larger font size while in Org B, it is in uppercase and color is black, and smaller font size In Org A, section header and fields under it are aligned unlike in Org B, section header has a padding-left which makes it not aligned. In Org A, the tab names are in upppercase, while in Org B it is not automatically in uppercase. Since I’m just using the same skuid page, is it possible that the reason this one occurs is that these 2 orgs don’t have the same Skuid package version, given that Org A is outdated while Org B has the updated version?Thanks
I set up an OData Datasource. And when I create a model and Select OData it sees the Odata source and even sees the table I created. But I can’t seem to select the table that is listed. Here is a screenshot. It shows up but clicking on the table listing does not do anything like populating the field. Is that a bug or am I missing something in my configuration that is keeping me from selecting the options listed? ============================= Update Some additional information. I tried this with a sample OData source to see if changing that might fix the issue and still seeing the same problem. If anyone wants to quickly re-create. Go into Skuid Platform, configure a new Datasource using http://services.odata.org/V4/Northwind/Northwind.svc/ Then create a new page and model. Select the OData source type and the Northwind data source and you will have a number of items to select from under the External Object Name but it won’t be possible to select an item. If anyone has an OData source
All of our Cases have 1 or more Tasks associated with them. I am interested in summing the value of a number field on those Tasks and presenting it in a field on our My Cases table.I have attempted to accomplish this with an Aggregate Task model that sums the Duration field on the and a displays it in a UI-Only formula field on the Case model. The UI-Only field is loading blank. I have little experience with UI-Only fields and the Model Lookup function, so I’m sure I’m doing something wrong. Any suggestions?Thank you!
Hey there - I’m looking for a way to just re-order the row icons to mimic what the editor shows. you’ll see in my picture that I’ve tried to drag/drop the row actions in the order that I want them to appear for my user, however, the user experience doesn’t change. Does anyone have a none-theme or code (CSS/Javascript) solution besides starting the row action builds over in the order I want them?
Title and error message says it all. Also, while the devs are in there, the popup could have more accurate input field descriptions relative to the column titles in the table behind it. See
I found a couple of posts on here detailing some javascript to calculate a date by adding days to a starting date and thought I had the javascript down pat but cant get it to work at all. I am using Skuid Platform We have a field called “MostRecentContact”, another number field for the days interval, "ScheduledContactFrequency"and want the result in a date field “NextDue” - none of the fields are UI fields and none are read only. The javascript is below… does anything dramatically wrong jump out at anyone ) var field = arguments[0], $ = skuid.$, value = arguments[1], SourceDate = new Date(field.row.MostRecentContact.substr(0, field.row.MostRecentContact.lastIndexOf(‘.’))), DaysToAdd = skuid.$M(‘Account’).getFirstRow().ScheduledContactFrequency, NextDue = SourceDate + DaysToAdd; field.element.append(NextDue) Any help would be greatly appreciated )
https://community.skuid.com/t/update-page-load-snippetI checked the previous support question that were answered including the above.I would like to enable some UI only checkboxes upon page load from a REST data source.I understand the Jquery page load event and can tinker with the HTML/XML. But I would prefer to use SKUID snippet like this: &nbsp;(function(skuid) {<br />$('&#46;nx-page')&#46;one('pageload',function(){&nbsp; &nbsp; <br />alert("Page Loaded"); }) But don’t know where to call this snippet.Any suggestions?
I have a table populated from a model listing Accounts that should perform the following actions: Set the ID parameter of Model2 (SelectedAccount) to {{Id}} of the record related to the row selected and activate that condition Save the model (SelectedAccount) Query Model3 (Contacts) which filters based on matching AccountId to the Model2 Id. The result is not what I would expect. In this case the Id value seems to populate with whatever the record ID of the first displayed row rather than the Id corresponding to the row of the table which was clicked (unless you happen to click on the first row button action which works as expected). Is there something wrong with my syntax to access the current row context?
Brainstorm needed!I have a situation where I’m trying to add a set pool of students to a handful of classes. Each student from the pool can be added to any of the classes.The big challenge is that depending on some variables, the number of classes is unknown, and can range anywhere from 2-10.Luckily, the classes don’t really need to have their own functionality, just display a list of the students added and refresh when a new student is added.Any ideas on the best way to handle this? My current idea is to build a single class page, then include it 10 times in an assignment page, setting the query string dynamically via javascript for each one. This limits my need to maintain 10 identical tables, but also seems clunky.Other ideas I’ve had:- Dynamically build each model. The problem here is that I also need to dynamically build each table, or hack the xml to create references that don’t yet exist, which is a bit of a pain.- Create one table, sort by class, and try to use CSS or some Skui
I have a page built of multiple components, including a tab set and a few field editors, which all reference the same model.Recently we found that when a validation rule is triggered on that model, multiple errors are appearing. Is there any way we can turn them off so that only a single error appears at the top of the page?Thank you!
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.