Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
There are two scenarios that do not render a lookup field using the DisplayTemplate. The key to reproduce is that the editor must be in full ‘edit’ mode - not read with in-line edit. The reason is that when in in-line edit, after the selection changes, the field is automatically re-rendered back in view mode and the full re-render correctly uses the display template. When selecting a value from the built-in Skuid Lookup search popup (mag glass on right of lookup field), the value that is selected by the user always displays the “Name” field after selection even in situations where there is a Display Template on the field or even a search template. Note that this occurs even if the “Name” field isn’t displayed on the Search Popup. When selecting a value from the drop-down list, the value from the search template is placed in to the text box. Steps to reproduce: Create page using XML below preview any account click mag glass on owner field locate a different user and select the “c
Looked at some of the other time zone queries but don’t seem to resolve issue I’m having.We have a DateTime field and have a filter on this. (Tried both auto create and manual, same result). I have 2 records with the values of 2/28/2015 10:00PM populated in these fields and they are showing up as March records in our charts. The model is just straightforward based on the object.One major problem is that when we set the date filter to 2/1/2015 - 2/28/2015, these 2 records show up and the charts show “March 2015”. That’s unfortunate.I am logged in as the System Admin who has the NY (EST) time zone for this.The user record that created this was also in NY (EST) time zone.The records are shared using SF2SF and both Companies have NY (EST) as default time zone.Any suggestions?
Is there a way to create and manage reoccurring events through the calendar component? The events are on a custom object, not baked-in SFDC events.Thanks!
Account information entering in a table . fields are Agency__c (type text) Revenue_Source__c(Type=Pick-list,Values=Phone,Web,Advertise),when ever Revenue_Source__c is selected as Advertise then should show as Agency__c Field.in a table other wise hide it.$ = skuid.$; model = arguments[0].model, row = arguments[0].row , element = arguments[0].element; var valueType = model.getFieldValue( row , ‘Revenue_Source__c’ );function renderField( fieldName,defaultValue ){ var field = new skuid.ui.Field( row, model, null, { fieldId: fieldName, register: true } ), value = model.getFieldValue( row , fieldName ) ||defaultValue; console.log( field, value ); if(field && field.metadata && field.metadata.displaytype ){ //skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode]( field, value ); console.log( fieldName + ’ rendered!‘, field.element ); skuid.ui.fieldRenderers[field.metadata.displaytype].edit( field
Is there a better way to get my custom component to fire when a data model is updated? Right now we are listening for changes on the DOM - like when the save button is pressed: $('#myTableComponent .nx-actionselect .nx-actionselect-text').bind('DOMSubtreeModified', function() { certChart.init(); });
We have created a Account list view with contact Drawer. I need to export all the Account and Contact in same file. Is it possible through standard SKUID export or any code options?
I’m trying to create a skuid page to replace the standard company information page (organization object) in settings. I’m able to display the information and edit it, but when I save, I get an error that I do not have permission to edit it. However I can edit it from the standard page just fine. When i look at the model information in the console it says updateable: false. Is there anyway to change this setting? I noticed readonly is set to false as well, so changing that wouldn’t do anything.
Using the Table Filter Date Range, the date selected does not match the date used. The field is a Date/Time field and I’m certain the 1 day offset has to do with UTR time, but don’t know what options are available to make the selection date match the filter date…Please see snapshot showing date variances in a simple test skuid page.
I saw there have been 2 patches released, latest on Fri 2/27. I didn’t see anything on release notes page about these though and interested to know what they were patching. The other one was from 2/14.
Hi,I’ve tried several times to figure out how to add our organization’s logo to our statements, but i don’t see how to do this. I have a file upload component, but that doesn’t allow me to upload our logo. I found a file component in the help, but that looks like it’s for users to be able to upload things like their picture… Any thoughts on how i can just add our logo to the statement so it shows up when any user goes to print a statement would be appreciated!Thank you so much!Kris
I’d like to use this, but can’t get it to work properly.http://jsfiddle.net/bgrins/ctkY3/
Hi - I’m trying to add a chart to one of my pages. I followed the chart piece of the Superbank launch webinar and the steps in the help document Visualizations: Charts and Graphs. I can preview it and it looks great. But when I try to reload my page to see what everyone will see, nothing loads. It also affects loading my other pages. Any thoughts on what i’m missing? Thanks in advance!
Hi, My installed package shows that I have Skuid 6.8.6, but the install date is 9/11/2014. I don’t see some of the features in the Superbank launch webinar (I see charts, but not visualizations and some other things). Since the install date is from September, I’m wondering if I have a beta version?? Thanks in advance! Kris
Hi - I’m trying to get a link to a specific panel within a mobile page - something like this: /apex/ui?page=test&main_panel=detail&id=a0H11000008k1GF Is this possible ?
I am working on a chart that shows our new subscriptions and lost subscriptions by month on a column chart. New Subscriptions and Lost Subscriptions are two different models.I was able to get the two models on the same chart, but as you can see in the sample data below, the issue is that the max value for the two axes is different. So at a glance it looks like June’s lost subscriptions are more than double the new subscriptions.I am able to remedy this by manually setting the max value for both axes to the same amount. However, that goes out the window if I want to change the groupings to calendar quarter or year instead of month.My question: Is it possible to dynamically default my lost axes to the same defaulted value of my New axes? So in the example below, the Lost axes would default to a max of 60k. If I changed the grouping to year and New went up to a max of 500k, Lost would follow suit. Thanks in advance for any direction you can provide!
I have a custom VF page that houses my Skuid page. The VF page has headers/side bar off and utilizes bootstrap for the css stylesheet. For some reason, my popups are being rendered behind the skuid table it is generated from. When I inspect the element the popup has a z-index of 101 and the table of 100, so I’m not sure why this is happening.
I have a table that I built using an aggregate model. It has 2 columns, purchase month and renewal amount. The table is showing the total purchase amount for each month… easy enough. However, I can’t for the life of me figure out how to default the sort of the table to ascending for purchase month. I can make the column sortable and do it myself each time the page loads, but not default it.For a standard table I would just change the ‘Fields to order by’ for the Model to purchase date, but that doesn’t seem to work for the aggregate model. I have also tried the id for the aggregate field and the grouping field.Any help will be greatly appreciated!
I have a bunch of image files attached to a single record, and I want to display them together. Anyone know of a way to do this? Table with photo view?The problem I’m running into with the later is that it wants only one image per record. I have only a single record, and multiple images.Perhaps I can use a field editor on the attachments model? Just thought of that while typing…
Trying to modify this post to meet my needs. Basically, I’d like to “click” on a row action when a picklist value is changed. Not sure if this is even possible.
Is there a way we can add multiple values to a multiselect picklist using the action framework’s create new row default properties? Seems like my only options are ‘single specified value’ and ‘none’.
I am building a donut chart and it currently does not show any decimal points in the percentage that shows up in the middle. Also, if you mouse over a slice it just shows the sum of the field I’m using, not the specific percentage either.Is it possible to have the percentage render to two decimal points?Thanks!
Are these going to change ever? They are undocumented, but fairly they won’t be changing. Please lemeno.
Anybody know how to do this? I’d like to bid on this work but I believe this is too far outside my html and css skills. Lemeno If you’d like to do this work with me.
Is there a way to prevent a wizard from setting the focus to the first field? Thanks!
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.