Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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 });
As per this post of mine last night, I am building a Community out on the Partner Central template. I have a Skuid page with a field editor, and I added a template field into it. Internally, clicking on this field displays a pop up where I can edit those fields and close the pop up.In the Community, the pop up displays as empty and cannot be closed.Is this a known issue?
A Skuid Page for end-users is displaying without displaying data. When viewing as a System Admin, the page is displaying data correctly. Permission in both Skuid and SFDC was granted for the appropriate Profiles. What would cause this issue? What is the best way to resolve this challenge? Any and all help is appreciated. Thanks, PJ
Can someone point me to documentation for rolling out Lightning with Skuid pages? We are looking to move our org to Lightning; some users will use standard Lightning pages whereas other users will use Skuid pages. We used to use Assignments and VF Page overrides. I believe we will now need to convert to Skuid pages embedded in Lightning Components. I’m having a hard time determining if I can do this easily.
We are building out a community on the Partner Central template. We are using Salesforce DX and scratch orgs, and we’ve also taken the time to use the skuid-grunt tool from NPM to help get our Skuid pages into source control.We’re using the Skuid Lightning Component in the builder, and the page appears. But we’re finding some confusing behaviour - I’ll use the latest example we’ve had of the problem.I wrote a custom field renderer to show a contact’s Name, Email, and Phone number in a field, rather than just their name (template fields don’t work in the Community - I’ll post about that separately!).The Customer changed their minds, so a colleague of mine took out the bit of the Javascript snippet that added the phone and email address. He pulled the page and put it into source control; I pushed it into an org. In the Community, the old version of the page continued to show - I could still see the email and phone number. Running the page internally (launching from within LEX), I got the
Strange. Only in this one client org w/ 11.1.10. My org has same version without any issues.
I have created a custom skuid page on which on the hit of a button another page is getting open as popup.I am getting below error on the console on hitting the button.
I am sending an email using the standard ‘Send Email’ Action. This is from a skuid page embedded within a lightning component. I would like to continue with more actions, ONLY if the email was successfully sent. Is there a way to validate whether the Send Email action has succeeded or not?
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.