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
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.
I am using API v2, on Skuid 12.4. Is it possible to create a new reference record if the one searched for does not exists?
Hello, I am trying to set the number fields in my tables to 0 decimal places, and it seems there should be an easy declarative way to do so because there is a field for it in the UI, but the only option in the field is “Use Field Metadata”, but we do not want to update the field in Salesforce, just in this Skuid Page. Seems like a possible bug? Thanks, Sarah
In V2, how do I center an image?
I have created a salesforce connected app and using that to call in Authentication provider. When I select Salesforce as provider type getting below as default: Authorize End point url: https://.my.salesforce.com/services/oauth2/authorize Token Endpoint url: https://.my.salesforce.com/services/oauth2/token After replacing My domain with salesforce domain if i try to call the datasource then getting error as “Unable to authenticate to data source, login has been cancelled”. Please help me with how to provide appropriate Authorize and token end point urls
I want to use an apex class as Authentication provide to configure in datasource. please provide any documentation or steps.
As per subject.
Do page assignments take time to actually take effect? I’m adding new ones and they seem to still be directing to the classic Salesforce page instead of the SKUID page. eg. (this was just set up) This appears to be set up like all the others but it is not redirecting to the SKUID page (goes to salesforce classic) If these do take time to take effect, is there any way to speed up that process?
I am attempting to connect a REST model to ClickSend. The API is expecting a body that looks like this: { "messages": [ { "to": "+61411111111", "from": "+6142222222", "body": "This is a message" } ] } I am using the batch insert option and the nested JSON array option, which the tooltips indicate should create an what I’m looking for. Here’s the setup: However, the body of the actual request being sent looks like this: { “messages”: { “sk-3PMGf3-5”: { “to”: “+61411111111”, “from”: “+6142222222”, “body”: “This is a test.”, “custom_string”: “123456” } } } It looks like an object with the temp skuid row Id as the key rather than an array. Help?
As per above.
Hi All, Not sure if this is possible, but wanted to ask. I’m trying to calculate the sum of averages across multiple records that have multiple variables in common. Example: I have a set of 6 Salesforce records and each has a numerical value for field A. I want to create a table that first takes the average of field A of records with the same value for picklist fields B, C and D, and then sums the calculated average(s) based on having the same value for picklist fields B and C. Example: model object = Race Results, fields for each record in quotes below. RR Record 1: “Event” = City “Location” = Park “Class”= Special “Place” = 50 RR Record 2: “Event” = City “Location” = Park “Class”= Special “Place” = 100 RR Record 3: “Event” = City “Location” = Park “Class”= Extra “Place” = 200 RR Record 4: “Event” = City “Location” = Park “Class”= Extra “Place” = 300 RR Record 5: “Event” = Village “Location” = Upper “Class”= Special “Place” = 25 RR Record 6: “Event” = Village “Location” = Upper “Class
😦 I have written a snippet to call the managed package apex class. But I’m facing the above exception. Please help me.
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.