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
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
I have a table that is loading Campaign Members, the model had a LIMIT of 20. There were 106 members in the Campaign and Skuid was only (eventually) loading 66 when clicking Load More. I looked at the table SOQL and discovered that there were two reasons why this was happening:A. The first load more was using an OFFSET that was double the LIMIT. So if the limit is 20, it initially loads with no offset and then load more loads an offset of 40 instead of 20.B. If there is no ORDER BY specified, OFFSET doesn’t work properly in soql.When I added an ORDER BY it loaded 86 (point A) and as I kept lowering the LIMIT it was increasing the amount that was eventually loaded with Load More (point B).Interestingly, on my Account table Load More seems to increase the soql LIMIT to 10000, so perhaps the issue would not exist there.
So, I’m attempting to reach way beyond my skill set in javascript. But before I begin on this, I’d like to know if it’s even possible.I’ve got an Apex Class I’d like to replace as it’s Apex and fugly.I’ve got an API setup and can successfully see JSON when entering the proper URL.https://api.forecast.io/forecast/MY-API-KEY-HERE/45.421530,-75.697193,1977-10-05T12:00:00-0400The developer URL is https://developer.forecast.io/docs/v2 JSON below {"latitude":45.42153,"longitude":-75.697193,"timezone":"America/Toronto","offset":-4,"currently":{"time":244915200,"summary":"Partly Cloudy","icon":"partly-cloudy-day","precipType":"rain","temperature":36.35,"apparentTemperature":34.23,"dewPoint":32.08,"humidity":0.84,"windSpeed":3,"windBearing":187,"visibility":10,"cloudCover":0.5,"pressure":1015.2},"hourly":{"summary":"Mostly cloudy starting overnight, continuing until night.","icon":"partly-cloudy-day","data":[{"time":244872000,"summary":"Clear","icon":"clear-night","precipType":"rain","temper
I followed this tutorial: http://help.skuidify.com/m/supercharge-your-ui/l/117747-reclaim-the-salesforce-home-page, but my home page still shows the sidebar and “Recycle Bin.” Any suggestions?
This is pretty niche, but here goes.I have a model that returns a single row with a rich text field. I put that field in a field editor in a popup for editing. I also have an action on the model so that when it’s saved, all popups are closed. The action seems to create a conflict with the CKEditor used for rich text fields, because saving the record (which fires the close popups action) gives a console error: ckeditor uncaught typeerror: cannot read property 'unselectable' of null Removing the action eliminates the problem, which I’ve done for now.This is in 5.21.8.
How can I adjust and set field keyboard tab ordering? When I am on a page the tab key does not seem to tab through fields. Is there a setting i am missing?
I am going to start with a broad question, and then add as much detail as I can for this one.I have this related list in Salesforce:I want to re-create this in Skuid, and I have an obvious issue: The pretty “Action” part of the list is coming from another plane of existence that does not appear on the CaseHistory object.I’ve created a table based on CaseHistory, and I am able to display it like so: However, the Changed Field does not get a “pretty name” and the Old Value / New Value fields are doubling up, so if a user ‘Korey’ changes the case ownership, it will show both ‘Korey’ as well as the Id which is less than helpful.I can possibly fix this a number of ways:Include the entire related list via a VF page in an iframe.orPretty up the Changed Field by finding what it is supposed to be. Make a text field for New Value, so I can actually filter it based on “does not start with” so I only see non Id specific entries (might not be possible, since I can’t change CaseHistory) and New Valu
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.