Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
For example, I want to show a warning if a column summary does not reach a certain threshold?
I’ve got a custom field renderer in a table column that show’s a blank input below the current value of the field. It’s working except that it loses focus after entering a few characters in the input. I found this topic which describes what I’m seeing as well. https://community.skuid.com/t/text-fields-losing-focus-on-their-own-switching-to-browser-quick-buttons However, I’m not sure if I can implement a solution similar to the one suggested: use a different model. Here’s the snippet for the custom renderer: var $ = skuid.$, params = arguments[0], values = arguments[1], model = arguments[0].model, row = arguments[0].row, mode = arguments[0].mode; element = arguments[0].element; // A shortcut function to save some complexity below function renderField( fieldName){ var field = new skuid.ui.Field( row, model, null, { fieldId: fieldName, register: true } ), value = model.getFie
Would really appreciate some help with this. I’m working with 2 models and need to update a field on the primary model itself as well as pass a value to another model.I’m using some action framework but it’s not working (i’m sure it’s user error) Technical Requirement Model 1 (Customer_Number_master) [this is the child object] Model 2 (Acct) [This is the parent object] Desired Behavior When a row in Model 1 is update and saved, I need 2 events to happen: On Model 1-Update a field with a value from another field On Model 2- Update a field with a value from Model 1 Below is a screenshot of what I have. Thanks in advance.
What are the possible skuid errors or know issues if a skuid page does not load in Salesforce? Keep in mind the skuid page loads of similar records, I 've copied and paged text into another record and it worked but not for this specific record. Debug log shows no errors as well. Anyone had this happen before?
Is there a way to write some kind of global script that would force a field to use a specific custom renderer for every instance of that field? I have a few fields that I need to use a custom renderer for EVERY TIME I use the field, and it would be convenient to not have to remember to change the rendering parameter of the field each time I add it in the builder.Any ideas?
Any recommendations?
Hi,Users notify me of a popup with a page include not always working properlyLooking into it, it’s weird. When i open a popup on first 3 rows it works finethen if i go on a different row and try to open same popup, it won’t work and i see this error in console:Uncaught Error: Unclosed tag at 438and it looks like it’s always the same specific rows that cause the issueI understand the error message but cannot find this ‘unclosed tag’is 438 suppose to be the xml line where tag is missing?I looked in both pages (page with list and page include) and cannot see any issue at line 438Help plsThx
This Skuid article suggests I shouldn’t have to worry about Non-Skuid users:http://help.skuidify.com/s/tutorials/m/page-assignments-and-overrides/l/111355-non-skuid-users-will-…But I am getting the following error when trying to load a standard tab page:Insufficient PrivilegesYou do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. I have a Page assignment pointing to a Skuid page for a particular profile, and this is in a sandbox org.Please help, as I am very close to rolling this out for users.thanks,Jacob
Hi guys, I’m currently building a skuid page that will replace the normal chatter feed on pages and for some reason, even though it’s stating there are updates, even showing what day, it won’t show the actual update. This is the first time I’ve done something like this so I’m not sure if I’m missing something simple.
I have a requirement where we are displaying a section on Case Skuid page once the Request is claimed by a User in the queue. We have 3 more Fields in this section which is lookup to User Object.Now business wants that the section should be editable to only the user who are marked in any of these 3 User field, others users who are viewing the recordand not marked in the User lookup fields, should not be able to edit this record. Kindly let me know input, how we can achieve this requirement.
I want to show tab content on tab mouse over instead of tab click. How can I do it?
I have a page to show List of all available open events in a table. I am trying to display a button against each row. On click of the button it should open up popup page where user can book for the event.I could manage to achieve this by adding ‘Row Action’ (that display as a button ‘Book Event’ using css) where it shows button against each row and on click it opens up a popup allowing user to enter their details.But we want these buttons ‘Book Event’ (Row Action) to show on right hand side of the page against each row, instead of left side of the table row. Is it possible to show on right hand side or is there any other way I can display button against each row?
Hi,I’m kinda lost on the mobile Builder and would like some advice from Skuiders who use/built themAs I have not until today really made anything to do with mobile, I’m not sure where to start My use case:Force.com page available to the public 1) Can i use regular Skuid page, and would my clients be able to use them like a SF user but on their mobile? (i created a Skuid page for my site, and it works well on desktop, but from my initial testing, page is cut off on my mobile, I only see one of the panels)this is my preferred option, as I would not need to redo it all twice, and as well use popups,tables… and a familiar builder2) Is the mobile builder, practical because i can create/edit page from mobile, or DO I HAVE to use those type of pages for mobile users?3) if yes to #2, is there a way to determine if user if coming from pc or Mobile and redirect to appropriate page ?4) anything thing you might want to shareThx
Hi, Tried to use merge syntax in title for a chart and the data will not render… The chart is based on object ‘BkWizzardAccount’ and that is the default model for it any field I bring it from the Field picker, will not render In subtitle I tried with specifying model and row… and it works . but problem is that is remove the field formatting and returns many decimals…(the equivalent of triple brackets) Any idea of why it does not return in the title only (if i put on table, or template fields, it renders…)
It will be a free app i understand about submitting for a security review but how do i set it up so that the users who import it into their orgs and get skuid at the same time?
Hi, looked in forum but could not find similar question I want to show the numbers directly in chart, so used the setting in ‘Styling tab’ to show Data Labels, but I have 2 questions regarding results Instead of the numbers coming out properly rounded and in currency format (like on hover) they come out un-formatted. Example 129,065.35999999999 . Any way to show it like on hover? $129,065 I would like to know if there is a way to remove the label when it’s 0. I would rather see blank when that is the case Thx
Is there any documentation available for developing and supporting custom components in mobile?I’ve seen things like mobileRenderer methods, differences in the way that componentAcceptor would work (componentAcceptor not supported in mobile), etc. but can’t find any documentation on how to properly build components on mobile including comparing mobile/desktop features/support.I can dig through the code and figure this all out but documentation would make things much easier. I can’t seem to find any docs - do they exist?
We are getting a bug in Skuid that says “You do not have permission to update the value of this field: OwnerId” in our Build and Production environment. Our staging environment is a direct copy of our Production environment except the staging is on 7.24. Is there anyway we can roll back to fix this issue or do you guys have any solutions? There doesn’t seem to be any errors on our permissions sets. The only difference in the environment is the skuid release.
So I am creating a recipe page with recipe steps on which the ingredients are linkedSo:Recipe Recipe Steps IngredientsRecipe Steps and Recipe are the same object but possess different record types. I followed the Skuid tutorial on related list drawers and it looks fine at first but when I open the drawer, there are no ingredients in the table and when I try and create a new row nothing appears even though it says I have to fill things in to save…Any help would be appreciated.
I created a “Task Manager” page with Skuid. But I want to split up the tasks in to different tables to better organize them. So if I want to display a table of tasks that are on leads for example I was planning on using a criteria of related to id starts with 00Q. However it seems I can only use equals or does not equal and not “starts with.”Is there any other way to accomplish this? Thanks!
Seems like i found a minor bug. In the “File Upload” component, the label won’t take a language label as input. Or more precise: when i enter {{$Label.Upload}} my button will have {{$Label.Upload}} as text rather than pulling the translation given in Salesforce. I also made sure, the translation works, since it gets displayed propperly for other components. (Skuid version 7.36 )
I want a roll up field that will show me the total number of of child records matching certain criteria from a rolling date range. You can’t do the rolling date ranges in Salesforce roll-ups. You have to buy another (rather expensive) app. Plus salesforce limits your number of roll-ups. I then need to be able to filter results displayed in a table based on this field. Example: Parent Object named TREES and Child Object named APPLES I need to display only TREES that grew at least 5 APPLES This month. Salesforce roll ups don’t allow for “This Month” filter. Can I formulate a UI field to display the number of apples the tree grew this month and then filter the results in my table based on whether that UI field is greater than 4?
I hope I am completely overthinking this and that there is an easy & obvious answer 🙂Use Case - When a page that contains a table loads, I need to be able to apply the “Current User Id” as the default filter value on a table (e.g. List Accounts Where Where OwnerId = $User.userId). The filter field needs to be searchable and provide an “All” options as well. In short, the records are filtered initially by the current user but the user can change the filter value and has visiblity to all “Users” in the system for searching as well as the “All” option.Question - Is there a way to declaratively achieve this?Things I’ve tried:1) Looked for a way to apply a default value to an automatic table filter - No dice2) Tried using a manual filter who’s default condition value is the current UserId but model conditions with “Specific Value” don’t apply merge syntax and treat the value as a string literal3) Tried using a combination of conditions and models and the “Add Effect” feature of table
Working with the Wizard component … stepping the user through a series of questions that will first create a parent record then 1 to many child records all related to the parent object. Once a child record is created I am prompting the user “Create another child record?”. If yes then I go back to a previous step in the wizard and the user enter information for another child record. I have the creation of the parent record working. I have creation of the first child record working and it is related to the record. However, can’t figure out how to create another child record. When I display the step in the wizard to create a new child record I am seeing the child that was just created. Any ideas?
When a quote is contained in the data of a field being evaluated in a formula, various exception occur ranging from ILLEGAL TOKEN to unexpected string (depending on what the formula is doing). This leads to incorrect results in formula fields and more concerning, there is no indication that anything failed as it’s a caught exception and just carries on. Beyond the basic sample demonstrated below, this problem really manifests itself with RTF fields. Notes - This is a variation of another issue described at https://community.skuid.com/t/cr-lf-in-text-field-results-in-illegal-token-error-in-formu… Steps to reproduce Create page using XML below Preview page Change account name to “Foo” (without the quotes) Expected Behavior = Actual Behavior Is Foo becomes TRUE Add a quote character to the end of the name Expected Behavior Is Foo is false and no exception is encountered Actual Behavior Is Foo is false but exception is encountered at the following location: try {
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.