Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
In the documentation for skuid.events (https://docs.skuid.com/latest/en/skuid/api/skuid_events.html#examples), the publish example has the following syntax: var config = { doSomething: true }; var eventDetails = { direction: 'vertical' };  skuid.events.publish(‘acme.page.resize’,[config,eventDetails]);In working out a solution, the second input didn’t come through. I was able to get it to work with slightly different syntax, however:var config = { doSomething: true, direction: ‘vertical’}; skuid.events.publish(‘acme.page.resize’,[config]); Is there anything else to be aware of in the payload array parameter?Here’s the final working solution:var filter = { filterName:‘Name1’, filterValue:‘Value1’ };skuid.events.publish(“RemoveFilter”, [filter], { scope: skuid.constants.EVENT_SCOPES.GLOBAL });
Not sure if this is a problem or not, but I have upgraded skuid to a newer version in my partial sandbox (the same version as in my developer org) and noticed that it has a few components in the skuid component picker in the page editor that weren’t in the developer sandbox version…which is the same version. See the image. Are Action Sequence and Action Sequences supposed to be in there!? Is this an issue? Thanks, Jeff
Any ideas on how to implement something like this…
Running 11.2.2 Upon click of Create button, nothing happens. Attached is the console message that appears
I have a popup that contains a queue. The queue updates a page include. The page include loads with the option to create a new record by default, then when you click on an item in the queue it loads an existing record into the page include. Everything works fine in an org 11.1.14. In an org running 11.2.5, the popup closes every time the existing record gets loaded into the page include. I’ve gone through and removed every single action that closes popups on both the page include and the underlying page and it still closes automatically. Any ideas?
We’d like to rebuild the executive dashboard in salesforce on Skuid, but the feature holding us back is the that the salesforce dashboards can be scheduled and emailed out. Any thoughts on ways to do this with skuid? Hacks welcome, as I assume there is nothing out of the box for this…Thanks!Paul
How would I unsubscribe to an skuid event from javascript. Any help would be much appreciated.Thanks.
I have a deck on a REST model. I’d like to use a component condition (thanks, Pat!) to eliminate the rows where a certain field is blank. However, I’d also like to be able to add new rows to the model using the deck component. If I apply the component condition, the new rows never show up…Anyone have a good way around this without creating a whole new model just for new rows?
10.0.25 REST model on the bitbucket API. I’m trying to update a record’s Assignee on an issue. I have the assignee field set up as a reference field like so: I’m rendering the actual assignee field in a field editor as a picklist, and using a Model to generate the picklist options: The source model is on bitbucket’s team members. For some reason with this setup, skuid is including the __skuid_record__ object in the row’s changes, which creates circular reference issues when calling JSON.stringify() as part of the REST save operation: Here’s the code that’s producing the error: Skuid never actually gets to the point of trying to perform the PUT. Help? Is there a better way for me to set this up?
We use a custom theme and have a lot of CSS that we use in the theme itself rather than inline via our pages. In the past it has been very easy to open the theme builder and navigate to the CSS tab and then open the Resource Editor to view/edit the CSS. Now there is nothing when I open the Resource Editor. I need to modify our CSS but I cannot access it, any thoughts? (10.0.5)
On SKUID page for date field when user enter invalid date it saves as today’s date instead of showing out of box invalid date error message.
We recently changed the field level security of a field on a custom object to “Read Only” for most profiles and when the user is editing a record through a Skuid page they are still able to modify that field.When we remove their Skuid license and kick them back to the regular Salesforce UI they’re unable to edit it which leads me to believe it’s something we’re doing wrong inside of Skuid.Thanks!
Hello everyone, I am currently working on a page that we want to display on a TV monitor at an office. The page has multiple tabs and charts on it and we are trying to figure out the best method of automation to scroll and click through the tabs to be shown on the monitor. If anyone has experience or ideas as to what software we can use (we have thought of using selenium and revolver) it would be greatly appreciated!
Apparently Skuid wants “C__” (two underscores) before your custom formula names, but the documentation indicates it should be “c_” (one underscore).
How do I do a ‘get more’ query via javascript? I’m assuming there is an undocumented parameter within .updateData()?
How?
Anyone have a good way to conditionally render a component based on whether the user has access to edit a particular field?I have buttons in a button set that edit a field, but if the user doesn’t have permission to edit that field, they don’t need the buttons…
Each table row shows the header, how can we only show it once (as it usually works)?
https://status.salesforce.com/Chatter issues : Insufficient privileges error when trying to create or edit records 11:26 am PDT, Jul 12 The Salesforce technology team has identified the cause of the performance issue whereby users are unable to modify records or post to Chatter. Customers may get an error message "You do not have permission to execute that operation.” We are currently deploying a fix to resolve the issue.
We recently upgraded to Millau in our sandbox. I am attempting to give a user a Skuid license and I no longer see the Add License button in the Add/Remove License page. Has this been moved? Where do I go to give a user a license now?
In test we have been testing on new Millau version the “File Upload” / “In content document”. We were able to upload files successfully for several days but today, while presenting to our team we can no longer upload files and receive the message error : “Could not upload file : session expired or invalid”. No change to the page on our end since we tested successfully the page early this week.Any idea ?Thank you againCyril
I am using the action to create an email alert. AWESOME feature! My email alert is using a Visualforce email template. I am passing the contact ID to the email alert but I am not seeing the email template receive it. Why? I am receiving this in the email. "Recipient: " is it because I am also using relatedToType? Peter
My organization is planning an upgrade from v8.15.8 to the current version. The Release Notes page contains information going back only to v10.0.4. Is there a way I could get my hands on the release notes for the intervening versions?
I am trying to create a dashboard for our app that shows budget vs actual for labor and expenses. I want to have a donut chart that show the % of the budgeted amount that the actual is. The full circle is the budgeted amount, the slice is the value of the current actual and the center is the %
I have couple visualforce pages inside a skuid page in an Iframe using template tag. When ever i make a change to any field on the page, 2 visualforce pages reloads completely.How can i prevent the pages from reloading.
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.