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 to create a dropdown table as shown in the screenshot.
When I was troubleshooting page includes not working, I came upon an extremely quirky bug that I haven’t quite figured out yet. The glitch i’m noticing is that chart’s within pages to be included aren’t loading, always. As this involves page includes & I’ve now bookmarked every post made about them, let me clear up some possibilities.I have local clones of Include, UploadImage, and Export Data which are all assigned to everyoneThere are no model name conflicts between home page & page includePage include works perfectly fine on all other pages (other than home page)Now I do have page includes on home pages that work (displaying charts etc.) but here’s the glitch i’m running into.A page that does not have an existing chart (even with/without a model) is unable to display chart information from any page includes that do have charts.So here’s the scenario. I’ve broken each tab of our home page (Closed Won, Pipeline, Tasks, Leads) into individual separate pages. Each of these pages
We have a Javascript snippet where we’re trying to update the same object twice (once to clear some fields and then again to set a field and fire a trigger (that requires the other fields to have been cleared)). Unfortunately, the second update doesn’t happen. The same JS code works in a button in Salesforce, just not in Skuid.The fields in the first update get changed successfully, but the second update Is this something related to configuration? Or is it a limitation with Skuid?Here’s what the code essentially looks like: var opp = skuid.model.getModel(“Opportunity”).getFirstRow(); var o = new sforce.SObject(“Opportunity”); o.Id = opp.Id; o.Field_One__c = null; o.Field_Two__c = null; sforce.connection.update([o]); // This one works var d = new Date(); o.Send_Date__c = d.toJSON(); o.Send_Single__c = true; sforce.connection.update([o]); // This one doesn’t work
I am trying to create a salesforce community using nothing else but skuid and I was able to do so by redirecting the main tab. However, I can’t figure out how to expose some pages to the public, meaning anyone in the world can see them. I am just questioning if this is possible to do it since there are license cost associated. I was told that Skuidify website was built using skuid. So how can we do the same with heavy integration with the salesforce community setup. Any help, direction toward this goal is greatly appreciated.
I’m trying to create a ui formula field that compares the value of a ui text field with the value of an encryptedtext field.But merge syntax on an encrypted field just returns ‘****’.How can I access the actual value of an encrypted field?
I need to translate the contents of certain rich text components into other languages. Any initial ideas on ways to tackle that?
I’m trying to do the reverse of what this post accomplishes:https://community.skuid.com/t/model-condition-based-on-formulaIs it possible to do something like this for a UI formula field?:If( model.condition1 = true, Amount_Div1,If( model.condition2 = true, Amount_Div2,Amount))I understand that even if this were possible, it might not be ideal for performance. But the alternative is to multiply the number of models or pages needed to view a dashboard summary (Company wide, Div1, Div2, etc…)
Is that a navigation component button? or is it still a pagetitle? And if the latter, how did you achieve dropdown result?
I would like to display a image(static resource) or icon based on the value of a field. sort of like…if 1=blue.jpgif 2=red.jpg
I found discussions about this, but the advice given (e.g. make table read only) is not working. This is an aggregate model with the table component set to read only (the only option).
I have a button that has an enable condition based on a UI only field that has a default value of false. When the page initially loads the button is enabled when it should be disabled. If I switch the action type on the button to a different action type(multiple actions). Then the enable conditions works fine.What gives?
Anyone successfully added a ‘rendering conditions’ tab to their custom components?Can I steal your code from you?
I have a custom component that dynamically creates its own model. I’d like to be able to add model actions to that dynamic model through my component’s properties in the ui.Any thoughts on the best way to go about this?
I have created some pages in skuid that serve as layers between a homepage and record detail pages on custom objects. To test these pages before deployment I have simply been using an href link to the address that appears on the preview page in the sandbox. The question is… just like how you would navigate to a record detail page (), can you similarly navigate to a page without a Record Id? This way I can be sure that it works the same way in sandbox as development.
I’m currently trying to display a Calendar with all Events for a variety of Users.Since i want to display a dynamic number of users based on some filters, i resorted to having all from the same source. (meaning they all share a color by default). My approach to bypass that was to have a “Colorfield” on the User to which the Event belongs to.However when trying to access the WhoId.Calendarcolor__c of the Event, it keeps failing, since a Calendarevent links to the “Name” Pseudoobject rather than the User, i can’t access this color by all means.I tried this post but it seems this is no longer possible or this was only for having a field or not. Does someone have an idea how i could bypass this limitation so every User’s event have a different color while still having a fully dinamic ammount of users?
I have created UI-Fields on an object. I have set up a new profile and given the object Read, Create, Edit capability. I have checked “Load Model data on page load” and “Max # of records (Limit)” to 1. I have set default values on the picklist. When I load the data in a field editor I see the data from the record. However, the picklist values are blank. Is there a permission that I am missing? It seems that field rendering is not working.
Hey guys, I have a JS mass action that worked great until I installed Rockaway. The console is saying: Uncaught TypeError: Cannot read property ‘Id’ of undefined The source marks the error on this line of code: var CaseID = proto.Case__r.Id; I read Irvin’s message about a similar error, and the resolution had to do with add a trivial sub condition to a subquery. Is that the same error we have here? Also, how do I actually do that? Full snippet: var params = arguments[0];var step = params.step;var $ = skuid.$; // REFERENCE MODELS var models = skuid.model.map(); var protoAppt = models.protoAppt; var newAppts = models.newAppts; var proto = protoAppt.getFirstRow(); // GET conditions var caseCondition = newAppts.getConditionByName(‘Case’); var userCondition = newAppts.getConditionByName(‘User’); var recurrencetotalCondition = newAppts.getConditionByName(‘RecurrenceTotal’); var recurrencestarttimeCondition = newAppts.getConditionByName(‘RecurrenceStartTime’); var recurrenceendtimeCondition =
On some pages, I can edit the Max Autosaves field. On other pages I cannot. What’s the story there?
I have created a button on a Page Title that runs a snippet and the does a redirect to the parent object. It works beautifully in Chrome and Firefox. But, when I try the button using Internet Explorer, the snippet runs fine, but the redirect will not fire. So, I end up back on the original page. Any ideas?
Encounter this when trying to save a page in the builder:(Rockaway)
I would like to place the checkbox in a boolean field to the left of the field label. When I edit the display in the field editor, I have the options to place the label beside the checkbox (this places the checkbox to the right of the label) or place the label above the checkbox. I’m looking at the XML and I am not seeing which parameter to edit: I’d like to waive a fee from {{Contact__r.FirstName}}'s loan Does anyone have a suggestion to achieve the placement of the checkbox that I’m looking for? Thanks!
Any one know how to set up value to a dynamic field. I have the function where field name would be sent as parameter and I do need to set value there.Here is an examplefunction SetValue(params, Name){$ = skuid.$;var fieldName =params.model.getField(Name);// var Mytext = do my taskif(params.model.getRowById(params.row.Id)[fieldName] !== skuid.$(‘.RichTextField).prop(‘innerHTML’)){ params.model.updateRow(params.model.getRowById(params.row.Id),{ fieldName : ‘Mytext’}); skuid.$(’.RichTextField div.nx-richtext-input’).focus(); }}
I found a weird issue on SKUID form when using wizard. I am using wizard with multiple steps. Having two buttons on each steps for next and previous. When I try to add one more button and save the form. In preview, it shows two more buttons, i.e. total five buttons. Now sure how these two extra buttons coming up. The weird thing is, I am not able to see these two extra button in SKUID page editor.
Trying to add skuid page as lightning component in page builder (for record detail page), but the record id doesnt reach the skuid page, hence it remains blank. Ive checked the checkbox that says use params from URL and my model has that condition as well. Is this a skuid bug? Its beyond frustrating as Im new to all this to begin with.
I am trying to set the Search Fields for a Reference field based on a Model and am getting some very buggy behavior. I have Skuid 7.36.1 installed but had the same problem with 7.31. The problem arises when I try to search on fields that are references themselves. So In the case below if I have an Account field and want to search on the name of the Account and the name of the Account Owner (eg Owner.Name) it causes a problem. If I open the search Popup and search for a value and then look at the model in the console it shows the SOQL such as: SELECT Name,OwnerId,Owner.Name,Id FROM Account WHERE (((Name LIKE ‘%test%’))) LIMIT 21 when it should be more like: SELECT Name,OwnerId,Owner.Name,Id FROM Account WHERE (((Owner.Name LIKE ‘%test%’) or (Name LIKE ‘%test%’))) If I just set the Search Fields to Owner it uses SOQL like: SELECT Name,OwnerId,Owner.Name,Id FROM Account WHERE (((Owner.Name LIKE ‘%test%’))) But if I have both Account Name and Owner as Search Fields it only searches the Acc
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.