Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I currently have no image as my background. I have added an image as a background. however, when I bring up a child page the image flashes and then turns white. If I attach a new child page to the master page it works fine. How do I get the image to show on an old existing master/child page?
I want to Display warning message in field editor before proceeding further, is there a way to achieve this *I dont want to add any new custom field to achieve this
I am sick and tired of the bugs in Skuid. For example, I have a page called “View1Loan__clone” and I have - using the xml as that is the only way to do it - removed the fields that were recently deleted from the model. My page displays correctly, with the new theme, and then instantly jumps to a page that doesn’t exist any more. In fact, i deliberately changed the theme to prove that it is jumping to a page in memory or something. and i cleared cache. there is no logical reason for it to keep jumping to a page that doesn’t have that theme, doesn’t have that tab set, doesn’t have those missing fields, etc. And why does the support page say that there is phone support but it doesn’t give the phone number? Bug #2: yesterday we could load images by clicking upload in a rich text field. All of a sudden, today we cannot load ANY images by clicking on the little picture icon. It makes us use the link, of which we do not have a link. the phone is in our downloads folder. Normally we
Hello fellow Skuid-ees! Some background in case I’m missing a better way to go about doing what I’m trying to do. I am attempting to create a chart which shows 90 days of data for the metric # of unique coaches with a sale in the last 30 days. So my approach has been to create one model which looks at a 30 day period, then use javascript in a before render snippet to increment the conditions and capture the # distinct coaches. I’ll then store each # of distinct coaches and then put it on the chart, however I’m not getting the model to update the data even though I’ve tried to put the function within the updateData() call. Thanks for any advice or comments! Josh var chartObj = arguments[0], $ = skuid.$; var subPayeeModel = skuid.model.getModel('AggCoachesWithSaleL30'); var firstDateCond = subPayeeModel.getConditionByName('firstDate'); var lastDateCond = subPayeeModel.getConditionByName('lastDate'); var tempFirstDate; var tempLastDate; var tempCoaches = 0; var chartData = []; var lastCon
I am a system admin and keep getting the Insufficient Privileges error when I log in as three particular profiles and try to load Skuid version of Salesforce’s lead, account and opportunity pages. What really confuses me is that I do not get this error for 1 out of 40 individuals in these profiles. The users have access to the visualforce page. and seems like the tabs are being overridden by a visualforce page.
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
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.
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
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.
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.