Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have skuid model displayed in table and also it has Table filter…How to run the script after Table filter selected before data is populated in the table. I am trying to remove some of the data from model before table is populated based on another object data. The same I have done using on On page load,using function(skuid) {… }Pls share the inputs
I am just getting started with SKUID, and am mostly involved in helping the project SKUID team with SFDC security model issues. The team wanted to conditionally render a button and based on their description of what they wanted I recommended something like the SOQL below:SELECT RecordId, HasReadAccess, HasTransferAccess, MaxAccessLevelFROM UserRecordAccess WHERE UserId = ‘005J0000002Wc99’ AND RecordId = ‘001J000001VLJe2IAH’The team tried the above SOQL and said that it didn’t work because “in Skuid by default the “Id” field is getting populated in the select query and because of that we are getting error.” I take this to mean that SKUID is automagically adding the ID field to the query. This is a problem since there is not an ID field in the UserRecordAccess object.Does this description make sense? And if it does is there a workaround?Thanks!
Is there a way to limit the type of file a user can upload? I only want PDF files to be allowed…
Is there a Left Function equivalent for a template box? I only want to show the first 20 characters of a certain field while including additional characters from other fields.
I am trying to create horizontal menus, which change to vertical menus for smaller size views. Grids and Divisions will adjust only some menus to the next line leaving more than one menu on the first line. Is there any other way? I tried using smart menu plugin and it does not work.
I often set default values in Javascript. This will usually be via a page load snippet, which will update the fields to the predefined values. I’m running into an issue with lookup fields where if I update a lookup field, the field shows the Id value “a0234128792132” instead of “Bob Jones”. I can’t figure out how to get it to display the name value. Is there a way to do this?
Hi All,I am having one issue. I have created one page in skuid before week. I had defined model ,component and everything for that. That page was working fine but when I have updated superbank 6.8.1. I found some issues. When I am opening that page for edit its look like ( 1 ) and when I am preview it looks like second URL. Both URL are provided below. 1) https://docs.google.com/a/zymr.com/file/d/0BzwLYE5K_ApZU21GNGlzSDIxNDA/edit 2)https://docs.google.com/a/zymr.com/file/d/0BzwLYE5K_ApZc3NQSUFvbFp0R2s/edit Because of new update I cannot edit some skuid pages. Need your help in this.
I made edits to the rendering of certain components to the page and kept reversing the page to previous versions but ultimately had to copy and paste the entire XML body of code from a sandbox account into my environment to correct the edits made to the page - why is that?
I am trying to display an object using a deck, then have the attachments of the records of those object being displayed in another deck nested in the first deck.I manage to set the attachment model’s parent id to match the first object model’s id. However when displaying, it only matches to the first row of the first object model.What’s the best way of displaying a nested deck within another deck and how would you relate the models together to display correctly?
I have a chart that when refreshed it consistently displays the center text large but corrects itself when I hover over the chart.The chart is a bit nested so here is the hierarchy of the layout. Page > Tab > Page Include > Panel Set > Fixed width Panel > ChartAny suggestions on how I can resolve? Maybe a way to force a redraw or something along those lines. I should note that it doesn’t seem to happen when the data is required and the chart is redrawn and animated.
What’s the CSS class for the “Saving…” label that dynamically appears as a save is happening, then disappears afterwards? I need to style it a little different, but it’s hard to identify the element!
Is there an option to provide location of the new row created using Javascript snippet. We are using createRow and passing field values to create a new row on ‘Add Row Action’ for each row on a model. so once the row action is selected it creates a row on another model which is displayed on the page but at the moment it is adding row on top of the list. How to make the row to add on bottom of the list. Is it possible through code? var row = planogramEntries.createRow({ additionalConditions: [ { field: ‘Account__c’, value: skuid.page.params.AccountId }, { field: ‘Product__c’, value: field.item.row.Id }, { field: ‘Code__c’, value: field.item.row.Item_Number__c }, { field: ‘Is_Present__c’, value: true }, { field: ‘SRP__c’, value: field.item.row[srpFieldName] }, { field: ‘Name’, value: skuid.page.params.AccountId+‘-’+ field.item.row.Item_Number__c + ‘-’ + todaysDate } ] });
How can we allow users to quickly enter leads and contacts through Skuid tables but still take advantage of the duplicate management feature that’s GA in Winter 15?
I’m trying to use the DML UseActiveAssignmentRule feature on a lead, but not having any luck. I set it to true (using a “Update field on row(s)” in a multiple action) and the save the model (in a second step in the actions), and the assignment rules do not appear to work.If I simply edit the same lead in the native SFDC page setting “Assign using active assignment rule” it reassigns perfectly.Prior to saving the model, I’ve looked at it and I see the value under Changed correctly. I’ve also changed other values on the model, and those save correctly even though the assignment rule doesn’t appear to run.Anybody else have that feature working? Any thoughts on what I might be doing wrong?Thanks,- Chris
Is there any way to change the color of Action Icons? Currently all icons are in black color and i want to change it to different colors.
I’m trying to use custom event publishing using skuid.events.publish and skuid.events.subscribe. The basic event system is working, but I’m having problems getting the data argument to work. If I publish with: skuid.events.publish('my.custom.event', 'my argument') I get an error during the publishing: Uncaught TypeError: Function.prototype.apply: Arguments list has wrong type If instead I publish using a generic object for the data parameter, such as: skuid.events.publish('my.custom.event', {myarg: 'my argument'}) the publish works fine, and the subscribe handler gets called. However, the data argument passed to the handler is ‘undefined’ rather than containing my custom object. My handler looks something like this: skuid.events.subscribe('my.custom.event', function(data) { console.log(data); }); Any hints on what I might be doing wrong?Thanks,- Chris
We’re looking for a way to integrate Google Calendar and/or sync the Skuid calendar object with Google Calendar. Any suggestions?
I have a created a formula field in SF in an object to display login user.loginuser__c = $user.firstname & " , " & $user.lastname.I have two skuid pages and added loginuser__c field in both pages.One page has table component and another page field editor component.Table component displaying login user name, but field editor component not displaying.Really strange, what could be the error.
I am working on some pages (standard objects) where we need to leverage the existing soft phone click to dial functionality. We currently use the Cisco Call Connector. I am unable to get the click to dial to work from phone number fields in Skuid pages. I am happy to provide more details, but I thought I’d throw it out there to see if anyone has dealt with this particular dialer. I have researched everything I can find about dialer functionality in Skuid, but I haven’t quite found the solution.
This is a rather urgent requirement as the app is going to be on demonstration at a trade show starting Monday. Have an app that’s ready to be packaged. This is the second time that this app is being uploaded to the appexchange. The “UnitTests_SkuidModule” test class that was updated from the original tutorial worked the first time going to the appexchange, but not this time. Nothing has been changed. It fails on the last line of the class. “System.assertNotEquals(null,exCaught);” @isTest private class UnitTests_SkuidModule { private static testMethod void InstallScript_TestInstallProcess() { Test.startTest(); // Do we have any stored Page Assignments? (We assume we have stored Pages) boolean haveStoredPageAssignments = false; try { StaticResource storedPageAssignments = InstallScript_RECON.GetPageAssignmentsStaticResource(); if (storedPageAssignments != null) { haveStoredPageAssignments = true; } } catch (Exception ex){} // Load up our controller InstallScript_RECON ctl = new InstallS
Is there a way to overwrite the default hover message for the green ‘+’ for inline row creation? This is in a table. It defaults to ‘Add New MODELNAME’, can I change the hover message?thx
I’ve got a button on the opp detail page that uses row actions to create a new event and displays it in a popup. Similar to the standard SFDC functionality, I’m looking to set the default start date/time to the beginning of the next hour and the end date/time to the start date/time + 60 mins.For example, if I create the event as 1/30/2015 @ 12:13pm, the start date/time should default to 1/30/2015 @ 1:00pm and the end date/time should default to 1/30/2015 @ 2:00pm.Any ideas?
I’m starting to get the hang of charts and aggregate models and I’ve started putting together some great charts with some real business value! One of our users asked if we could do a diff between 2 series in a chart. So for example if we’re showing data from 2014 and 2013, could we show the +/- difference between the 2 years as a field/series/data point… Basically some way to show what the difference is between 2 series. Is this doable?
I have a table above showing projects for different departments and/or team members and I would like to have a tabbed table below show the related stories for the project. What filtering do I need to do to make this happen? I’ve created a row action that passes the project ID to the story model, but it’s not working like I would expect. It’s not showing any stories now down below.
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.