Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Here’s a cute requirement. A client needs a column chart to have the number of opps by salesperson (category) then by stagename (split type) with the stacked opps by stage sorted by highest probability.Here’s the rub, the model must be an aggregate. Too many opps. So … can’t sort by Probability since the field isn’t available to be used in an aggregate model.
How do I set an action to assign a birthdate to a date field?
HelloI have a need to calculate the date of the previous Friday. Since the mod function is not available for Skuid formula fields, I am currently doing this with a Salesforce formula field: (TODAY()) - MOD(TODAY() - DATE(1900,1,12),7)This will return the date of the previous Friday, so if calculated on 5/10/2018 it will return 5/4/2018. Since Salesforce formula fields are not calculated until the record is saved, when displayed on a new record page in skuid this field will be blank until the row on the model is saved. I am trying for a way to display this on a new record page while the new record is still being edited and before it is saved.The mod function basically takes a number, divides it by another number, and returns the remainder. Is there any way to replicate this in a Skuid UI-only formula?Thanks!
I have a sites page with a page parameter on the ID of a contact record. I also have two record types for contacts in this org. For some reason, I am only able to access one of the record types on the sites page and it’s not the one that I need. In the public access settings of my site, I have the right record type settings and field access levels. Is there anything else I can troubleshoot to find out why the site isn’t able to access the correct records?
Hi All, My setup for this looks like so: There is a field on the Account record that is a reference to a custom meeting object. This field is blank by default. I have created a button that creates a new meeting record and fills in some of the fields saves, then sets the this new record id in the blank field on the account. The button logic is intended to go like so: if AccountField == null: create Meeting field update on account open popup else: open popup The popup should reference the newly populated field on the account and display the contents of this new record. So far with my testing the button is successful in creating a new record and putting in in place, and if there is already a record in place is successfully opens the popup and displays the record correctly. The problem I am now running into is in the first portion of the logic. The record is created and placed in the empty account field BUT the popup fails to open up this newly placed record reference. What is happening i
When a rich text component is used in a popup, is appended to the actual text. Page xml: To initiate this request. It appears fine when used on the main page. The XML has the span tag. Please review the Name and Email Address before clicking 'Continue' to initiate this request. When I copied this over to the popup, it appends like this: Can you please advise a workaround? Using page title did not work since we have a fair amount of text. We are on 8.15.17 Rockaway.
I am getting an error when selecting the cancel button on tables of Skuid pages embedded in lightning. I am see this no two different orgs both on 11.1.6:[Cannot read property ‘find’ of undefined]b.z.editor.handleCancel()@https://ORGNAMEHERE.lightning.force.com/resource/1521239945000/skuid__CoreComponents/core.js:16:2567…b.eval()@https://ORGNAMEHERE.lightning.force.com/resource/1521239948000/skuid__SkuidJS:23:18314Function.each()@https://ORGNAMEHERE.lightning.force.com/resource/1514499240000/skuid__JQueryJS:13:14965Object.P as cancel@https://ORGNAMEHERE.lightning.force.com/resource/1521239948000/skuid__SkuidJS:23:18275b.cancel()@https://ORGNAMEHERE.lightning.force.com/resource/1521239948000/skuid__SkuidJS:31:28790Proxy.eval()@https://ORGNAMEHERE.lightning.force.com/resource/1521239948000/skuid__SkuidJS:31:25906Proxy.dispatch()@https://ORGNAMEHERE.lightning.force.com/resource/1514499240000/skuid__JQueryJS:14:19404Proxy.q.handle()@https://ORGNAMEHERE.lightning.force.com/resource/15144992
Hi guys!I am building a few pages that will be used primarily on a tablet. I have pick-list fields that I am displaying as radio buttons so that it is easier to use on the tablet. However, the buttons themselves are extremely washed out and difficult to determine if an option has been chosen. I have tested this on a number of different devices of different types and makes (ipad, samsung - phones and tablets etc) all with the same result.My question is - Is there any way to change the look or color of the radio buttons so that selected options are more apparent? I want to be able to do this without CSS.I appreciate the feedback!
In Lightning and in Chrome (I’ve tried deleting cookies/storage) when I click on some components in the Skuid builder (e.g. field on a table) and I have had to scroll down the page to click on that component, the inputs are hidden in the property editor (see screenshot). If I scroll back up the page they pop back in again. Cheers! Louis
I have a field in salesforce that shows an image. We’ve used the standard Red, Yellow, and Green flag images (they are .gifs); but recently, we’ve added 2 new image options to the field (they are .png’s). Now that we added these 2 new image options, the image just shows a broken image icon on skuid pages, but it looks fine in native SFDC (screenshots attached). The formula for the field is below. I don’t think it’s an issue with the formula, I think it’s an issue with Skuid not accepting .png images, as it worked just fine with only the .gif images. Anyone have any idea what I can do to fix this? Thank you for any help! Formula Field IMAGE(IF(CONTAINS(Onboarding_Healthscore_Flag__c,“img/samples/flag_red.gif”),“img/samples/flag_red.gif”,IF(CONTAINS(Onboarding_Healthscore_Flag__c,“img/samples/flag_yellow.gif”),“img/samples/flag_yellow.gif”,IF(CONTAINS(Onboarding_Healthscore_Flag__c,“img/samples/flag_green.gif”),“img/samples/flag_green.gif”,IF(CONTAINS(Onboarding_Healthscore_Flag__c,“img/
I want to display total amount in a table and show subtotal as per the product type in the same table, And I have added aggregate table and add condition group by product type in modal condition but I am not able to do this thinks. I have search lot of post in a skuid community but I could not find any solution.
once click to the inactive checkbox is true after I want to make read-only field otherwise field mode is read inline edit mode.I have used some javascript for this functionality but read-only is work but when I uncheck inactive field than not able to edit.var field = arguments[0], value = arguments[1]; //field.mode = ‘read’; var $ = skuid.$;var modelWF = skuid.model.getModel(‘Account’); var modelWFSize = skuid.model.getModel(‘Account’).data.length; var rowE = modelWF.getFirstRow(); var checkInactive= rowE.Inactive__c; if(modelWFSize >0 && checkInactive == true){ field.mode = ‘readonly’; console.log(‘====CHECKTRUE ‘+checkInactive); var renderers = skuid.ui.fieldRenderers; var dt = field.metadata.displaytype; var r = renderers[dt]; if (!r) r = renderers.TEXT; r.readonly(field,value); } if(modelWFSize >0 && checkInactive == false){ console.log(’====CHECKFALSE: ‘+checkInactive);
Hello! Weird one. When I create a row in a model which includes a picklist (just a standard one) and that model’s object has record types (with picklist values assigned) I’m getting a popup asking me to create a Remote Site Setting? (see attached) This issue only seems to affect Lightning, not Classic. Cheers! Louis
I keep getting a install fail for skuid for sales app. I have made sure the fields permissions are there but the install fails. This is the error I am getting.
Bill McCullough turned me on to the new sort action. The client side sort is exactly what I was looking for, however, it only works as a reusable action triggered by a button press. It doesn’t work as a page render triggered action or as a model action triggered by requery, which is what I need. If I switch it to not be client side, it will work, but then it effects the model query which defeats the purpose. Thanks!
Was wondering if anyone else is experiencing the same?
Hi, We have created a Lightning Tab and included Skuid page in Lightning Component with the below syntax: <aura:component implements="lightning:actionOverride,force:appHostable" access="global"> <skuid:page page="Ledger_AMC_LightningTab"/> </aura:component> When we accessed this new page, the loading time is very long, we have waited more than 10 seconds for the page to finish loading. It takes longer than the other pages alot. Please note that the skuidpage we included in, only has 1 model, and it only loads with 100 records as well. Also, when running in Preview mode, the speed is not slow. But in real mode (accessing via the Lightning Tab), the page loading speed is slow as we described in above. This is happening right after we upgraded to the new version Millau (11.1.10). Additionally, We also have many lightning tabs like this one as well, and we never faced this issue before. We appreciate any help. Thank you.
I have a project in a scratch org that’s built on the Partner Central community template, and embeds Skuid pages.Over the weekend, my scratch org was upgraded to Summer 18, and it appears that something has changed that breaks Skuid pages. In the console, I get an error “Invalid XML” and then a dump of the page XML, with the following beneath it: &nbsp; &nbsp; at Function.error (skuid__JQueryJS:1)<br>&nbsp; &nbsp; at Function.na.parseXML (skuid__JQueryJS:3)<br>&nbsp; &nbsp; at Object.vb [as makeXMLDoc] (skuid__SkuidJS:6)<br>&nbsp; &nbsp; at eval (skuid__SkuidJS:24)<br>&nbsp; &nbsp; at l (skuid__JQueryJS:2)<br>&nbsp; &nbsp; at Object.m (skuid__JQueryJS:2) The page still works with an internal user. I also updated the community to point to a much simpler Skuid page (basically “Hello World”), and the same error occurs.My guess is that the way the page XML is being returned from Apex has changed in some way for
Hello everyone, We’re having a bit of a problem with a model query. Here’s the model: <model id="IntakeQueues" limit="200" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Intake_Queue__c" doclone="" label="" labelplural="" orderby="CreatedDate DESC"> <fields> <field id="RecordTypeId"/> <field id="Name"/> <field id="Full_Name__c"/> <field id="CreatedDate"/> <field id="Email_Address__c"/> <field id="IP__c"/> <field id="LDC__c"/> <field id="LDC__r.Name"/> <field id="Commodity__c"/> <field id="Commodity__r.Name"/> </fields> <conditions logic="(1 OR 2) AND 3 AND (4 OR 5)"> <condition type="modelmerge" value="" field="IP__c" operator="=" model="WebSessionDetail" e
anyone have any Ideas on how I would pull this off. I want to load in the most recent 5 records into a deck component, but I want them ordered in Oldest to Newest so that the newest record is at the bottom of the list. So I need to limit the record load of the model to 5, then choose to sort the model by CreatedDate DESC to get the most recent 5 records. THEN I NEED TO REORDER THE DECK SO THAT THE MOST RECENT RECORD APPEARS AT THE BOTTOM INSTEAD OF THE TOP.Any ideas?
Above works great in page preview outside LEX. Not so much as Skuid component or VF page in Lightning.
I’d like to be able to easily see all pages that have been included in a page pack. Like this:Page Pack X:Page_1Page_2Page_3Is this possible?
Hi everyone! I was wondering if there is any way to force capital letters on a text input. May be a silly question but sure would be happy to know.
I have some custom template components that rely on a javascript library I have loaded as a static resource. These components were functioning fine before the Milau updates, but now only one of the components is no longer rendering. Both of these components have almost identical javascript, so I’m not sure what’s causing the issue. See picture below: var element = arguments[0], $ = skuid.$; $(document.body).one("pageload",function() { // init signature canvas element.jSignature(); // error on this line, but only for one template });
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.