Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Updated Sandbox to latest release today. #1 When hovering over the filter it becomes too light, and cannot access controls for this in the custom theme. #2 Themes are not loading Getting stuck on this screen indefinitely.
Recently a user ran into an issue where they can’t highlight any text within the Skuid page. I have a very similar Skuid page that works just fine, but this particular Skuid page won’t allow anyone to highlight any text in every browser I’ve tried. I even tried to clone the page, but had the same issue. The only thing I can see is this error when I do CTRL-J in Chrome Unrecognized Content-Security-Policy directive ‘reflected-xss’. However, I can’t find anything online that relates this to my problem. Has anybody else run into this? Or have any troubleshooting ideas? Thank you
We’ve had a couple instances in which our payment system identifies records in Salesforce that have 3 decimal places instead of 2 ($1.075 instead of $1.08). Skuid rounds to 2 decimals based on the field metadata and displays that in read mode, but does not block the user from entering more digits in edit mode and saves the user’s entry into the database regardless.I know Salesforce allows the API to enter any length number, so it is understandable why Skuid can do this. How might I block users from entering more than the field’s allowable number of decimals in the first place?
I have a detail pages that has a table that should pull all the contacts for the account. When loading the page the contact table shows up with blank lines in the table then on refresh it loads with the contact. We have two different orgs and one org is on skuid version 9.3.4 and one is on 8.15.7 both orgs are having the same issue. I also have the Model set to load on page load. Any help would be gratefully appriciated. Printscreen of the refresh issue Once I refresh the page the table loads.
Hey everyone! I am running into an issue when I try and set a default value into a new rows (not in context). I am using merge syntax to use the first value in the model. It does write correctly, but either when I tab into the field it will either delete the value or throw the following error “Invalid Reference Id: Application”. Now if i were to use the search box and look up that exact same value that is getting written via the merge syntax, it will work and allow the record to be saved. I have the actual application ID and Name on the page layout as it is a valid record. Not sure where I am doing something wrong, knowing me it is probably some super tiny detail or spelling mistake. If you have any thoughts let me know! The merge syntax is for setting an Application Name to a Fee record: {{$Model.app.data.0.Name}}
I have save button on a popup that redirects to a URL for a new Case page. I included the Account ID as a parameter in the redirect URL. URL: apex/skuid__ui?page=NewCase__DA&AccountId={{Account_Name__r.Id}} On the new Case page I added a condition to model where the AccountId = (param) AccountId. This is auto-populating the Account field with the actual ID instead of the account name. The field on my page is AccountId and normally Skuid will render with the name and not the ID. Is there something I overlooked in order to have the name displayed?
I have page that is not replacing a tab or a SF object. Just a landing page. Is there a tutorial on how to set the skuid page to be the landing page for a profile?
I have a feeling this might not be possible, but I thought I would ask anyways… I built a tab page with an advanced search that is used to set condition values on the main table. I created a button that will show/hide the advanced search section by the click of a button. Using JQuery I can get this to work great. —JavaScript Snippet on the button is… — var params = arguments[0], $ = skuid.$; $(‘#advancedSearch’).slideToggle(“Slow”); My question is…Is it possible for Skuid to store the value for the running user if they like the search closed or open by default on the page? I couldn’t find an answer to this, but wanted to see if anyone out there could confirm my thinking. Thanks! Jeff
I want to be able to create an object list view filtered by queue name. The queue name is a lookup from the incident object. I’ve tried using the documentation on lookup filters, but appear to be missing something, What steps do I need to take to get this working?
Hi, I’m sure this is possible with a simple solution, but for some reason my brain won’t work properly today 😃 I have an aggregate model, and there’s a grouping on it (field: status) I want to find a way to show what % of grand total each ‘group’ represents So as per example SS below , there’s a total of 73 records and i want each line (or group) to show % of grand total (73) it represents So 1st line (approved) would show 48% … Any simple way to accomplish this? Thank you
I recently updated to the newest version and now all of my multi select picklist fields show “1 selected” , “2 selected”, “none selected” rather than listing each of the selections. How so I change it to show the way it did before?
Hi I have merge syntax to conditionally display a value based on a model field value on tab title. When I update the field and click on a save action, I don’t see the tab title change. It does display correctly on new page loads. Is that correct?
I have done this before but cannot find the page I used a search component. When I try to test the page with “Search” Component, I cant type in the box. I obviously missed something in the tutorial.http://help.skuid.com/m/components/l/379149-create-your-own-global-search-with-the-search-component
I am trying to get my Salesforce data to chart like this using the Skuid Charts (HighCharts): Note that there is a break in the graphed line when the result was left blank “null”. Here is a link to the JSFiddle HighChart page were this was made possible. http://jsfiddle.net/gh/get/jquery/1.7… Currently my data has blanks if no data was recorded, but instead of breaking the line, Skuid Charts shows the dataset with a 0 and no break in the line. In the image below 5/23 and 5/25 should be null values and should have a break. But instead it drops to 0. This erroneously makes it looks like the result was 0 instead of showing that no data was collected by breaking the line. So I created three different columns of data in an attempt to get null results when the field was left blank. I got close but not quite there. 1. In column 2 below I used a UI only field formula set to return numbers. I used an If Statement to show the number of “null”. According to the table results I was successful in
I created a model based on the Account object, and used a subquery pointing to the Events object. I limited events to those set for this quarter, and want to return Accounts not in that subquery. I am getting no results, where a standard Salesforce report pulls up 58 records without issue.I read this may have something to do with 15 character vs 18 character ids, but I have tried using a “safe id” version of my Account Id to match up with and neither it nor the standard Id field return any results.
I am now trying to create a link on multiple images on a page. I set the behavior as a “Link” . My interaction is a “Click”, then I toggle a sliding panel. In the sliding panel is a “Page Include”, The first picture has a query string “Id={{{$Model.Why_Work_List.data.0.Entity_01__r.Id}}}”. The second picture has a query string “Id={{{$Model.Why_Work_List.data.0.Entity_02__r.Id}}}”. The picture picture has a query string “Id={{{$Model.Why_Work_List.data.0.Entity_03__r.Id}}}”.When I click on any one of the three images, the correct sliding panel opens. However, te same sliding panel data is opened regardless of the picture clicked. I would think by passing Entity_01 or Entity_02 or Entity_03 it would open the related sliding panel.https://drive.google.com/file/d/0B409lhd9sYDcYnJFOTJjOURvdjg/view
Just noticed this! What else did I miss?
I am trying to make this work:http://help.skuid.com/m/supercharge-your-ui/l/601103-using-the-custom-component-for-custom-page-beha… Here is what I think it should look like: skuid.componentType.register(‘mapAddress’,function(element){ var btn = jQuery(‘Map Address’).button() .on(‘click’,function(){ // instantiate a model using the model named “Contacts” var m = skuid.model.getModel(‘View_Location’); // get the first row (or record) from our model var row = m.getFirstRow(); // assemble the mailing address fields var street = m.getFieldValue(row,‘{{$Model.View_Location.data.0.Street_Address__c}}’); var city = m.getFieldValue(row,‘{{$Model.View_Location.data.0.Zip_Postal__r.City__r.City__c}}’); var state = m.getFieldValue(row,‘{{$Model.View_Location.data.0.Zip_Postal__rState__r.State_Name__c}}’); var zip = m.getFieldValue(row,‘{{$Model.View_Location.data.0.Zip_Postal__r.Zip_Codes__c}}’); var address = street + ’ ’ + city + ', ’ + state + ’ ’ + zip; window.open(‘http://maps.google.com/?q=’
We are trying to ensure that a user doesn’t mis-key an email address by asking for it twice. Perfect scenario would result in the first field being masked upon tabbing out of the field (****) so it could not be copied and pasted into the second field. It would then render an image that would default to an X if it was incorrect and then display a Check Mark Image when it was matched. Best Practice:Should this be done by using the standard field and UI-Only field, or two fields on the Contact record. Is there a way that we can perform the check while the data is being entered, before it is saved into the record. I see a field Renderer has option as password. I do not see this on all fields, is there a reason why. Can you tell me a little more on this topic. Difference between using Image Component and Brand new to skuid definitely a click not code girl :) Dont feel like you need to answer all questions. Trying to put some of the pieces together to further learn. Any point
Hey everyone. I am curious about how i can prevent fields on a page layout disappear when I query a model on load. So currently I use a URL parameter to pass in my AccountID and then query related records based on that. The only problem is that the fields disappear on the skuid page if there is no saved value for it. Now I can select “Create default row if Model has none”, and the fields will appear, but that saves any current data as a new record. Any thoughts around this?Thanks, Richard
Hi,can I change card background color base on value field of the single record?Thank you in advance
Has anyone seen a scenario where one user gets an Operation Too Large error for one account, but when another user goes to that account it works just fine? It is definitely my Skuid page issue, but I’ve only seen this based on the specific record, not a specific user. The user that is getting the error can access other accounts without an issue.
What is the correct merge syntax to enter into a drilldown chart’s title so it displays the series category name that was clicked? I’ve tried $Model.ModelName.data.0.fieldName, which will return the name from the first row, but I need a count function to update the row number based on the series that is selected. Is that possible? or is there another way?
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.