Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I just noticed that a bunch of my buttons on Skuid Platform stopped working. You click the button and nothing happens. After a bunch of head scratching, I realized that it is only buttons that have a “Create New Row” action attached to them. Was an update to Skuid Platform pushed out in the last 24 hours? Here’s a sample page to recreate the problem: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Contact" query="false" createrowifnonefound="false" datasource="ENTER_SALESFORCE_DATASOURCE" processonclient="true" type="" sobject="Contact" limit="1" uniqueid="sk-3amJmx-186"> <fields> <field id="Id" accessible="true" createable="false" editable="false" filterable="true" groupable="true" sortable="true" displaytype="ID" label="Contact ID"/> </fields> <conditions/> <actions/> </model> </models> <components> <buttonset uniqueid="sk-3akFWL-164">
I moved some pages from a Sandbox with 10.0.7 to a partial Sandbox with 11.0.1. I’m getting the error “bad value for restricted picklist field:” on any multi picklist in 11.0.1 when I select more than one option. I made sure to add all of the values for the Account record type and the other record types that I’m not using as well. It works with no issue on a normal page layout, but throws the error in any Skuid page. Is there anything I can do, or should we just go with an older release?
Hi, I’m trying to do a post request with skuid to an external api. Everything works fine in the post request (the payload is send and it arrives on the other endpoint) but I also need to retrieve the response from the post and cast it to a my skuid model ( the response is an array)…here is my configuration I can’t understand where I can fill the type of the response of my post method (casted to my skuid model)… I also try to debug in dev tools and I get this error (I don’t know if It is related with this problem) [{“statusCode”:500,“type”:“exception”,“ref”:false,“action”:“Unknown”,“method”:“Unknown”,“message”:“Content type ‘null’ not supported for Visualforce remoting request. Expected ‘application/json’.”,“where”:“”,“data”:“”,“vfTx”:true,“vfDbg”:true}]
As per subject.
https://youtu.be/TXuJuS4CjhA?t=24m51s
Hi,I’m using SKUID Platform Trial Edition not seeing MySQLServer or SQL database in my Data source .Please Let me Know Am I missing Anything ??
Getting this error above and have no idea on how to proceed. Any help appreciated.Thank you.
Hi All, Performance, when loading and previewing Skuid page in Lightning, is a difference, the preview mode is good but so slow in a Lightning page. Is there any help guide upgrading performance of it? Any help is appreciated.
Hi all… I have added several snippets to change the sort order of a model … eg by a date fieldvar params = arguments[0], $ = skuid.$;skuid.$M(‘VisitsbyDate’).orderByClause = ‘sales_activ__Scheduled_Date__c ASC’;and they work on the salesforce app (formerly salesforce one) but not in my browser (chrome)??Any ideas?
I am looking to pass the ID of a selected user from a search bar component to the parameters of a page include. I currently have a model with a condition that is set in the search bar with an Activate and Set Model Condition action, then I query that model. Then this is the query string I am passing into my include ?id={{$Model.SearchedIM.data.0.Id}}Thank you for any insight!
Model A has a Multipicklist__c field.Model B has a Picklist__c field.Both use the same value set.Is there a way I can write a condition on Model B to return records where the value of Picklist__c is one of the selected values in the Multipicklist__c field in the first row of Model A?I would have expected ‘in’ to work, but apparently ‘in’ acts like ‘=’ over multiple rows?
Hi everyone, I’ve recently joined the Skuid community. I’m excited to get started! I was succesfully able to get a view page override to work but haven’t been able to get the new to work; interestingly enough it works for me as the system admin. For the users they’re simply directed to the classic layout and the “nooverride=1” shows up in the URL automatically. I’ve tried both of these for Visualforce, again both work for me as system admin: <apex:page standardClass=“CustomObject__c” doctype=“html-5.0” readOnly=“true” sidebar=“false”> <skuid:page actiontype=“New” objectType=“CustomObject__c”/> </apex:page> <apex:page standardController=“CustomObject__c” extensions=“skuid.Redirects” action=“{!redirect}&objectType=CustomObject__c&actionType=New”> </apex:page> Key Details: Version: Millau 11.01 Pages OWD = Public Read Only Page Assignments OWD = Public Read Only All users in the org are licensed with Skuid All users in the org have the Skuid Page View
I have 2 fields, one being a multiple picklist and the other being a picklist. When I insert into the rich text component they do not show. here is the merge syntax. The fields are selected in the models
Is it possible to have a tab active and use Actions from button to change which tab is in focus? Now press “Add New Search”. Using actions I then see this with out pressing t “Searches” What actions would make this happen?
I have a field editor on a page include. This has a checkbox field in it and I am opening the field editor in edit mode. This works fine and the user can check/ uncheck the checkbox.Chrome - If I add a deck to the page and put the field editor inside the card then the checkbox becomes inactive - In Chrome - it cannot be checked or unchecked. In Edge - it works but the “tick” only shows/ un shows when I save the record.I have some conditional rendering for a button set attached the checkbox. This rendering does not work in Chrome but does in Edge
Looking for a quick and easy way for users to speak to type (navigation commands not needed yet!)
I need to dynamically (with Javascript) get the value of a single field from an object.What’s the most economical way to accomplish that?I can use skuid.sfdc.search to return the row, or I can dynamically build a skuid model and query it. My assumption is that the former would be faster (less overhead?). Can anyone confirm or deny?Here’s my search function. the variable ‘code’ that I’m using as the search term contains the value of the “Optimize_Code__c” field, which is unique for each row in the object. var getNavVisibility = function(){<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var dfd = new $.Deferred();<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $.when(skuid.sfdc.search({<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; query: code,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; searching: "ALL FIELDS",<br>&nbsp
I have tried both ways of re-sizing fields in a table (% and pixels) and neither is having any impact. I save my changes and absolutely NOTHING happens when I preview. Is this broken?
Is there a way to embed a visualforce component in a SKUID page? I see help articles to embed skuid inside VF component and not the other way round.
I have a button set in a popup, set to align Right. The popup is narrow, and due to merge syntax in one of the labels, occasionally the buttons are too wide to fit on the same row, so they have to wrap. My expectation was that when wrapping the buttons would continue to align as specified in the button set definition, but that doesn’t appear to be the case. Buttons aligned right as expected: Buttons forced to wrap, and are now aligned left instead of right: I’m sure we can workaround with CSS, but I thought you’d like to know…
I have a skuid page that is pulling in a text area that contains a series of comma-separated values as seen below. Is there a way to automatically format this to read like a list, or something more palatable to read?
I’m migrating some pages to Lightning and am having an error where the browser (Chrome) doesn’t seem to recognise a specific property in a snippet.The error I’m getting is: “1. There was a problem rendering a component of type basicfieldeditor: dt is not defined”The dt property refers to “metadata.displaytype” set in the snippet below: <br>//snippet to remove the parenthetical/converted value from a currency field<br>var field = arguments[0],<br>&nbsp; &nbsp; value = arguments[1],<br>&nbsp; &nbsp; metadata = field.metadata,<br>&nbsp; &nbsp; curr = field.row.BuyCurrency__c;<br>&nbsp; &nbsp; dt = metadata.displaytype;&nbsp;<br>&nbsp; &nbsp; $ = skuid.$;<br>&nbsp; &nbsp;<br>if (field.mode !== 'edit' &amp;&amp; value !== null) {<br>&nbsp; &nbsp; field.metadata.displaytype = 'TEXT';<br>&nbsp; &nbsp; var textvalue = value.toLocaleString('en', {style: '
Hello All, I am attempting to convert a Google sheet into a skuid page for purposes of maintaining up-to-date and dynamic data. The page is used to visualize upcoming notable customer calls that should take place that month. Please see the image below to see what I mean. For example, each row is a customer and each column is a month. Based off of their contract renewal date there are a few key dates which are then highlighted in the month they occur. Is there a way to achieve this same functionality with skuid components?
Then Apex Heap Size issues happen since the model’s bring in everything for all time.
I created this codepen https://codepen.io/nickfs000/pen/bYWEJB to update a current css class with an update css class by means of a toggle. However, when I try setting this up in our skuid environment, nothing happens when I click the button. No errors show up in the counsel. Here’s more info, and wondering where I’m going wrong with the syntax or skuid setting? Skuid page with Button placed in page layout (More Detail). Simple css syntax created to test in skuid. This css syntax should replace the current css syntax (.nx-cal-event) in skuid as shown in the codepen.: .nx-cal-event-more { border-radius: 1px!important; } jQuery syntax for the More Detail button: $(document).ready(function() { $("button").click(function() { $(".nx-cal-event").toggleClass("nx-cal-event-more"); }); }); In-Line (Snippet) name: moredetailbtn Button properties Action set as: Thank you in advance!
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.