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
using the skuid cli to push a page to salesforce, it cuts the xml of the page off at 6755 lines of xml. The page validly has 6992 lines of xml in salesforce.
DSS - Set wrapper height and width to same. ie. make a square
Spark Update 3 V2 - 12.4.7 - Picklist fails to load values on Custom Picklists
Where can I set this in DSS?
Spark Update 3 V2 - 12.4.7 - Conditionally not Rendered Button Taking up Space on Page.
Spark Update 3 V2 - 12.4.7 - UI-Only Formula fields not available in Component Display Logic
When cloning a component somewhere within multiple nesting doesn’t place the new cloned component just below. I’ve seen it placed at either the top or the bottom of the page. Real pain on large pages. 😕
I have rendered a reference field as a picklist in skuid which uses a filed form a model to display values in it. In console, it shows that all 53 existing recordsa re being fetched but only 50 values were getting displayed. The limit on the model rows fetched is given as 100. Could soemone help?
I have a table that displays Assets. I have added a Table Filter that filters by the related Contract. This filter is setup with the “Pick Options and Condition(s)” set to Automatically.The filter works correctly, however, it only displays the Contract Name and unlike Manual table filters you are unable to change the Label Template. The Contract Name isn’t the best option for the user to search by in this instance.Interested to know if there is a work around to add additional fields to the label when using an Auto Table Filter. Would love to have it show the Contract Number - End Date - Status for example.Thank you,Adam
Like this in my V1 page.
This is astounding to me that this is the first time I noticed this.Try this.Edit an Event StartDateTime value in Skuid. Notice how the EndDateTime value hasn’t changed? Now save the event and notice how it changed? It’s staying exactly X minutes into the future based on DurationInMinutes. So, editing the StartDateTime value of an event should always update the EndDateTime according to the DurationInMinutes. This is how Salesforce LEX and I think Classic does it.
I am using dataloader to upload 18,000 records. When a record is written to the custom object Process builder uses Apex to send an api request to Google. Nowhere am I using Skuid. However, we are getting this message “skuid: Number of query locator rows: 10000 out of 10000”. Any ideas?Here is what salesforce is saying:Hi Bill Thanks for your time over the call. As we discussed you will receive this warning when the class is querying for 10000 records. From our server logs, we see that this error is from the managed package called ’ Skuid’ and the apex class is ‘remotingstubs’. I also see the following apex/methods being used VF: /apextemplate/apexremote VFRemote- skuid.RemotingStubs invoke(load) VFRemote: skuid.RemotingStubs invoke(load) Since this class is from a managed package, please check with the third party support and see why this class is being used when there is a data load activity. Total number of records retrieved by Database.getQueryLocator is 10000. https:/
This error started popping up recently on any page Standard Skuid page(see screenshot) or custom developed Skuid page. After refreshing page 2-3 times it goes away. There is no extra information available, however from the error description it seems Salesforce is notifying internally to Skuid. I have Skuid version: 12.2.14 installed Salesforce org is on Spring’20
I am pretty new to Javascript, was wondering if anyone could point me in the right direction. In the below script what I am attempting to do is pull in the model User_SFC (user table) and grab specific field values. Then, I want to use those values to map it to my aStr variable fields. There is another part to this script I can’t include, but this is where I am having the problem. Can anyone point in the right direction? var params = arguments[0], $ = skuid.$; var User = skuid.model.getModel(‘User_SFC’); var fields = [ User.getField(‘City’), User.getField(‘CompanyName’)]; var aStr = new Object () ; { aStr.city = ‘$fields.City’; aStr.company_name = ‘$fields.CompanyName’;
For a public access site that is using a SKUID page to display information, what security concerns come up and how can they be addressed? If I have a page that receives a passed ID to do a query, someone can potentially pass a different ID and get information from that ID that they shouldn’t necessarily see. I can perhaps secure this using a “token” along with the ID to run the query, which is my current line of thinking, but what other things might someone exploit on a SKUID public site? Could they somehow (using javascript perhaps) modify the query to remove that token condition? I could set up Salesforce object level permissions to be more aggressive, but in doing so it would really be an all or nothing on a per object basis rather than only allowing the user to query for information specific to them. Let’s say I want to expose the Invoice object to customers through the public site, but only want customers to be able to view their own invoices; how can this be secured? If we set up
Just upgrdaded to Spark 3 and where we haad querystring such as “Status=In%20Progress&tab=progress” having upgraded, these are not getting picked up now?Any ideas?
Are we sure this: If an incoming row does not contain an Id, then Skuid will generate a unique Id for the row.is still true for adoptRows? Have been working through everyone's solutions (thanks btw ;) ). But adopting exact fieldNames etc... the api doesn't seem to be generating Id's.Thanks,AP
Learning some basics of Design Systems with Skuid V2 on Salesforce but feeling stumped by aligning and/or updating positioning of the check marks on the following components following sizing changes: Checkbox, Checkbox List, and Select (viewing as multiselect). See example of how displaying in photo (wanting to move check more toward center in this particular example).*Anyone have wisdom on how to approach this in V2 Design Systems? Thank you!*Edit note: to clarify for this example. The check marks are centered in standard/default design system. They only become off-centered when you increase the size of the checkbox itself, with the marks hanging leftward by default. Curious if there is a setting to change marks positions easily in that scenario.
Is it planned behavior on google drive data source for the ‘title’ condition to pull like a wild card?If condition is set to ‘123’ it will pull files/folders that range from ‘1234’, ‘12356’, basically ‘123*’.Anybody else run into this?Cheers,AP
Hope everybody is well. Has anybody played with closing drawers in v2 when opening new ones (or any of the similar situations that have arisen previously in v1)? Obviously with v2 the way the tables are constructed completely differently, the old approaches won’t work. (Though it has been fun messing around with the skuid.debug to see if they can be replicated). Like cards on decks the drawers ID’s are used in duplication so obvious hackish options are not readily available. Thanks,AP
Sorry about the deluge of OneDrive questions. In the current docs: "Warning There is no Download Link metadata for folders; no file (or folder) will download for folder records. To determine whether a record represents a file or a folder, include the size field. Folders display as Size = 0. "However when I connect, the folders do in fact have sizes greater than zero. Is there a new technique for this? My client doesn’t put “.” in folders so we can cheat for a bit but not a long term solution. Thanks! AP
Running into a fair amount of 403’s today in documents. Links that were working yesterday. ex.https://docs.skuid.com/platform/v2en/data/microsoft/#app-registration-and-oauth-credentials-using-azure-active-directoryhttps://docs.skuid.com/platform/v1en/data/microsoft/#app-registration-and-oauth-credentials-using-azure-active-directoryhttps://docs.skuid.com/platform/v1en/data/google/google-drive.html#usageThanks,AP
I have created a Skuid Model with ProcessInstance object (Native Salesforce object where Approval data is stored) and have placed Model conditions to filter it by Approval Name i.e., (ProcessInstance.ProcessDefinition.Name). For a Salesforce License User, system displays the data on Skuid, however for a Salesforce Platform User, system throws an Error message that “Illegal Filter” and Skuid Page is not displayed at all. Instead the Home Page fo Salesforce is displayed. Is there any way to allow Salesforce Platform User to view the Skuid Page given the above Scenario? P.S- I tried even creating UI only fields on the Model and placing it as Model Condition hoping that it would filter and display the data which i am expecting. Unfortunately, it doesn’t work.
As per title- Setting up SF as data source worked fine (but we have the callback url tool too). Perpetually getting error from MS that he URL is not included but I have included everything I can think of- I know I prob missing something simple. Thanks in advance!AP
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.