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
Objective: View multiple tables with data from multiple custom objects on one page with two filters that apply to the whole page. Filter One: Id from one custom object (“Instructor”)Filter Two: Date Range from “Start” and “End” Date in another custom object ("Payroll Period’)FILTER ONE: Possible SolutionOne solution that I thought of was to create a page with the parameter set the the instructor id, “Instructor_Payroll”. This page would have a condition to view only the instructor in the param id. Then create a tab page with one tab per instructor. Each tab would have the “Instructor_Payroll” page on it, but the parameters would be set to only view the specific instructor that the tab is name after. Opening the page would then force the instructor filter, so you would only see the records related to that instructor. FILTER TWO: Possible SolutionIf the include page controls filter the page by instructor, I now only have to filter the page by the date range of the payroll period.Unfortun
The calendar pop up for date fields does not work well with my mobile layout. It gets stuck some times partially viewable and won’t scroll. Plus I am using it for date of birth so it doesn’t work great in that it defaults to current year. Is there a custom field render to turn off the calendar pop up?
Has anyone gotten an example of an image gallery working with Skuid, in particular using Chatter Files (not the skuid-shipped custom object for images)? Use cases of interest are: a) create a sexy list of thumbnails for files from the chatter feed of a recordb) display the full size imageThis seems like such a possibly awesome use for Skuid and yet I’m not finding anything that points me at how this can be done well (without old school attachments or the skuid custom object). Guidance, shares and pointers appreciated! Thanks,-cjj
This model: My assumption was that this model would be empty on pageload (which it is) but would create a default row as soon as it was queried (which it is not). What am I not understanding?
I’ve been playing with Banzai - loving it so far! I take it this is an appropriate place to ask questions and feedback about it?I’ve setup a REST API outside of Salesforce that makes calls to a number of other systems, the thought being that I can call the REST API I have setup and have that call multiple external systems, rather than having to call multiple endpoints from within my Skuid page. The object returned has keys with results in an array from each system.I can set up multiple models that look at each relevant part of the response (with “Path to Contents”) and use those models within my page; however this makes multiple calls to my API, which isn’t efficient because each underlying system gets hit on each call, as well as redundancy of data being returned.Rather than use multiple models, I’ve tried to use the “outer” result object (which has the keys and arrays), but the Skuid components don’t seem to understand the array structure - for example, if I put a field editor in the
Using javascript, I can get a model, and traverse the model and write the field values to an HTML table, all in javascript. Now, instead of listing all the rows in the model, I created a text box and button using javascript and using the value entered in the text box, search or query the model for the value. For example if I enter “123 Main Street” for the address, I want to search/query the model on the address field = “123 Main Street”. How can this be accomplished using javascript?
Getting this VF error: Encountered premature end of XML: no more data available - expected end tag to close start tag from line 1, parser stopped on END_TAG seen …</skuidpage… @179:41 An unexpected error has occurred. Your solution provider has been notified. (skuid)
Simple one for you all:How can I force a page include to reload?Thanks!
HelloWe have a use case where we are having multiple mass actions and user requirement is that it should not be a drop down select and have action as a button Is there any wat we can replace the mass action from the drop down to the button’s action
I’m starting from the LeadTab page from the XML repository. In it there’s a Create New Lead in Pop-up global action on the table. I’m trying to get that pop-up to have a page include of the LeadNew page that I created also from XML in the Skuid page repository. The reason being that I’m going to customize the LeadNew page, and I’d rather do it once than twice, and there will likely be lots of tweaks I don’t want to have to duplicate. It’s not working, if I choose the Skuid Page I want or if I do a Page Assignment for Lead New. Here’s all I see: If I choose Create New Lead via Redirect it works fine. But I want the new lead in a pop-up! Any ideas? It’s my first time using Page Includes, so maybe I’m missing something basic. I’m not trying to pass any data to the page include, do I need something in the Query String anyway? Here’s my setup:
Is there a way to use a custom image (e.g. a logo image uploaded as a static resource in Salesforce) as the icon for a row action? The idea is to use an image that is not a part of the SKUID silk icon set:
When logged in as a user, Skuid shows all the Reports and Dashboard folders whereas in Salesforce the user is able to see only those folders which he has access to. Is there any field in Folder object which can be used in the model condition to show only the folders the user has access to?
I noticed that with any textbox, words that flow onto the next line are being cut off instead of being hyphenated or bumped down to the next line. I don’t remember having this issue with earlier versions of Skuid. Is this an issue that needs to be resolved or are there additional steps to make this work? Here’s an example:
I have a small work management app based on Kanban. It does not manage calendaring or schedule hours… instead it lets you keep track of tasks in 5 categories: Active, Current, Future, Blocked and Done. It is not linked to Salesforce Tasks or Salesforce Users. There are about 5 custom objects and a skuid form. I can download the data with the dataloader and send people the downloaded data and a copy of the skuid form if they would like to try it out. Eventually I will release as a free, unmanaged app on the appexchange, but I want to have it be used for a a while first. Thanks Ken Tyler 510.384.7321 ken@8thfold.com
Skuid pages with salesforce headers are not getting loaded after the sandbox has been updated with Banzai version(7.20). Because of which the entire application is not accessible. Below is the screen that is being displayed. Can anyone suggest a fix for this?
Trying a Barry here.Steps to reproduce.Click on table row action to popup. Make an edit to a record in a component which has model in Save/Cancel button list of “Additional Models to Save/Cancel” Close popup without clicking Save or Cancel. Open popup Expected Behaviour: Save/Cancel button is enabled.Actual Behaviour: Save/Cancel button is disabled.
I’m having a Java script on a skuid page to make a currency field editable, display that it is a required field and then validate it (by using change event). This is causing the following issue. When I key in costs into currency field, the Java script validation forces a reformat about 1 second from my first keystroke. So, essentially, if i’m trying to type the number $293,576, and pause after ‘293’ for longer than a sec, it locks in, and i have to click into the field to edit the number. How can I prevent this from happening? I’m attaching a screen shot of the Java script that i’m using.
Is this possible? What would be the best way to accomplish?model.adoptRows(skuid.sfdc.SObjectResult)?
I have set a Ui-Field to toggle off and on to render responsive grids on or off. When selecting the “Save” button and the record is re-queried, the charts are a no show. See video
Hello, We’ve build some things ourselves but we want to focus on our core activities so we are looking for a Skuid developer who sets us free 😉Please contact me via edwin@evite.nl Edwin
Blown away by Skuid Connect and looking to take elements of it to the next level.I want to create a UI-Only Formula Field that divides two numbers provided by a connected data source. That said, when I try to do it, it doesn’t work. The fields in the model don’t show up in the formula builder, and they don’t show up when called upon by the {{}} or {{$Model.xxx.data.0.xx}}.Any ideas?
I have a popup initiated as the first action in a sequence on a pagetitle component button.The only component in the popup is a table on a different model than the pagetitle.When I try to add a context condition, I’m only given an option to pick one field (Id = Id)… as if the context and table models were the same. But they’re not even on the same object!Why am I not seeing Field and Context Field (or whatever the nomenclature is) as usual with context conditions?
I’ve build a Skuid page to show all of the completed tasks for a contact. It shows most of them, but not all of them. I’m pretty sure that my filters are correct, and they are all logged as Tasks, not Events. But, some of them still aren’t showing up, even though the criteria on them is the exact same (Status, WhoID, etc.) Task 1 (below) shows up, but Task 2 does not, event though all the criteria is the same, except that Task 1 is an Email and Task 2 is a call, but they are logged the same, so that shouldn’t matter. Can anyone help me understand why it’s pulling some and not other? Screenshots below: Task 1 Task 2 Conditions
Getting the following javascript error in Firefox when loading a page include: Page include loads blank.
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.