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,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?
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…
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 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!
We have a tab override for our opportunity’s tab that was created 2 years ago and would like to know if this syntax is still valid? We are trying to debug an issue and may think this redirect may be the cause. Thanks! <apex:page standardController="Opportunity" action="{!redirect}&amp;actiontype=New&amp;objecttype=Opportunity" extensions="skuid.Redirects"/>
Watch the video below, but in a nutshell, I’m using merge syntax in the split template to display the labels. When I apply a filter to the model, the merge syntax is dropped.This is on Skuid Platform.
Is there a simple way to do this?
I am creating several rows in a model, some of which have internal reference fields. Save fails with “invalid reference field” error.Example:These new rows exist in the model:Row 1: {Id: ‘new1’, Parent__c: ‘’}Row 2: {Id: ‘new2’, Parent__c: ‘new1’},Row 3: {Id: ‘new3’, Parent__c: ‘new1’},Row 4: {Id: ‘new4’, Parent__c: ‘new3’}After save, Row 1 is saved, all the others fail to save.Skuid is somehow not processing/adjusting the internal reference fields during the save?
Will someone help me figure out how to write conditions for this case?I have a model (ModelA) with a lookup field called Staff__c.I have a model (SelectedStaff) which will either be empty (if no staff is selected) or have one row.I want ModelA to return records where Staff__c=null when the SelectedStaff model is empty, and Staff__c=(SelectedStaff)(Id) when it’s not empty.I’m struggling to write conditions to do that. Help?
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.