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
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.
Works when I preview on desktop.Works on Samsung S4 Chrome browser.No go on Samsung S4 Salesforce1. I also have issues with geocode on Salesforce1.
I have two objects like Teacher and student and i created two models. I have created two tables with two models. I would like to search Teacher object with the student record.
Hey all, I am getting an error when trying to save records that trigger a Lightening Process but only when I do it from the Skuid interface. Here’s the intended series of actions: 1) Contact record is created OR edited to meet certain criteria 2) The criteria trigger a Lightening Process3) The Process calls a Trigger-Ready Flow (Visual Workflow) 4) The Flow updates a field on a sibling contact to the original contact that meets certain criteria Now, when I trigger the Process by updating a field value on a contact using the STANDARD Salesforce interface, the whole thing works like a charm. The field on that contact’s sibling contact is updated as intended. However, when I trigger the Process by trying to update the field value on a contact using the SKUID interface, I get the following error: It seems to be some particular effect of the Flow interacting with Skuid, because as I mentioned, it works just fine when I override the Skuid interface and do it from the standard interface. Than
When I click on a item in a queue, I see following Javascript error in the console. I think this is related to the recent upgrade, but I am not sure. Uncaught TypeError: Cannot read property 'element' of undefined. It is referring to the h variable in the minified code in the runtime.js file in this function &nbsp;k = function(a) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var b = a.element.children(".nx-queue-loader");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b.addClass(".nx-queue-loader-ended"), b.animate({opacity: 0}, 500, "linear", function() {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b.remove()<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }), h.element.find(".nx-queue-item-selected").removeClass("nx-queue-item-selected"), a.element.addClass("nx-queue-item-selected")<br>&nbsp; &nbsp; &nbsp; &nbsp; };
I’m looking to pull in the value of a condition through merge syntax. Can we do that? I was thinking something like {{$Model.MyModel.condition.0.value}}.But nothing I try seems to work.
Is it possible to specify the model.createRow() call to create a new row in edit mode? I apologize if this has been posed elsewhere, I could not find something the exact same, only this post about making an edit button which I could not get to work in this situation.I know how to do this using the create new row action in the UI, but was looking to do it in JS. Any ideas?Thanks!
Just making sure I’m not missing something. I don’t see a place to include model actions for mobile page models.
Every time I click “clone model” in the mobile page builder, I’m given a brand new blank model instead of a clone.Is it just me?
First of all, charts are awesome! Thanks for all the hard work. I know they’re still in their infancy, so not sure if these features are available yet…Is there a way to modify the formats of any of the numbers displayed on a chart?I’d like to show data axes values as percents, and truncate values calculated by an aggregate operation.As an example, it would be awesome if this schedule rate could be displayed as “47%”
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.