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
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
We would like to create an action that clears the search box, rather than having a user delete the text value in the box. I set up a button that ran a snippet, but was unable to get the js to clear the box. Does anyone have any code that would work for this? Or a better idea on how to clear the search box?
as per title, pic and video
Hi Guys, I want to run more than one Skuid page on a single VisualForce page (with multiple skuid:page/ components). Reading the commentary at http://help.skuidify.com/m/page-assignments-and-overrides/l/201793-using-the-skuid-page-visualforce-… it seems like this should be possible, however I can only ever get the first Skuid component within the VisualForce page to render. Any ideas?
When ever i am selecting the lookup field values it is displaying names but populating Ids .i want to display names only .what is the pblm it may be?
Hi team! I’m currently trying to implement a feature which opens a different random record from the model on each button click.This is as far as I got with my snippet: var Model = skuid.model.getModel('Images'); <br>var rows = Model.data.length;<br>var randomNum = Math.floor(Math.random() * rows) + 1;<br>var Link = skuid.model.getModel('Images').data.row[randomNum].Link__c; window.open(Link, '_blank'); The “Link__c” field contains a valid URL of an image. What I am struggling with are 2 things:1) Correct syntax to call a specific row in the model2) Correct implementation of producing a random number, and then passing this on to retrieve the corresponding rowMy coding and Javascript skills are pretty much limited to copy and paste, so I appreciate simple language whenever possible 🙂Thank you in advance!Robin
I have followed below articles for Public page.1) http://help.skuidify.com/m/11720/l/114236-build-force-com-sites-with-skuid#!prettyPhoto2) http://help.skuidify.com/m/getting-started/l/102645-let-other-users-access-skuidConclusion:1) I can make visual force page public but cannot make skuid page public.Example1)Welcome 2) https://sopact--skuid.na14.visual.force.com/apex/skuid__ui?page=AccountWeb"> In above example 1 is working for public site but example 2 is asking me for login. The issue seems to related to permission for Account Object. (Same issue with Product Object). 2) I cannot assign read permission as per step 4 (E).Added screen shot check it. As noted in following screenshot both account and product object have no access and hence I cannot change it to read access.https://www.dropbox.com/s/gise5nqft238q6q/skuid-setup.png?dl=0
So I’ve been trying to use the “row.updated” event to stop users from entering a certain combination of fields. It’s working great but I’m also trying to update the field back to the previous value. I’m running into problems with the snippet getting looped and running forever. When I do a simple update to a picklist field it works fine, but when I update a reference field it keeps running forever. I tried using the “initiatorId” to indicate what caused the update, but that doesn’t seem to help. My code looks like this, as an inline snippet:(function(skuid){ var $ = skuid.$;$(function(){ //reverse the changes that were made to keep the user from saving the bad combination of data function reverseUpdate(updateResult){ console.log(updateResult); var model = skuid.$M(updateResult.modelId); if(updateResult.updates.Bill_Type__c){ model.updateRow(updateResult.row,‘Bill_Type__c’,‘Dual Bill’,{ initiatorId: updateResult.initiatorId
Notice that the series label is showing “&39;” (same for the hover over). This character is not in the actual data records.Why does the largest series value show in the center by default even when the legend is off?Notice that the label is cropped i.e. does not properly fit within the donut hole region.Really don’t like seeing the developer API name in the hover popup e.g. Ship_To__r.Name.
I am trying to have a Tab Set and change the Icon based on if the tab section has been marked completed with a boolean field and have a Complete and Save Button within each Tab that toggles the field. I will have a lot of sections and want to track each tab being completed and allow hopping around with visual completion indicators. The user fills in the tab contents and click save&complete section button.I then set rendered conditions on 2 tabs one has a Checkmark icon and one has a warning icon. I hide one and show one based on the completed field being marked true/false. (If there is a better way to display icons based on a field in a tab?)The problem:When I click on a button inside my Tab, (buttons are within a Page Title within the Tab) to Save&Complete which updates the boolean field and saves the model. This causes the tabs to Hide and the other to show. The issue is that the next tab in line is then selected and it contains it’s content plus the content from the Tab that
This is in the Superbank RC running in a dev org.I’ve been trying out all the new features on tables. Everything looks great except for when I try to set the new Empty Search Behaviour attribute to Remove All Model Data. As soon as I switch that on, my filters return nothing at all. If it’s off, everything behaves as normal.Perhaps it’s because I spell “behaviour” with a “u”?
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.