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
Skuid Team, I am looking for some direction on where to find a problem. I am working with a customer who is updating Skuid from 8.15.17 to 10.0.0.10. On some pages I am seeing extremely long times to render (35 seconds in the example shown below!). I am pretty sure it is something related to the page XML. The pages affected are ‘old’ pages. They have been through several updates since they were created in early 2015. I took the screenshot using Firefox’s performance monitoring tool and focused in where the delay occurred (where you see ‘Script Tag’). Any idea where I can focus my efforts? Thanks, Bill
Skuid Team, We updated our full sandbox to 10.0.0.10 from 8.15.17. We are testing our pages and we found that we are consistently seeing an error in the console related to a Get request. It is showing a 401 Unauthorized request error. In the console we see a proxy request with the following URL: https://mydomain.visual.force.com/services/proxy?_=1509106726549 This is happening in production (still on 8.15.17). In production this error is only adding ~100 ms of delay in page loading. In the full sandbox, this error can add 3000 - 4000 ms of delay in page loading. It seems worse with list views where we return multiple records. The screenshots are from our Sandbox. I created a simple contact detail page using the ‘template’ feature of the new page wizard. The contact model on this page only loads 1 record and 1 field. Any ideas on how we can fix this? Thanks, Bill
Hi all,I am having difficulty figuring out what permission I must enable to allow myself to create and edit skuid themes. I am able to do both in our org’s sandbox where I am a system admin, but I am not able to in our production where I am a tier below the sys admin. I have full abilities to edit and create skuid pages but I seem to only be unable to edit and create themes. If anyone can tell me how to enable access to the themes I would be very grateful. Creating themes in sandbox, exporting, and then importing them to prod has failed miserably thus far and I am fed up with trying. Thanks.
Hello all,I have been working on a theme in our orgs sandbox and then attempted to export it and import into our production org. When exporting the file a file with the extension .sktheme was downloaded (not a .zip like the documentations says). When uploading this into production the theme appears in a row with the proper name and meta data listed but when I attempt to open the theme the page is stuck loading the theme builder. Also when I set a page to use the theme some ugly monstrosity appears rather than the theme I built. Not only this but it seems the original theme in the sandbox has been erased as well. The theme is still there in its row but all pages using the theme have reverted to the default design (also cannot open it in theme builder). Any ideas what happened or if I can recover this theme from the file I have? Thats a couple hours designing down the drain…
In Skuid (most of the time) when I add a rendering condition on a field using a ‘field’ property in a component, skuid will add that field to the model definition.I want to do something similar in my custom component. I have a field property, and when the user chooses a field I want to make sure it’s in the field property’s model, and if it isn’t, add it.How would I go about that?
How can I filter the rows that are returned to an autocomplete property field in my custom component?I have this: {<br>&nbsp; &nbsp; id: "sid",<br>&nbsp; &nbsp; type : 'autocomplete',<br>&nbsp; &nbsp; sobject : 'Signature_Type__c',<br>&nbsp; &nbsp; fieldsToReturn : ['Name','Title__c', 'Active__c','Id'],<br>&nbsp; &nbsp; fieldsToSearch : ['Name', 'Title__c'],<br>&nbsp; &nbsp; displayTemplate : '{{Name}} ({{Title__c}})',<br>&nbsp; &nbsp; valueTemplates : {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'sid' : '{{Id}}',<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'name' : '{{Name}}'<br>&nbsp; &nbsp; },<br>&nbsp; &nbsp; order : 'Name',<br>&nbsp; &nbsp; label : 'Signature Type (autocomplete)',<br>&nbsp; &nbsp; required : true,<br>&nbsp; &nbsp; helptext : 'Begin typin
I have built new SFDC validation rules to give custom error messages to our customers when they use our community. We use Skuid pages rather than native layouts. I have a Tab Set component with multiple tabs and use conditional rendering to segment the UX. The validation rule error messages display fine on the first tab of the Tab Set, but they fail to display in the second or third tabs. I know the validation rules are working as expected, but they fail to display the errors only when I am inside the second or third tabs. >>I am using Skuid version 10.0.5<<
Hi Community,I am wondering if it is possible to use two or more different aggregate models on the same chart as drill downs? Example:Chart 1 uses an account aggregate model and I’d like to drill down to Chart 2 which uses a contact aggregate model. The context parameters don’t see to be carrying over to chart 2. I get the “No data to display” error.
We are planning to change our Skuid licensing in Salesforce from per user to per login soon.Does Skuid per login licensing affect the Salesforce users or developer’s experience?
I am trying to combine multiple aggregate models(task object) into one table via model lookup formula fields. The end goal is to have the main aggregate model display row data by user and have individual columns be the source of the other aggregate models (Image below). User entries are the main Task aggregate model. Each Type column is a separate Task aggregate model The Model Lookup formula I am using on Type A is as follows: VALUE(MODEL_LOOKUP(“TypeA”,“countId”,“createdByName”,{{CreatedBy.Name}})) This UI field for the main task model is returning no results. If I modify the formula to: VALUE(MODEL_LOOKUP(“TypeA”,“countId”)) then I will see the first-row entry for TypeA displayed across all rows in my main task model. I’ve tried every combination for parameters 3 and 4, but nothing I do seems to make the models match up by the grouping field. Column Task Model (Type A in this example) Main Task Model (User in this example) Main Task Model Formula Field
I have a mobile case page that I built in the unified composer (not as legacy mobile). I have deck component on the page with field editor to render my case records. The issue I’m have is since the new release of the Salesforce1 app (Salesforce) when I try to change the case owner, the pick-list for the Group (queue) or User doesn’t respond. This prevents us from assigning the case from a Queue to a User. I have tired this on different phone models but Android only. I can also open the page in a desktop browser and I am able to change from a group to user. So it seems to be only an issue with the new Salesforce mobile app. I’m on Skuid Release 10.0.9 Salesforce App Version: 14.1
Second tab in “tab set” doesn’t show up. When we use tab navigation “picklist” in “tab set” and add render condition to any tab (we are using 6 tabs), we are missing second tab even if this tab doesn’t have render condition. Component Structure: Tab Set - Navigation Set = picklist -----Tab A - Render Condition no met ----------Table -----Tab B - No Render Condition (This tab is missing) ----------Table -----Tab C - No Render Condition ----------Table This issue seems to just apply when we are using picklist as tab navigation. I’ve build a repro page off the contact object so you can help me to validate this issue. Full page repro: {{Model.labelPlural}} Home
Hello: I am trying to call a skuid page using a custom button on the account object: <apex:page standardController="Account" extensions="skuid.Redirects" action="{!redirect}&amp;page=MySkuidPage"> </apex:page> The issue isthe existing VF page look like this: <apex:page standardstylesheets=“true” showheader=“false” standardController=“Account” extensions=“SomeController”> How do I call the Skuid page when a Controller need to be called? Thanks, Michael
Does anyone have pages that they have made for cases? I am looking for a streamlined and simpler way for our reps to manage cases and I would like to see how others are using Skuid to help their support staff.
When I hover over an object or text that will redirect me to another page when clicked, an option is displayed to open the new page in a window, without losing my place in the original window
As per subject. Tried in Tab Set, Button and Row Action. Only Standard and FA3 work.
I’m using a queue that executes a snippet on click. The snippet (among other things) adds a row to the end of a model. I have a deck component on that model, and I’d like to scroll the page so that the row that was just added is visible. How can I do that?
I have successfully set-up a data source for Google Drive and am able to pull in the meta data to a card component. Now i am trying to show a “thumbnail” of the file which then i can click on to see the image - would operate similar to wordpress media component. thx for ideas.
Hi All, I am pretty new to using Skuid, I am trying to select bunch of contacts and sending them to new custom object to Tag them as key contact.I was able to configure that very successfully using Navigation Action Frame.Since that is not very appealing I tried same action frame with button, but in , instead of creating multiple rows it always pass first contact I chose.help…
I am trying to make first POST call to an endpoint on page load but not sure where to define body? This is not user facing API. I tried to create UI Only model and added the fields. Example: On page load, a POST call need to made with below parameters and in response we will get confirmation. Later I would need POST call on an action as well.Request Parameters: userid: xyz name: xyzid email: xyz@example.com Please share thoughts.
How would I upload a contact photo?
How do you reference a field from another model in a Rich Text component?I have a RT component based on my [Contact] model and want to add field details from first row of [Event Model]
My REST models are always asking values when load of the page builder, and this is really annoying. I think there is no point prompting for some dummy values every time we open the page builder. How can I get rid of this.
I think I found a bug in the table properties for the Search. When I choose to add fields manually from my model all can see are reference fields. None of the other fields in my model are available for some reason. In addition to that I’m not even able to select any of the reference fields as they give a never ending drill down option. I tired with custom objects and standard ones. I’ve also tried creating new page with just a table and one model and still can’t pick any fields. I’m on Skuid version 10.0.9. I have a sandbox on version 9.5.3 and I get all model fields there.
Hi we are experiencing very slow performance in production. Page load takes up to 20 seconds. Anyone else having the same issue?
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.