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
Queue has a very nice feature for letter users manage their filters, but I don’t see a way to let them manage the sort order. Clearly I can change the sort order of the model itself, and can even do so from a JS, but I don’t see a good way to create a UI for the user to select the sort order. In my case, we have two somewhat complex sort orders on our queue. We would like the user to be able to toggle between those sort orders. I did try using a Template above the queue with a custom tag in the template and JS to manage the model, but the layout isn’t very usable - the ends up above the queue area making it confusing for users. And I don’t see a way to include a template or a button or any control besides a filter on the queue itself. The best answer I’ve come up with, which is a total hack, is to create a bogus filter (one that doesn’t actually change the results) and then attach to the control using jQuery to get the events and manage the model sort order that way. Making this
How to write below code in button click using jquery?$( “.sk-drawer” ).each(function() { $(this).hide(); });<br><br>
I’d like a toggle filter (or some way to filter) a table such that it only shows rows where at least one of three text fields has data.I tried a !=null condition for all three fields on the model, with ORs between them in the condition logic (1 OR 2 OR 3). Then I set a toggle filter to activate all three conditions.It doesn’t seem to have any affect.Any idea how to accomplish this? Am I doing something wrong?
I must be missing something in Highcharts…I have the following before render: var chartObj = arguments[0], $ = skuid.$,<br>Appts = chartObj.series[0].data,<br>&nbsp; &nbsp; Comp = chartObj.series[1].data,<br>&nbsp; &nbsp; Shows = [];&nbsp;<br>for (var i = 0; i &lt; Appts.length; i++){<br>&nbsp; &nbsp; Shows.push(Comp[i] / Appts[i]);<br>}<br>var newSeries = {<br>&nbsp; &nbsp; name: 'Show Rate',<br>&nbsp; &nbsp; data: Shows,<br>&nbsp; &nbsp; type: 'line',<br>&nbsp; &nbsp; yAxis: 'rateaxis',<br>&nbsp; &nbsp; lineWidth: 2,<br>&nbsp; &nbsp; dashStyle: 'solid',<br>&nbsp; &nbsp; connectNulls: true<br>};<br>chartObj.series[2] = newSeries; I end up with this:I shouldn’t need to set lineWidth and dashStyle, because those are defaults. Either way, I’m not getting a line.What am I missing? Thanks!
Skip to about 2:15.
It’s all in the pic.
I have read:http://help.skuidify.com/m/11720/l/129359-create-a-skuid-componenthttp://help.skuidify.com/m/11720/l/209409?data-resolve-url=true&data-manual-id=11720The specification of the full options I can choose for the builder is missing. More specifically for my case, the options I have in the propertiesRenderer. I need to add a field to the component properties where I can pass in a variable with the merge syntax, similar to the parameters field on a Page Include component. I only know I can make the property of type string, but it doesn’t convert variables passed in. Is there a property type that allows me to do that?
What else is there in the code editor for hot keys?Also, would anyone be willing to help me setup my system with as a good and proper javascript coding machine. Right now I’m just using what’s provided in the page builder. It’s not bad but I’d like to get the autocomplete for available methods and properties of the object I’ve typed out. I suppose Eclipse can be good for both Apex and Javascript. Not sure how it works to upload javascript. I’ve always had issues getting it up and working though.
In my parent page, I have several tabs2. Each tab contains page includes3. Page that do not have charts, renders fine4. Page that has no chart do not render at all… or sometimes renders and hides
How can I edit the XML raw and copy code that contains a panel set with field editors 100 times?I have to set up my page with 100’s of panel sets and field editors and Click and drag is getting tiresome. Any ideas how i can maybe edit the raw page and copy components?
How to Hide the --None-- Option with Radio Buttons (Without Field Required)?
I have a page with 5 models. One of the models has a numeric value (double). When I enter an invalid value (string), I don’t get any error message. The model saves successfully and just blanks out the number value.I tried to “Add on-error action” to the button without any luck.I want to avoid writing the whole save in Javascript.
How do we take advantage of the capability in Salesforce to attach multiple contacts to a single activity but do so within the Skuid interface? If I have two or more contacts involved on an event or task, the only way I know to access the ability to add those multiple contacts is through the standard Salesforce interface, not through a Skuid Popup or in-line editing of a Skuid list.
This morning a picklist field on a calendar page stopped displaying the value options. I haven’t changed the metadata in SF and I haven’t updated the page since 12/22. Any ideas of what has happened?
er … uh … why not have this? Is this planned for a release?Field Editor components with Templates get this option. Why not the table component?
Page: Job_Detail_Master_FGeocodeProblemOrg ID: 00Di0000000co1i
Essentially my problem has 3 potential solutions, but I will start with the one I’d most like to learn about (the title).Problem: My button has multiple actions, but the main ones in this situation are:There is a custom picklist for “Country Reassign”, which after being saved, will run a WF rule that updates the standard Country field to this new value (we would use the Country field if it was picklist, but it is String) Sets Lead Owner to “Holding Queue” - this will fire Apex code that assigns the lead to a specific queue and then user based on routing and assignment logic rules Sets my two custom picklists (a Yes/No and the above Country Reassign) to null, so they will be clear in case reassignment is needed (not too important, but would be nice), saves the model, and closes the popup where these fields are located When I save the model, the Apex routing logic runs to assign the lead at the same time the field update runs. The field update needs to run and update the Country before t
I have followed the skuid tutorial to create a public facing page.http://dorothy-developer-edition.na10.force.com/Agent/skuid__UI?page=D_LookUp_Zip_CodeI also want the following page to be public facing.http://dorothy-developer-edition.na10.force.com/Lead/skuid__UI?page=D_New_LeadI can not figure out how to have 2 or more public facing pages.
I’ve got a snippet I’d like to run from both a row action and page title component. How can I dynamically set the row?Row Action row varPage Title Button row var
Error under popup. How do I get to it, as it disappears the moment I close the popup.
I have a Button with multiple actions and when the page has no changes detected the button still saves and continues through all the actions even though the first action is Save Model(s) with the Roll Back entire save on any error checked. The next actions need to not run, which completes the section flag.I am trying to have a complete button that validates all required fields entered, then updates a completed flag on the model.Ideas on making this behave correctly or rendering a button only if all required fields are entered?
On our production org, we have Skuid 5.8, and on a sandbox org we had Skuid 5.6. I didn’t see the Skuid Settings tab in the sandbox, so I updated the latest one, 5.21. I still don’t see the Skuid Settings tab. I need to set up a component pack to test in the Sandbox, but don’t know what to do now that I’m not allowed to. Any idea of what’s going on?As an aside, I thought updates came in automatically. Some misconception?
Have an issue that I’ve been banging my head against for a few hours now and cant solve.I have a Page with a queue in that should, on click, load a detail page via the Page include functionality.Both my pages work independently from each other, example:My queue page works in that, the queue populates with the correct recordsMy queue page is passing the parameter correctly to the Page include as I’ve created a test ‘Page Include Page’ that displays in my queue directly:My ‘Detail’ page include works in that I can load it as a stand-alone page with the ID being passed into it from my Queue:But… the 2 wont work together! I just get this…Any help greatly appreciated. Let me know if you need more detail on a specific section.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.