Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have model conditions which are inactivated by default and these need to be activated on page onload/ page refresh through action configuration but we don’t have onload in Initiating Events of action.
Thank you for taking the time to read this! I am trying to clone an opportunity and its related roles and products. I currently have a page that uses a wizard for our reps to create an opportunity with roles and products in three steps. What I am looking at doing, is adding functionality to the current wizard, so that when created from an existing Opportunity, the page recognizes it, and copies information from the original to the new. I have this working so it recognizes the opportunity, and adds the details to the tables on the second and third pages, but it is not saving the related child records to the opportunity. I appreciate anyones help!
Hello, Skuid Version: 13.0.13 Not sure why, or how to work around this, hence any workaround using JS or else would be much appreciated. First 2 (potentially more) Action items get highlighted as if they were selected, while other action items and all section items are normal. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models/> <components> <skuid__grid uniqueid="sk-2D3x-2564" flexDirection="row" justifyContent="flex-start" alignItems="flex-start"> <divisions> <division minWidth="100px" ratio="03." alignSelf="auto"> <components> <skuid__verticalNavigation uniqueid="sk-2D3w-2078"> <items> <item label="Action 1" uniqueid="sk-2D3w-2077"> <actions> <action type="action-sequence" action-sequence-id="24db859f-1887-4f
I have a UI-Only model that is supposed to show no matches. It does show 0 matches but but is not accurately counting the matches, it shows 23 This following is the code: <skuid__wrapper uniqueid=“sk-22So-384346” overflowY=“auto” styleSettingsVariant=“3e10d5e7-fc56-4a25-b6e2-01289d72fa5d”> <components> <skuid__text contents="{{I_Mark_Date_of_Service_Finished__c}}&amp;nbsp; ${{Earnings}}&amp;nbsp; {{I_Mark_Description__c}}&amp;nbsp;" uniqueid="sk-22Eh-283085" model="EUdit_Marker_View"> <renderConditions logictype="and"/> <styleVariantConditions/> <styles> <spacing bottom="1" right="0.5" left="1" top="1"/>
I have used the design system. They look different. The accordion shows differently. Why? Desktop Iphone
See video: https://drive.google.com/file/d/1u_Ow8I9HYyXILrnrUcCzPkjRzlvpPss4/view
Hello , We are about to activate Mydomain in production, and wanted to know if there would be a way to search all of my skuid pages’ XML for specific keywords (example NA87. ) As we know that on some of our skuid pages, some of the admin here may have hardcoded the instance on an URL, and it would be very long and annoying to go check page per page So wondering if able to export all and search or something similar. I tried building a skuid page to search skuid pages, but do not see XML available in the fields. Thank you
This discussion was created from comments split from: How to add value from formula field to a field in my Salesforce Model.
Hello, If a Form Field is in a deck it (particularly Text/Textarea) loses focus if user stops writing for 0.5~ (too quick) seconds, hopefully it wouldn’t lose focus at all. Custom input fields lose focus after one letter. Reason: once field determined that user has stoped entering data it will call (I assume) onInput which would update the data in the model. Afterwards, (I assume) deck listens for changes in the model and re-renders all of the child components and maybe itself. Potential workaround, but if anything else causes the model to update then all changes will be reverted (as component is re-rendered), and I’m not able to anticipate all changes. Next level would be to call this after deck has re-rendered, but unsure which function call to override. Another assumption: onInput/onBlurdoesn’t do anything different from the template generated by CustomFieldRenderer. skuid.runtime.getPage('Temp_Page_5_v2').component.getByType()[<componentType>].forEach((c) => { if(c._cpi.
We’re getting a console error several times loading any skuid page: Visualforce Remoting: Context incomplete - authorization not provided This only happens on our sandboxes currently on Spring '21. Production and sandboxes still on Winter '21 do not have these errors We’re on Skuid Spark 12.4.13 Anyone else seeing this?
In version 1 of the “Card” it was possible to add: <styleitem value=“url(<a href=“http://www.dorothy.com/Images/Yellow_Orange_Wall.png)””>http://www.dorothy.com/Images/Yellow_Orange_Wall.png)" property=“background-image”/> How do I add an image background to a “Card” in V2?
This discussion was created from comments split from: Salesforce’s Spring ‘20 Release: Changes regarding guest users starting March 1, 2020.
How to create a UI-Only table from a query of a salesforce object? The sales force object has 156 matches but only the first record shows in the UI-Only Table. I am using “Create new rows” action https://drive.google.com/file/d/1qBGoc04qu13y88z7_zL66lxeFQKYAzYJ/view
This discussion was created from comments split from: SKUID V2 - Table Bugs and Missing Features.
In situations where a user is creating a new record, providing the option to upload a file to that record becomes tricky because the record must be saved before uploading a file. Traditionally I have solved this one of two ways Hiding the file upload option until a user clicks a button that triggers a save action, but this makes uploading a file a 2 step process - not the best user experience. Saving the record right after creation so that the file upload is immediately available. The problem is that this doesn't work well if there are required fields that must be filled out before saving, and you have to deal with deleting the record if the user decides to cancel the process. I thought I would put this out to other Skuid wizards to see if anyone has come up with a more elegant solution to this tricky scenario.
Hi Guys, has something changed literally today regarding this limit /error? I have pages that up to yesterday worked fine. All of a sudden in the builder if trying to break down an action sequence, nothing happens , but looking in console i see this error Uncaught The total number of characters in this Page’s Layout (686496) exceeds the maximum number of characters available for each Page (655360). Please split out some of your content into other Pages, and then include these Pages within this Page. Is this a new limit?
Hello, Skuid Version: 13.0.11 Model that is used for style condition, if the data for that model is changed/edited then an error will be produced. (The XML for a page bellow is set up to reproduce the problem). If there are 2 conditions, where one of the conditions is in context and other one is not, if the condition without context is before the condition with context then the 2nd condition will lose context. (Not reproduced in the example below). Best, Lukas <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="UIModel" limit="20" query="true" createrowifnonefound="false" datasource="Ui-Only"> <fields> <field id="NewField" displaytype="TEXT" length="255"/> <field id="NewField1" displaytype="TEXT" length="255"/> </fields> <conditions/> <actions/> </model> <model id="UIModel2" limit="20" query="true" createrowifnonefo
Hello all, I want to display some queue items differently based on their status (open, closed, in progress for example). Can I change the format/ css of an individual queue item based on a value in the record. I am wondering if I can use a render snippet to assign a css class to the item? Any help much appreciated. Ben
Hi all Im using Salesforce Skuid (for the first time) and I have built out a custom form based on an object in my Salesforce Environment. I basically have a form where users to select an online listing package we offer, my UI-Only formula field then display a price (currency) - all working great. My problem lies with putting the value of this field into my ‘Price’ field (from Model). For some reason I can display the price in the field but when I go to save the form, it complains there is no data in the Price field? Am I meant to somehow force a value in this field through JS?? Please help as I am really enjoying this product : ) Many thanks Alex
Hello, I am applying conditions to a model with fairly basic filter grouping logic added and am receiving SOQL query errors. I have tried various parenthesis, reordering, removing and re-adding conditions. This seems to be a very problematic bug. You can see if you compare the screenshot to the SOQL it is not reading the conditions in the correct order at all. Any suggestions would be greatly appreciated. Thanks, Sarah Grouping Logic: 1 AND 2 AND 3 AND (4 OR 5) AND 6 AND (7 OR 8) I have attached screenshots of the 8 conditions. Here is the error message I am receiving: 1: An error occurred while attempting to perform the following SOQL query: SELECT Site__c,Site__r.Name,Expected_Capacity__c,Begin_Date__c,End_Date__c,Site__r.Address_Line_1__c,Program__c,Zone__c,Site__r.Id,Registration__r.Registration_ID_f__c,Registration__r.Site__c,Registration__r.Site__r.Name,Registration__r.Site__r.Id,Registration__r.Site__r.Status__c,Registration__c,Registration__r.Name,Registration__r.Registration_S
Hi, How do I get rid of the edit gear in the design system of v2? Since there is no CSS. Thanks
The Iframe is in JotForm and their directions to pass a variable are: https://www.jotform.com/help/83-adding-parameters-in-lightbox-and-feedback-formsThe site where this is implemented is: https://full-dorothy.cs50.force.com/Member/On the site, if you click on “Add a New Member” in upper left corner you will see the modal and the “Password_Input__c” variable 123456 is in modal.How do I get the variable into the Iframe?
Hello, Let there be object TempObj__c which has Reference field. image__c, to skuid__image__c. Let there be table, where TempObj__c is the source, and the reference field be a field on the table. If a file is uploaded (drag and drop, or via modal) for one record the UI will show as if that file was uploaded for all records. Though, that’s only a visual bug. Since other fields (image__c.Id, image__c.Name) are updated correctly and are shown correctly in the table. Nonetheless, it’s confusing, if I want to upload an ‘image’ for other records I have to through the process of “deleting” the image for those records, and i’m unable to download the image. Furthermore, I’m unable to use Image Component to show that image. Thank you, Lukas
I am being told by jotform I need some java script like this: The code in the iframe looks like this: <iframe id=“JotFormIFrame-202028584502045” title=“New Member” iframeParameters: { 'typeA53': variable1 }, onload=“window.parent.scrollTo(0,0)” allowtransparency=“true” allowfullscreen=“true” allow=“geolocation; microphone; camera” src="<a href="https://form.jotform.com/202028584502045?typeA53=variable1"">https://form.jotform.com/202028584502045?typeA53=variable1"</a> frameborder=“0” style=" min-width: 100%; height:539px; border:none;" scrolling=“no” Would the Java script be in: Generic JS Generic JS Snippet Custom Formula Or is there an easier way to convert the {{Password_Input__c}} to variable1
The theme on v1 allowed borders between fields and the value was indented. This looks quite different in v2. Does anyone have any suggestions? See attachment. 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.